summaryrefslogtreecommitdiff
path: root/src/modules/module-combine.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-20mergedrtpollLennart Poettering1-33/+49
2009-03-19prepare move to rtpollLennart 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
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-08-26fix module-combine when used on top of a tunnel sinkLennart Poettering1-2/+15
2006-08-18remove all occurences of Lennart Poettering1-16/+16
2006-08-18Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering1-2/+1
2006-08-13allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering1-2/+12
2006-08-12make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering1-4/+1
2006-08-11don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering1-1/+1
2006-06-19big s/polyp/pulse/gLennart Poettering1-16/+16
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-05-14* add new parameter to pa_open_config_file() to specify open modeLennart Poettering1-1/+1
2006-04-26fail if the channel map doesn't match the sample specsLennart Poettering1-0/+5
2006-04-26support new channel_map argument in sink/source modulesLennart Poettering1-3/+35
2006-04-13fix latency calculations of module-combineLennart Poettering1-1/+3
2006-02-23change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering1-13/+13
2006-02-201) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering1-2/+10
2006-02-16Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman1-0/+394