summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | We don't need call_dbus_method anymoreJoão Paulo Rechi Vita2008-09-111-47/+4
| | |
* | | Don't need to explicity check if hcid is running anymoreJoão Paulo Rechi Vita2008-09-111-17/+4
| | |
* | | Improve dbus communicationJoão Paulo Rechi Vita2008-09-111-12/+88
| | |
* | | Changing all private functions to staticJoão Paulo Rechi Vita2008-09-111-11/+11
| | |
* | | Remove VERBOSE definitionJoão Paulo Rechi Vita2008-09-111-3/+1
| | |
* | | Adding dynamic bluetooth audio devices detectionJoão Paulo Rechi Vita2008-09-111-1/+83
| | |
* | | Fix the symdef includeJoão Paulo Rechi Vita2008-09-111-1/+1
| | |
* | | Fix comparison of strings of different caseJoão Paulo Rechi Vita2008-09-111-16/+3
| | |
* | | Adding module-bt-discover to Makefile.amJoão Paulo Rechi Vita2008-09-111-1/+9
| | |
* | | Adding module-bt-discoverJoão Paulo Rechi Vita2008-09-111-0/+461
| | |
* | | 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
| | |
* | | make sure peaks resampler also works for very short input buffersLennart Poettering2008-09-091-11/+20
| | |
* | | minor improvements in debug handlingLennart Poettering2008-09-092-6/+10
| | |
* | | unbreak pa_idxset_rrobinLennart Poettering2008-09-091-2/+1
| | |
* | | When returning from a suspend, pass exactly the same flags as originally whenLennart Poettering2008-09-092-2/+11
| | | | | | | | | | | | we opened the device.
* | | fix minor typoLennart Poettering2008-09-091-1/+1
| | |
* | | Work around presumable ALSA bug that treats the dir argument toLennart Poettering2008-09-091-4/+11
| | | | | | | | | | | | snd_pcm_hw_params_set_periods_near() actually as > or < instead of >= and <=.
* | | move autospawn lock to pulsecore/ since we don't need it in the client anymoreLennart Poettering2008-09-085-6/+5
| | |
* | | Add new option to disable remixing from/to LFE and set it to on by defaultLennart Poettering2008-09-0510-23/+39
| | |
* | | include build and runtime host information in debug outputLennart Poettering2008-09-053-2/+16
|/ /
* | 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
* | if we are exiting due to cpu overload, say so via syslog, tooLennart Poettering2008-09-051-0/+2
| |
* | if we are exiting due to idleness, say soLennart Poettering2008-09-051-0/+1
| |
* | check for errors returned by pa_context_connect()Lennart Poettering2008-09-051-1/+4
| |
* | use pa_channel_map_compatible() where applicableLennart Poettering2008-09-051-1/+1
| |
* | 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
| |
* | update map fileLennart Poettering2008-09-051-0/+2
| |
* | add new API function pa_channel_map_compatible()Lennart Poettering2008-09-052-0/+11
| |
* | update map-file script to ignore gcc malloc attributesLennart Poettering2008-09-051-1/+1
| |
* | update documentation and help texts for s32le/s32be sample typesLennart Poettering2008-09-051-1/+1
| |
* | Downgrade hrtimer warning to notice levelLennart Poettering2008-09-052-2/+2
| |
* | introduce macros for all flags so that clients can check for them with #ifdefLennart Poettering2008-09-032-1/+54
| |
* | use PA_STREAM_EARLY_REQUESTS for OSS streamsLennart Poettering2008-09-031-1/+1
| |
* | command_get_info() segv in some conditionsMarc-André Lureau2008-09-031-1/+1
| | | | | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | reindent comments a bitLennart Poettering2008-09-035-223/+338
| |
* | Implement "early requests" mode.Lennart Poettering2008-09-033-183/+267
| | | | | | | | | | | | | | 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.
* | Rework pa_machine_id() a bitLennart Poettering2008-09-031-10/+27
| | | | | | | | | | Guarantee this function never fails, use POSIX gethostid as last resort. Add comments.
* | fix misuse of return valueLennart Poettering2008-09-031-5/+1
| |
* | 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
| |
* | avoid rounding errors on requested buffering metricsLennart Poettering2008-09-011-11/+18
| |
* | output relative timestamps in addition to absolute timestamps when loggingLennart Poettering2008-09-011-4/+14
| |
* | include more build info in debug outputLennart Poettering2008-09-011-0/+13
| |