summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'elmarco/master'Lennart Poettering2009-01-142-2/+2
|\
| * build: fix few warningsMarc-André Lureau2009-01-132-2/+2
* | add pa_proplist_size() and pa_proplist_isempty()Lennart Poettering2009-01-142-0/+18
* | Fix version infoLennart Poettering2009-01-141-1/+1
|/
* libpulse: add proplist_from_stringMarc-André Lureau2009-01-132-1/+89
* read base volume only in proto 15Lennart Poettering2009-01-121-2/+2
* Add "base volume" field to sinks/sourcesLennart Poettering2008-12-242-2/+10
* Add new API functions pa_volume_snprint() and pa_sw_volume_snprint_dB()Lennart Poettering2008-12-242-3/+60
* Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTEDLennart Poettering2008-10-262-3/+29
* add missing includeLennart Poettering2008-10-051-0/+2
* implement pa_sw_volume_divide() and pa_sw_cvolume_divide()Lennart Poettering2008-10-042-7/+40
* rename pa_cvolume_snprint_dB to pa_sw_cvolume_snprint_dB since it isLennart Poettering2008-10-032-3/+3
* increase PA_CVOLUME_SNPRINT_MAX to a proper value and document that it is not...Lennart Poettering2008-10-033-4/+16
* when checking the validity of a cvolume check whether all values are not -1Lennart Poettering2008-10-031-0/+6
* add new API call pa_cvolume_compatible()Lennart Poettering2008-10-032-0/+18
* add new API call pa_cvolume_snprint_dB()Lennart Poettering2008-10-032-2/+43
* add new API call pa_cvolume_init()Lennart Poettering2008-10-032-1/+19
* extend documentation for pa_channel_map_init()Lennart Poettering2008-10-031-1/+3
* treat a channel map only then as compatible with a sample spec if it is validLennart Poettering2008-10-031-0/+6
* add new API function pa_sample_spec_init()Lennart Poettering2008-10-032-0/+15
* if a volume or channel map is invalid show so when printing itLennart Poettering2008-10-033-1/+16
* user lrint() and friends in inner loops instead of normal C casts to speed up...Lennart Poettering2008-10-031-1/+1
* properly parse response to pa_stream_set_buffer_attr() calls. closes #370Lennart Poettering2008-10-021-1/+14
* Make the shared memory segment size configurableLennart Poettering2008-10-014-2/+7
* fix pa_stream_set_nameOmair Majid2008-09-111-1/+1
* stream_started_callback userdata bugArthur Taylor2008-09-101-1/+1
* fix S32 validity checkLennart Poettering2008-09-101-1/+1
* move autospawn lock to pulsecore/ since we don't need it in the client anymoreLennart Poettering2008-09-082-362/+0
* 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