summaryrefslogtreecommitdiff
path: root/src/modules/module-loopback.c
Commit message (Expand)AuthorAgeFilesLines
* loopback: Validate the rate parameterGeorg Chini2015-12-181-0/+5
* loopback: Fix the obviously-wrong "buffer+=buffer" logicAlexander E. Patrakov2015-09-131-1/+1
* module-loopback: don't use 0 for custom source output message idAlexander E. Patrakov2015-02-161-1/+1
* loopback: Don't push zero-sized block to memblockqGeorg Chini2015-02-021-1/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* loopback: Increase the maximum allowed latencyTanu Kaskinen2013-07-291-1/+1
* loopback: Fix cork state not updated after moveMikel Astiz2013-07-081-0/+14
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-21/+21
* Whitespace cleanup: Remove tabspoljar (Damir Jelić)2013-06-241-2/+2
* loopback: Flush asyncmsgq from the right contextTanu Kaskinen2013-03-221-13/+31
* loopback: Fix segfault in may_move_to() callbacksTanu Kaskinen2013-03-221-4/+7
* loopback: Don't fix the source output format/rate/channels.Tanu Kaskinen2012-10-301-9/+0
* loopback: Use the real sample spec once it's known.Tanu Kaskinen2012-10-301-0/+5
* loopback: Disable adjust timer when suspendedMikel Astiz2012-09-211-7/+33
* loopback: Cork source-output if sink is suspendedFrédéric Dalleau2012-09-211-0/+16
* loopback: Cork sink-input if source is suspendedFrédéric Dalleau2012-09-211-1/+16
* loopback: Enable routing on loopback streamsFrédéric Dalleau2012-07-041-26/+89
* module-loopback: Reset process_msg callbacks in teardownDavid Henningsson2012-04-041-0/+2
* loopback: Fix crash on error during initFrédéric Dalleau2012-04-021-1/+2
* module-loopback: Never call adjust_rates after teardownDavid Henningsson2012-03-201-3/+7
* loopback: Trivial whitespace fixArun Raghavan2012-02-071-0/+2
* loopback: Fix crash when moving sink-input failsFrédéric Dalleau2012-02-071-0/+2
* loopback: Fix crashesMaarten Lankhorst2012-01-301-0/+3
* memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2011-10-011-1/+2
* loopback: New modargs: sink_input_properties and source_output_properties.Tanu Kaskinen2011-09-071-22/+24
* Remove unnecessary #includesMaarten Bosmans2011-06-221-1/+0
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-221-1/+1
* loopback: Add a modarg for disabling remixing.Tanu Kaskinen2011-05-151-5/+13
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-1/+1
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-2/+2
* Merge remote branch 'mkbosmans/rate-adjustment'Colin Guthrie2011-01-311-3/+16
|\
| * Limit rate adjustments to small, inaudible jumpsMaarten Bosmans2011-01-161-3/+15
| * module-loopback: Add adjust_time to valid argsMaarten Bosmans2011-01-161-0/+1
* | loopback: Add new arguments to disable stream moveCai Yuanqing2011-01-031-1/+26
|/
* module-loopback: Prevent an infinite loop when rate adjusting is disabledMaarten Lankhorst2010-12-121-1/+2
* loopback: Make stream names and roles configurable.Tanu Kaskinen2010-08-191-7/+34
* native: rework handling of seeks that depend on variables the client does not...Lennart Poettering2010-02-091-2/+2
* loopback: Setting latency of module-loopbackTor-Björn Claesson2009-10-051-1/+1
* core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2009-08-281-2/+3
* loopback: quieten gcc on 32bitLennart Poettering2009-08-261-1/+1
* loopback: update description and icons when moving loopback streamsLennart Poettering2009-08-261-2/+52
* loopback: make sure a monitor can't be looped back to its sinkLennart Poettering2009-08-261-0/+27
* loopback: add loopback module for direct connections of sinks and sourcesLennart Poettering2009-08-261-0/+706