Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing include | Lennart Poettering | 2008-10-05 | 1 | -0/+2 |
| | |||||
* | implement pa_sw_volume_divide() and pa_sw_cvolume_divide() | Lennart Poettering | 2008-10-04 | 2 | -7/+40 |
| | |||||
* | rename pa_cvolume_snprint_dB to pa_sw_cvolume_snprint_dB since it is | Lennart Poettering | 2008-10-03 | 2 | -3/+3 |
| | | | | useful only for software volumes | ||||
* | increase PA_CVOLUME_SNPRINT_MAX to a proper value and document that it is ↵ | Lennart Poettering | 2008-10-03 | 3 | -4/+16 |
| | | | | not considered part of the ABI | ||||
* | when checking the validity of a cvolume check whether all values are not -1 | Lennart Poettering | 2008-10-03 | 1 | -0/+6 |
| | |||||
* | add new API call pa_cvolume_compatible() | Lennart Poettering | 2008-10-03 | 2 | -0/+18 |
| | |||||
* | add new API call pa_cvolume_snprint_dB() | Lennart Poettering | 2008-10-03 | 2 | -2/+43 |
| | |||||
* | add new API call pa_cvolume_init() | Lennart Poettering | 2008-10-03 | 2 | -1/+19 |
| | |||||
* | extend documentation for pa_channel_map_init() | Lennart Poettering | 2008-10-03 | 1 | -1/+3 |
| | |||||
* | treat a channel map only then as compatible with a sample spec if it is valid | Lennart Poettering | 2008-10-03 | 1 | -0/+6 |
| | |||||
* | add new API function pa_sample_spec_init() | Lennart Poettering | 2008-10-03 | 2 | -0/+15 |
| | |||||
* | if a volume or channel map is invalid show so when printing it | Lennart Poettering | 2008-10-03 | 3 | -1/+16 |
| | |||||
* | user lrint() and friends in inner loops instead of normal C casts to speed ↵ | Lennart Poettering | 2008-10-03 | 1 | -1/+1 |
| | | | | up a few things | ||||
* | properly parse response to pa_stream_set_buffer_attr() calls. closes #370 | Lennart Poettering | 2008-10-02 | 1 | -1/+14 |
| | |||||
* | Make the shared memory segment size configurable | Lennart Poettering | 2008-10-01 | 4 | -2/+7 |
| | | | | | This is useful only on systems where memory overcommit is not available or disabled. | ||||
* | fix pa_stream_set_name | Omair Majid | 2008-09-11 | 1 | -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 bug | Arthur Taylor | 2008-09-10 | 1 | -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 check | Lennart Poettering | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | move autospawn lock to pulsecore/ since we don't need it in the client anymore | Lennart Poettering | 2008-09-08 | 2 | -362/+0 |
| | |||||
* | rework autospawning to allow to multiple parallel autospawning contexts | Lennart Poettering | 2008-09-05 | 2 | -209/+107 |
| | |||||
* | connect to localhost via IP address instead of host name, to avoid needless ↵ | Lennart Poettering | 2008-09-05 | 1 | -2/+3 |
| | | | | NSS lookup | ||||
* | a few minor clean-ups | Lennart Poettering | 2008-09-05 | 1 | -8/+3 |
| | |||||
* | introduce upper channel map definition limit PA_CHANNEL_MAP_DEF_MAX | Lennart Poettering | 2008-09-05 | 2 | -2/+7 |
| | |||||
* | add new API function pa_channel_map_compatible() | Lennart Poettering | 2008-09-05 | 2 | -0/+11 |
| | |||||
* | introduce macros for all flags so that clients can check for them with #ifdef | Lennart Poettering | 2008-09-03 | 2 | -1/+54 |
| | |||||
* | reindent comments a bit | Lennart Poettering | 2008-09-03 | 5 | -223/+338 |
| | |||||
* | Implement "early requests" mode. | Lennart Poettering | 2008-09-03 | 2 | -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, too | Lennart Poettering | 2008-09-01 | 2 | -4/+10 |
| | |||||
* | don't include leagacy definition PA_STREAM_NOT_MONOTONOUS in docs | Lennart Poettering | 2008-09-01 | 1 | -0/+3 |
| | |||||
* | prefix internally used inline function with _ | Lennart Poettering | 2008-09-01 | 1 | -6/+6 |
| | |||||
* | add gcc malloc related function attributes where appropriate | Lennart Poettering | 2008-09-01 | 1 | -6/+8 |
| | |||||
* | add malloc related gcc attribute macros | Lennart Poettering | 2008-09-01 | 1 | -0/+20 |
| | |||||
* | fix a few compiler warnings on older gcc | Lennart Poettering | 2008-08-29 | 4 | -12/+12 |
| | |||||
* | document in which direction we round | Lennart Poettering | 2008-08-28 | 1 | -2/+6 |
| | |||||
* | increase pa_xmalloc() limit to 96 MB, closes #344 | Lennart Poettering | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | fix typo | Lennart Poettering | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | Fix error code in pa_stream_get_timing_info() | Lennart Poettering | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://git.0pointer.de/pulseaudio | Colin Guthrie | 2008-08-22 | 31 | -273/+1455 |
|\ | |||||
| * | add doxygen documentation for ext-stream-restore.h | Lennart Poettering | 2008-08-20 | 1 | -5/+22 |
| | | |||||
| * | add a few more gcc warning flags and fix quite a few problems found by doing so | Lennart Poettering | 2008-08-19 | 13 | -104/+108 |
| | | |||||
| * | allow clients to not specify the volume for their streams | Lennart Poettering | 2008-08-18 | 1 | -0/+12 |
| | | |||||
| * | add new API function pa_cvolume_max() | Lennart Poettering | 2008-08-13 | 2 | -0/+15 |
| | | |||||
| * | reset lock_fd_mutex after destruction | Lennart Poettering | 2008-08-13 | 1 | -0/+1 |
| | | |||||
| * | make gcc shut up | Lennart Poettering | 2008-08-09 | 2 | -2/+4 |
| | | |||||
| * | don't use PA_GCC_UNUSED anymore | Lennart Poettering | 2008-08-09 | 7 | -31/+31 |
| | | |||||
| * | rework autospawning code to survive multiple pa_contexts in a single process | Lennart Poettering | 2008-08-09 | 4 | -25/+448 |
| | | |||||
| * | set errno properly in all cases | Lennart Poettering | 2008-08-09 | 1 | -3/+14 |
| | | |||||
| * | add compatibility with older PA socket paths | Lennart Poettering | 2008-08-07 | 1 | -3/+33 |
| | | |||||
| * | don't spam to stderr in API functions | Lennart Poettering | 2008-08-07 | 1 | -5/+1 |
| | | |||||
| * | fix channel position string | Lennart Poettering | 2008-08-06 | 1 | -1/+1 |
| | |