summaryrefslogtreecommitdiff
path: root/src/pulsecore/sink-input.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-19sink-input, source-output: Check rate update success for passthroughArun Raghavan1-0/+8
2012-11-16sink, source: Prevent unnecessary rate update attemptsArun Raghavan1-9/+2
2012-11-03Revert "core: adjust playing_for and underrun_for at rewind"Arun Raghavan1-22/+4
2012-10-31core: adjust playing_for and underrun_for at rewindUoti Urpala1-4/+22
2012-09-16sink-input: Remove redundant check in pa_sink_input_request_rewind().Flavio Ceolin1-2/+1
2012-08-30sink-input: Fix underrun_for calculation when resampling.Uoti Urpala1-1/+6
2012-08-29sink-input: Add a comment in pa_sink_input_request_rewind().Tanu Kaskinen1-0/+1
2012-08-29sink-input: Fix comment: s/push/peek/Tanu Kaskinen1-1/+1
2012-05-14sink-input,source-output: Avoid unneccessary rate updatesArun Raghavan1-1/+2
2012-03-28sink-input/source-output: Prevent filter sink/source cyclesDavid Henningsson1-0/+17
2012-03-05format: Allow format->sample spec conversion for compressed formatsArun Raghavan1-9/+4
2012-03-05format: Expose pa_format_info<->pa_sample_spec conversion functionsArun Raghavan1-2/+2
2012-02-09sink-input,source-output: Handle devices going away in unlink hooksArun Raghavan1-1/+3
2011-12-20core: fix typo in loggingPeter Meerwald1-1/+1
2011-12-20core: sample_spec.rate is in Hz, not kHz; change logging outputPeter Meerwald1-4/+4
2011-11-10core: Make debugging a bit simplerArun Raghavan1-6/+20
2011-11-07sink,source: Update sample rate if possible on stream uncorkArun Raghavan1-0/+6
2011-11-07sink-input,source-output: Add an update_rate() functionArun Raghavan1-54/+67
2011-10-17sink,source: support for rate updatePierre-Louis Bossart1-0/+28
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen1-8/+16
2011-09-21sink,source: Handle missing in the shared volume caseArun Raghavan1-3/+3
2011-08-18sink-input: Ensure no volumes are applied for passthrough streamsArun Raghavan1-18/+17
2011-08-18passthrough: We must not plug in a resampler on stream moveArun Raghavan1-3/+4
2011-08-18formats: Fix bad passsthrough checkArun Raghavan1-1/+1
2011-08-17formats: Use correct API to check for passthrough streamsArun Raghavan1-1/+1
2011-08-15sink-input: Avoid fake rewind in corked stateWang Xingchao1-4/+10
2011-08-12sink-input: Drop redundant assert (PA_SINK_INPUT_IS_LINKED() checked already)Colin Guthrie1-4/+0
2011-06-22Remove unnecessary #includesMaarten Bosmans1-1/+0
2011-06-22esound,streams: Fix some crashes.Colin Guthrie1-4/+5
2011-06-22alsa-sink: Some trivial tidyupsColin Guthrie1-2/+2
2011-06-02streams: Fix the actual resampler method shown in debug messages.Colin Guthrie1-0/+1
2011-05-20format: Fix channel map handlingArun Raghavan1-1/+2
2011-05-16sink-input: Fix memory leak of proplist when sending format-changed eventsColin Guthrie1-0/+1
2011-05-15sink-input: Provide more information to client when format is lostArun Raghavan1-1/+5
2011-05-15sink-input: Add a format-lost eventArun Raghavan1-1/+2
2011-05-15sink-input: Don't restore volume for passthrough streamsArun Raghavan1-0/+6
2011-05-15sink-input: Don't print an error if a passthrough connection failsArun Raghavan1-1/+2
2011-05-02core: Factor out passthrough checks into their own functionsArun Raghavan1-14/+36
2011-05-02core: Suspend monitor when a sink enters passthrough modeArun Raghavan1-0/+16
2011-05-02sink-input: Kill passthrough streams if moving to an unsupported sinkArun Raghavan1-0/+5
2011-05-02format: Avoid some code duplicationArun Raghavan1-9/+5
2011-05-02sink-input: Don't assert on bad formatsArun Raghavan1-2/+2
2011-05-02sink-input: Return NOTSUPPORTED if format negotiation failsArun Raghavan1-1/+1
2011-05-02sink-input: Minor cleanupsArun Raghavan1-5/+5
2011-05-02sink: Remove PASSTHROUGH flagArun Raghavan1-29/+12
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-3/+105
2011-05-02sink-input: Don't resample passthrough inputsPierre-Louis Bossart1-12/+14
2011-04-18sink-input: Check flat volume with pa_sink_flat_volume_enabled().Tanu Kaskinen1-2/+2
2011-03-29sink-input: Add volume_writable to pa_sink_input.Tanu Kaskinen1-29/+7
2011-03-18Fix up some double spacesMaarten Bosmans1-2/+2