summaryrefslogtreecommitdiff
path: root/src/pulse/stream.h
Commit message (Expand)AuthorAgeFilesLines
* stream: clarify the meaning of NULL deviceTanu Kaskinen2019-12-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
* merge and deduplicate some pa_buffer_attr documentationjnqnfe2017-11-301-62/+14
* api documentation improvementsjnqnfe2017-11-301-37/+58
* mention the sound card clock and system clock difference in libpulse docsTanu Kaskinen2017-10-231-2/+6
* stream: Document pa_stream_write() size and offset requirementsAhmed S. Darwish2016-04-251-2/+2
* stream: Clarify pa_stream_writable_size() documentationArun Raghavan2016-01-121-1/+8
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Client API: Add pa_stream_write_ext_free() function.Lukasz Marek2014-09-101-0/+11
* doc: Fix pa_stream_set_latency_update_callback() documentationPeter Meerwald2014-03-061-1/+1
* doc: Assorted spelling and grammar fixes for doxygen outputPeter Meerwald2014-02-231-4/+4
* stream: Mention pa_stream_new_extended() in the high-level stream creation do...Tanu Kaskinen2014-01-081-3/+8
* stream: Improve pa_stream_connect_playback() documentationTanu Kaskinen2014-01-081-1/+5
* Documentation of known misuse of PulseAudio APIAlexander E. Patrakov2014-01-031-1/+13
* doc: Document that pa_stream_flush() is applicable to playback and record str...Peter Meerwald2013-12-201-4/+3
* doc: Refer to seek parameter of pa_stream_write() in description of pa_stream...Peter Meerwald2013-12-201-1/+1
* pulse: Fix hole handling in pa_stream_peek().Tanu Kaskinen2012-11-081-5/+15
* stream: Clarify the sign of error return codesArun Raghavan2012-01-141-7/+7
* doc: Clarify pa_stream_get_latency() return valueArun Raghavan2011-12-301-6/+8
* stream: Fix typos and formatting in stream.h doxygen documentationPeter Meerwald2011-12-121-96/+105
* stream: Fix 'e g' as 'e.g.\ 'Peter Meerwald2011-12-121-1/+1
* extended: Fix doxygen comment style typosv1.98-devArun Raghavan2011-09-271-1/+1
* Spelling fixes in public headersMaarten Bosmans2011-08-251-12/+12
* protocol-native: Allow clients to know at what index underrun occurredDavid Henningsson2011-08-021-0/+6
* stream: Simplify passing of formats in extended APIArun Raghavan2011-06-191-0/+1
* stream: Add API to get a stream's pa_format_infoArun Raghavan2011-05-021-0/+3
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-0/+11
* doc: Fix typoColin Guthrie2011-04-051-1/+1
* doxygen: Add 'See also' linking to the overview pageDavid Fries2010-10-131-1/+4
* doxygen: Documentation improvementsDavid Fries2010-10-131-7/+8
* doxygen: Fix documentation typosDavid Fries2010-10-131-4/+5
* headers: Some trivial fixes for some documentation typosMads Kiilerich2010-01-051-2/+2
* libpulse: explain semantics of pa_stream_connect_playback() in more detailLennart Poettering2009-10-281-1/+16
* libpulse: add missing includesLennart Poettering2009-10-121-0/+2
* libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicableLennart Poettering2009-09-061-1/+1
* client: documented that pa_stream_drain() may only have a single operation ac...Lennart Poettering2009-07-311-1/+3
* client: limit block size for zero-copy operations to mempool block sizeLennart Poettering2009-07-241-6/+7
* client: make volume struct constLennart Poettering2009-07-241-1/+1
* client: allow zero-copy writing to the streamLennart Poettering2009-07-201-7/+63
* update documentation regarding stream timing a bitLennart Poettering2009-04-071-21/+49
* extend documentation for pa_stream_cork() a bitLennart Poettering2009-04-061-1/+10
* notify clients about tlength changesLennart Poettering2009-03-301-1/+8