summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | useful only for software volumes
* increase PA_CVOLUME_SNPRINT_MAX to a proper value and document that it is ↵Lennart Poettering2008-10-033-4/+16
| | | | not considered part of the ABI
* 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 ↵Lennart Poettering2008-10-031-1/+1
| | | | up a few things
* 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
| | | | | This is useful only on systems where memory overcommit is not available or disabled.
* fix pa_stream_set_nameOmair Majid2008-09-111-1/+1
| | | | | | | | | | | | | This patch fixes a bug in pa_stream_set_name. It uses the media.name property instead of the application.name property when setting a stream's name >From aa1bda11d2084365cb0cec57f37d59f07ab80052 Mon Sep 17 00:00:00 2001 From: Omair Majid <omajid@redhat.com> Date: Wed, 10 Sep 2008 17:02:28 -0400 Subject: [PATCH] Fix bug in pa_stream_set_name Signed-off-by: Lennart Poettering <lennart@poettering.net>
* stream_started_callback userdata bugArthur Taylor2008-09-101-1/+1
| | | | | | | | | | Hello I came across a bug where the userdata parameter of the stream_started_callback was always NULL in some cases. I couldn't seem to make a ticket, so here's the one line patch: Signed-off-by: Lennart Poettering <lennart@poettering.net>
* 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 ↵Lennart Poettering2008-09-051-2/+3
| | | | NSS lookup
* 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
| | | | | | | PA_STREAM_EARLY_REQUESTS is a new flag that will modify buffering metric selection behaviour a bit. This code is good for broken ALSA/OSS clients that ignore 'readability' on the fds in question and schedule audio via usleep() instead.
* 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
| |