summaryrefslogtreecommitdiff
path: root/src/modules/module-loopback.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-25loopback: refactor proplist updatingTanu Kaskinen1-15/+13
2015-12-18loopback: Validate the rate parameterGeorg Chini1-0/+5
2015-09-13loopback: Fix the obviously-wrong "buffer+=buffer" logicAlexander E. Patrakov1-1/+1
2015-02-16module-loopback: don't use 0 for custom source output message idAlexander E. Patrakov1-1/+1
2015-02-02loopback: Don't push zero-sized block to memblockqGeorg Chini1-1/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-07-29loopback: Increase the maximum allowed latencyTanu Kaskinen1-1/+1
2013-07-08loopback: Fix cork state not updated after moveMikel Astiz1-0/+14
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-21/+21
2013-06-24Whitespace cleanup: Remove tabspoljar (Damir Jelić)1-2/+2
2013-03-22loopback: Flush asyncmsgq from the right contextTanu Kaskinen1-13/+31
2013-03-22loopback: Fix segfault in may_move_to() callbacksTanu Kaskinen1-4/+7
2012-10-30loopback: Don't fix the source output format/rate/channels.Tanu Kaskinen1-9/+0
2012-10-30loopback: Use the real sample spec once it's known.Tanu Kaskinen1-0/+5
2012-09-21loopback: Disable adjust timer when suspendedMikel Astiz1-7/+33
2012-09-21loopback: Cork source-output if sink is suspendedFrédéric Dalleau1-0/+16
2012-09-21loopback: Cork sink-input if source is suspendedFrédéric Dalleau1-1/+16
2012-07-04loopback: Enable routing on loopback streamsFrédéric Dalleau1-26/+89
2012-04-04module-loopback: Reset process_msg callbacks in teardownDavid Henningsson1-0/+2
2012-04-02loopback: Fix crash on error during initFrédéric Dalleau1-1/+2
2012-03-20module-loopback: Never call adjust_rates after teardownDavid Henningsson1-3/+7
2012-02-07loopback: Trivial whitespace fixArun Raghavan1-0/+2
2012-02-07loopback: Fix crash when moving sink-input failsFrédéric Dalleau1-0/+2
2012-01-30loopback: Fix crashesMaarten Lankhorst1-0/+3
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen1-1/+2
2011-09-07loopback: New modargs: sink_input_properties and source_output_properties.Tanu Kaskinen1-22/+24
2011-06-22Remove unnecessary #includesMaarten Bosmans1-1/+0
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie1-1/+1
2011-05-15loopback: Add a modarg for disabling remixing.Tanu Kaskinen1-5/+13
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-1/+1
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-2/+2
2011-01-31Merge remote branch 'mkbosmans/rate-adjustment'Colin Guthrie1-3/+16
2011-01-16Limit rate adjustments to small, inaudible jumpsMaarten Bosmans1-3/+15
2011-01-16module-loopback: Add adjust_time to valid argsMaarten Bosmans1-0/+1
2011-01-03loopback: Add new arguments to disable stream moveCai Yuanqing1-1/+26
2010-12-12module-loopback: Prevent an infinite loop when rate adjusting is disabledMaarten Lankhorst1-1/+2
2010-08-19loopback: Make stream names and roles configurable.Tanu Kaskinen1-7/+34
2010-02-09native: rework handling of seeks that depend on variables the client does not...Lennart Poettering1-2/+2
2009-10-05loopback: Setting latency of module-loopbackTor-Björn Claesson1-1/+1
2009-08-28core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering1-2/+3
2009-08-26loopback: quieten gcc on 32bitLennart Poettering1-1/+1
2009-08-26loopback: update description and icons when moving loopback streamsLennart Poettering1-2/+52
2009-08-26loopback: make sure a monitor can't be looped back to its sinkLennart Poettering1-0/+27
2009-08-26loopback: add loopback module for direct connections of sinks and sourcesLennart Poettering1-0/+706