summaryrefslogtreecommitdiff
path: root/src/pulsecore/source-output.c
Commit message (Expand)AuthorAgeFilesLines
...
* sink-input/source-output: Fix LFE remixing suddenly enabledDavid Henningsson2014-02-281-1/+2
* sink-input, source-output: Don't crash if format negotiation failsTanu Kaskinen2014-02-141-5/+5
* sink-input, source-output: Interpret missing PCM parameters in format info as...Tanu Kaskinen2014-01-081-55/+34
* sink-input, source-output: Do routing related validity checks immediately aft...Tanu Kaskinen2014-01-081-5/+4
* core: Use after free in pa_sink_input_new_data_set_formats() and pa_source_ou...Peter Meerwald2013-12-201-1/+1
* source-output: Log the format negotiation resultTanu Kaskinen2013-11-221-2/+13
* sink-input, source-output: Don't assume that proplist has been initialized in...Tanu Kaskinen2013-11-141-1/+2
* sink, source: Fix error reporting style for rate updatesTanu Kaskinen2013-08-271-2/+2
* source-output: Get the correct source for "direct_on_input" streamsTanu Kaskinen2013-08-211-2/+10
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-64/+64
* Style fix: Add a space between the closing/opening bracketpoljar (Damir Jelić)2013-06-241-2/+2
* sink-input,source-output: Deal with FIX* flags and extended APIArun Raghavan2013-05-221-2/+11
* sink-input/source-output: Don't set save_volume if volume is not writableDavid Henningsson2013-05-201-0/+3
* idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-5/+5
* core: Move pa_mix() into new file mix.cPeter Meerwald2013-02-151-1/+1
* sink-input, source-output: Check rate update success for passthroughArun Raghavan2012-11-191-0/+8
* source-output: Fix volume fixup for rate updateArun Raghavan2012-11-191-3/+3
* sink, source: Prevent unnecessary rate update attemptsArun Raghavan2012-11-161-9/+2
* pulsecore: Use pa_streq instead of strcmp.Arti Trivedi Bora2012-06-091-1/+1
* sink-input,source-output: Avoid unneccessary rate updatesArun Raghavan2012-05-141-1/+2
* sink-input/source-output: Prevent filter sink/source cyclesDavid Henningsson2012-03-281-0/+17
* format: Allow format->sample spec conversion for compressed formatsArun Raghavan2012-03-051-9/+4
* format: Expose pa_format_info<->pa_sample_spec conversion functionsArun Raghavan2012-03-051-2/+2
* sink-input,source-output: Handle devices going away in unlink hooksArun Raghavan2012-02-091-1/+3
* core: fix typo in loggingPeter Meerwald2011-12-201-1/+1
* core: sample_spec.rate is in Hz, not kHz; change logging outputPeter Meerwald2011-12-201-4/+4
* sink,source: Update sample rate if possible on stream uncorkArun Raghavan2011-11-071-0/+6
* sink-input,source-output: Add an update_rate() functionArun Raghavan2011-11-071-51/+67
* source: Bring rate update code in sync with sink codeArun Raghavan2011-10-171-2/+6
* sink,source: support for rate updatePierre-Louis Bossart2011-10-171-0/+24
* source-output: Do not use unset channel map in pa_source_output_newDavid Henningsson2011-10-051-1/+2
* memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2011-10-011-2/+4
* sink,source: Handle missing in the shared volume caseArun Raghavan2011-09-211-3/+5
* source-output: Ensure no volumes are applied for passthrough streamsArun Raghavan2011-08-181-3/+18
* passthrough: We must not plug in a resampler on stream moveArun Raghavan2011-08-181-3/+4
* formats: Fix bad passsthrough checkArun Raghavan2011-08-181-1/+1
* formats: Use correct API to check for passthrough streamsArun Raghavan2011-08-171-1/+1
* source-output: Fix resampling.Colin Guthrie2011-08-071-5/+5
* esound,streams: Fix some crashes.Colin Guthrie2011-06-221-3/+5
* source-output: Trivial code moveArun Raghavan2011-06-221-52/+52
* capture: Remove support for synchronised capture streams.Colin Guthrie2011-06-221-47/+2
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-221-5/+518
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-221-21/+154
* streams: Fix the actual resampler method shown in debug messages.Colin Guthrie2011-06-021-0/+1
* core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-221-0/+1
* introspect: Include whether a stream is corked in the info callback.Colin Guthrie2010-10-061-1/+5
* core: dump proplist when creating stream similar to how we already to it for ...Lennart Poettering2009-09-201-2/+6
* core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2009-08-281-11/+10
* core: relex validity checks when destructing half-set up source outputs/sink ...Lennart Poettering2009-08-221-2/+0
* object: speed up type verification by not relying on strcmp()Lennart Poettering2009-08-211-1/+1