Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | add i18n support | Lennart Poettering | 2008-08-06 | 14 | -97/+226 |
| | | |||||
| * | don't enforce valid callbacks for extension module APIs | Lennart Poettering | 2008-08-05 | 1 | -5/+0 |
| | | |||||
| * | allow extension messages to actually carry information | Lennart Poettering | 2008-08-05 | 1 | -2/+1 |
| | | |||||
| * | fix documentation to follow what actually happens | Lennart Poettering | 2008-08-04 | 1 | -2/+2 |
| | | |||||
| * | remove port definitions from header file since they are not actually used yet | Lennart Poettering | 2008-08-04 | 1 | -5/+0 |
| | | |||||
| * | add missing C++ checks in header | Lennart Poettering | 2008-08-04 | 1 | -0/+4 |
| | | |||||
| * | pa_bool_t is not exported | Lennart Poettering | 2008-08-04 | 2 | -2/+2 |
| | | |||||
| * | wrap protocol extension of module-stream-restore | Lennart Poettering | 2008-08-04 | 5 | -2/+462 |
| | | |||||
| * | add new API function pa_cvolume_remap() | Lennart Poettering | 2008-08-04 | 2 | -0/+89 |
| | | |||||
* | | Merge branch 'master' of git://git.0pointer.de/pulseaudio | Colin Guthrie | 2008-08-03 | 2 | -1/+5 |
|\| | |||||
| * | add a new error code PA_ERR_NOEXTENSION | Lennart Poettering | 2008-08-03 | 2 | -1/+5 |
| | | |||||
* | | Merge branch 'master' of git://git.0pointer.de/pulseaudio | Colin Guthrie | 2008-07-30 | 10 | -80/+176 |
|\| | |||||
| * | enable exit-on-idle by default | Lennart Poettering | 2008-07-22 | 2 | -2/+2 |
| | | |||||
| * | prepare doxygen docs for 0.9.11 | Lennart Poettering | 2008-07-21 | 8 | -78/+174 |
| | | |||||
* | | Fix documentation of constant: PA_VOLUME_MUTED (not PA_VOLUME_MUTE) | Colin Guthrie | 2008-07-03 | 1 | -1/+1 |
|/ |