summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* rework autospawning to allow to multiple parallel autospawning contextsLennart Poettering2008-09-052-209/+107
* connect to localhost via IP address instead of host name, to avoid needless N...Lennart Poettering2008-09-051-2/+3
* a few minor clean-upsLennart Poettering2008-09-051-8/+3
* introduce upper channel map definition limit PA_CHANNEL_MAP_DEF_MAXLennart Poettering2008-09-052-2/+7
* add new API function pa_channel_map_compatible()Lennart Poettering2008-09-052-0/+11
* introduce macros for all flags so that clients can check for them with #ifdefLennart Poettering2008-09-032-1/+54
* reindent comments a bitLennart Poettering2008-09-035-223/+338
* Implement "early requests" mode.Lennart Poettering2008-09-032-149/+129
* use gcc malloc attribute macros for internal functions, tooLennart Poettering2008-09-012-4/+10
* don't include leagacy definition PA_STREAM_NOT_MONOTONOUS in docsLennart Poettering2008-09-011-0/+3
* prefix internally used inline function with _Lennart Poettering2008-09-011-6/+6
* add gcc malloc related function attributes where appropriateLennart Poettering2008-09-011-6/+8
* add malloc related gcc attribute macrosLennart Poettering2008-09-011-0/+20
* fix a few compiler warnings on older gccLennart Poettering2008-08-294-12/+12
* document in which direction we roundLennart Poettering2008-08-281-2/+6
* increase pa_xmalloc() limit to 96 MB, closes #344Lennart Poettering2008-08-261-1/+1
* fix typoLennart Poettering2008-08-261-1/+1
* Fix error code in pa_stream_get_timing_info()Lennart Poettering2008-08-261-1/+1
* Merge branch 'master' of git://git.0pointer.de/pulseaudioColin Guthrie2008-08-2231-273/+1455
|\
| * add doxygen documentation for ext-stream-restore.hLennart Poettering2008-08-201-5/+22
| * add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-1913-104/+108
| * allow clients to not specify the volume for their streamsLennart Poettering2008-08-181-0/+12
| * add new API function pa_cvolume_max()Lennart Poettering2008-08-132-0/+15
| * reset lock_fd_mutex after destructionLennart Poettering2008-08-131-0/+1
| * make gcc shut upLennart Poettering2008-08-092-2/+4
| * don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-097-31/+31
| * rework autospawning code to survive multiple pa_contexts in a single processLennart Poettering2008-08-094-25/+448
| * set errno properly in all casesLennart Poettering2008-08-091-3/+14
| * add compatibility with older PA socket pathsLennart Poettering2008-08-071-3/+33
| * don't spam to stderr in API functionsLennart Poettering2008-08-071-5/+1
| * fix channel position stringLennart Poettering2008-08-061-1/+1
| * add i18n supportLennart Poettering2008-08-0614-97/+226
| * don't enforce valid callbacks for extension module APIsLennart Poettering2008-08-051-5/+0
| * allow extension messages to actually carry informationLennart Poettering2008-08-051-2/+1
| * fix documentation to follow what actually happensLennart Poettering2008-08-041-2/+2
| * remove port definitions from header file since they are not actually used yetLennart Poettering2008-08-041-5/+0
| * add missing C++ checks in headerLennart Poettering2008-08-041-0/+4
| * pa_bool_t is not exportedLennart Poettering2008-08-042-2/+2
| * wrap protocol extension of module-stream-restoreLennart Poettering2008-08-045-2/+462
| * add new API function pa_cvolume_remap()Lennart Poettering2008-08-042-0/+89
* | Merge branch 'master' of git://git.0pointer.de/pulseaudioColin Guthrie2008-08-032-1/+5
|\|
| * add a new error code PA_ERR_NOEXTENSIONLennart Poettering2008-08-032-1/+5
* | Merge branch 'master' of git://git.0pointer.de/pulseaudioColin Guthrie2008-07-3010-80/+176
|\|
| * enable exit-on-idle by defaultLennart Poettering2008-07-222-2/+2
| * prepare doxygen docs for 0.9.11Lennart Poettering2008-07-218-78/+174
* | Fix documentation of constant: PA_VOLUME_MUTED (not PA_VOLUME_MUTE)Colin Guthrie2008-07-031-1/+1
|/
* use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...Lennart Poettering2008-06-271-6/+11
* rework logic to request automatic timing updates a bitLennart Poettering2008-06-261-29/+34
* reorder a few things to get rid of an uneeded comparisonLennart Poettering2008-06-261-17/+10
* add a FIXMELennart Poettering2008-06-261-0/+2