summaryrefslogtreecommitdiff
path: root/src/pulse/stream.c
Commit message (Expand)AuthorAgeFilesLines
* pstream: Pass frame size to keep split memblock parts alignedIgor V. Kovalenko2023-02-101-2/+2
* time-smoother-2: Fix integer type problemGeorg Chini2022-05-171-2/+2
* stream: Allow stream.c to use alternative smoother codeGeorg Chini2021-11-031-1/+51
* stream: constify internal functionsLyndon Brown2018-06-211-2/+2
* stream: pa_stream_get_monitor_stream: constifyLyndon Brown2018-06-211-1/+1
* stream: pa_stream_get_format_info: constifyLyndon Brown2018-06-211-1/+1
* stream: pa_stream_get_underflow_index: constifyLyndon Brown2018-06-211-1/+1
* stream: pa_stream_[writable|readable]_size: constifyLyndon Brown2018-06-211-2/+2
* stream: pa_stream_is_[suspended|corked]: constifyLyndon Brown2018-06-211-2/+2
* stream: pa_stream_get_device_[index|name]: constifyLyndon Brown2018-06-211-2/+2
* stream: pa_stream_get_index: constifyLyndon Brown2018-06-211-1/+1
* stream: pa_stream_get_context: constifyLyndon Brown2018-06-211-1/+1
* stream: pa_stream_get_state: constifyLyndon Brown2018-06-211-1/+1
* stream: Frame-align divided audio segmentsAhmed S. Darwish2016-11-241-1/+6
* stream: Check pa_tagstruct_get_format_info() retval in pa_create_stream_callb...Peter Meerwald-Stadler2016-08-151-5/+3
* stream: Support extended API with PULSE_LATENCY_MSEC if possibleArun Raghavan2015-06-121-1/+9
* stream: Check sample spec validity before abiding PULSE_LATENCY_MSECDavid Henningsson2015-06-121-3/+5
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* stream: Fail on client submitting non-frame-aligned memblocksDavid Henningsson2014-10-241-0/+2
* Client API: Add pa_stream_write_ext_free() function.Lukasz Marek2014-09-101-3/+15
* stream: Remove a volume channel validity checkTanu Kaskinen2014-01-081-1/+0
* Add pa_sample_rate_valid()Tanu Kaskinen2013-12-151-1/+1
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-85/+85
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-4/+0
* Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)2013-06-241-2/+1
* stream: Make it easier to enable debug outputArun Raghavan2013-03-251-6/+20
* pulse: Fix hole handling in pa_stream_peek().Tanu Kaskinen2012-11-081-4/+16
* stream: Allow record streams to start mutedArun Raghavan2012-09-211-1/+0
* stream: Fix sample spec initialisation for extended APIArun Raghavan2012-03-281-1/+1
* pulse: Fix old bug in stream_freeMaarten Lankhorst2012-02-191-2/+3
* stream: Fix commentsPeter Meerwald2011-12-121-3/+3
* stream: Fix upload samples' cleanupAntti-Ville Jansson2011-11-141-1/+1
* memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2011-10-011-1/+2
* stream: Relax assert for extended APIArun Raghavan2011-09-141-1/+1
* More spelling fixesMaarten Bosmans2011-08-251-4/+4
* protocol-native: Allow clients to know at what index underrun occurredDavid Henningsson2011-08-021-2/+24
* Fix two comment typos.Ralph Giles2011-07-141-1/+1
* win32: Make some unused-variable warnings go awayMaarten Bosmans2011-06-241-5/+4
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-221-16/+22
* capture: Add the passthrough format negotiation to capture streams.Colin Guthrie2011-06-221-18/+12
* stream: Simplify passing of formats in extended APIArun Raghavan2011-06-191-9/+9
* stream: Fix a couple of format_info leaksArun Raghavan2011-06-191-1/+4
* protocol-native: Stop auto timing updates if connected to suspended sink or s...Jyri Sarha2011-05-151-4/+24
* sink-input: Provide more information to client when format is lostArun Raghavan2011-05-151-0/+8
* stream: Add API to get a stream's pa_format_infoArun Raghavan2011-05-021-0/+10
* core: Fix some FIXMEs for the extended APIArun Raghavan2011-05-021-6/+17
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-19/+104
* Fix up some double spacesMaarten Bosmans2011-03-181-1/+1
* Fixup #include directives according to Coding StyleMaarten Bosmans2011-03-111-2/+2
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-1/+1