summaryrefslogtreecommitdiff
path: root/src/pulse
AgeCommit message (Expand)AuthorFilesLines
2009-09-10libpulse: don't support pa_context_get_card_info_list() on servers that canno...v0.9.16Lennart Poettering1-0/+2
2009-09-08utf8: minor simplificationLennart Poettering1-4/+1
2009-09-08llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2-7/+5
2009-09-07libpulse: allow invocation of pa_context_play_sample_with_proplist() with NUL...Lennart Poettering1-2/+8
2009-09-07volume: if pa_cvolume_set_{balance|fade}() is called with invalid fade/balanc...Lennart Poettering1-8/+4
2009-09-07volume: when passing NULL as channel map to pa_cvolume_scale_mask() handle th...Lennart Poettering1-1/+5
2009-09-07volume: drop some redundant but expensive validity checksLennart Poettering1-7/+1
2009-09-07volume: add a couple of validity checks for pa_volume_t argumentsLennart Poettering1-0/+16
2009-09-07volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and u...Lennart Poettering4-12/+15
2009-09-06introspect: rearrange order of functions a bitLennart Poettering1-6/+6
2009-09-06libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicableLennart Poettering3-2/+8
2009-08-28Fix checking for NULL after usageAndy Shevchenko1-12/+6
2009-08-27proplist: allow setting of zero-length data propertiesLennart Poettering1-2/+3
2009-08-23Merge commit 'wtay/optimize'Lennart Poettering1-25/+24
2009-08-22core: Add thread-safe group info functions with dynamic buffersTed Percival1-27/+25
2009-08-20sample: manually inline table lookupsWim Taymans1-25/+24
2009-08-20Modification of the thread-mainloop doc to ensure that nobody frees the api a...Xabier Rodriguez Calvar1-1/+3
2009-08-20Modification of the mainloop doc to ensure that nobody frees the api as it is...Xabier Rodriguez Calvar1-1/+3
2009-08-20Modification of the glib-mainloop doc to ensure that nobody frees the api as ...Xabier Rodriguez Calvar1-1/+3
2009-08-19volume: introduce pa_cvolume_{inc|dec}()Lennart Poettering2-0/+42
2009-08-19volume: use PA_VOLUME_MAX instead of (pa_volume_t) -1Lennart Poettering1-4/+4
2009-08-19volume: round properly when showing human readable volume percentagesLennart Poettering1-2/+2
2009-08-19volume: simplify volume multiplifactions, do them in integer onlyLennart Poettering1-4/+6
2009-08-19volume: introduce pa_cvolume_min() and pa_cvolume_min_mask()Lennart Poettering2-2/+49
2009-08-17volume: document when arguments of certain functions may overlapLennart Poettering1-4/+8
2009-08-17libpulse: some minor optimizations when checking equalityLennart Poettering3-0/+16
2009-08-17channelmap: minor doxygen fixLennart Poettering1-4/+14
2009-08-17channelmap: document where the WAVEX channelmap is documentedLennart Poettering1-0/+2
2009-08-17channelmap: adjust RFC3551 channel maps to follow spec more closelyLennart Poettering1-4/+4
2009-08-17volume: add pa_cvolume_merge() callLennart Poettering2-0/+23
2009-08-15pulse: even in case of record stream, let's initialize req_bytes to 0Marc-André Lureau1-1/+1
2009-08-14volume: guarantee dB/linear conversion is reversibleLennart Poettering1-1/+4
2009-08-12context: document why we only do minimal cleanups before the autospawn exec()Lennart Poettering1-1/+4
2009-08-12conf: invert all negative boolean configuration optionLennart Poettering2-11/+12
2009-08-10Correctly deal with events in the past in calc_next_timeoutMaxim Levitsky1-7/+6
2009-08-05simple: check for == RUNNING instead of != DONE when waiting for operationsLennart Poettering1-2/+2
2009-08-05simple: split data/length validity checks into twoLennart Poettering1-2/+4
2009-08-05simple: call pa_context_disconnect() just to be sureLennart Poettering1-1/+3
2009-08-05simple: always loop around pa_threaded_mainloop_wait() to handle spurious wak...Lennart Poettering1-11/+28
2009-08-05simple: use pa_xnew0 instead of manual reset to 0Lennart Poettering1-5/+1
2009-08-05simple: use PA_xxx_IS_GOOD for state checksLennart Poettering1-2/+2
2009-08-03client: extend documentation on pa_operation_cancel() a bitLennart Poettering1-1/+5
2009-07-31client: documented that pa_stream_drain() may only have a single operation ac...Lennart Poettering1-1/+3
2009-07-31client: fix documentation for threaded mainloopLennart Poettering1-5/+9
2009-07-30threaded-mainloop: loop around pa_cond_wait() invocation in pa_threaded_mainl...Lennart Poettering2-4/+13
2009-07-25client: minor modernizationsLennart Poettering1-7/+4
2009-07-25client: if a child we created was already reaped, assume that it was successfulLennart Poettering1-3/+10
2009-07-24client: limit block size for zero-copy operations to mempool block sizeLennart Poettering2-6/+18
2009-07-24client: make volume struct constLennart Poettering2-2/+2
2009-07-24alsa: throw timing data away after device resumeLennart Poettering1-1/+1