summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Get rid of SINK_MESSAGE_PASS_SOCKET, since we don't really need itJoão Paulo Rechi Vita2008-09-111-16/+0
* | Changes for pa_modargs_get_value_u32 for integer arguments and correct some e...João Paulo Rechi Vita2008-09-111-6/+4
* | Copy arguments values instead of just getting a pointer for themJoão Paulo Rechi Vita2008-09-111-3/+3
* | Hand the stream socket to the rt threadJoão Paulo Rechi Vita2008-09-111-9/+16
* | Initial code for rt threadJoão Paulo Rechi Vita2008-09-111-139/+147
* | Fix PA_USEC_PER_SEC missingJoão Paulo Rechi Vita2008-09-111-0/+1
* | BlueZ connection configuration doneJoão Paulo Rechi Vita2008-09-111-33/+695
* | Adds SBC Codec to pa treeJoão Paulo Rechi Vita2008-09-115-1/+1754
* | Add module-bt-device and dependencies to automakeJoão Paulo Rechi Vita2008-09-111-1/+15
* | Initial file for module-bt-deviceJoão Paulo Rechi Vita2008-09-111-0/+154
* | Add code from bluez/audio/ipc.[ch]João Paulo Rechi Vita2008-09-112-0/+427
* | Add sender=org.bluez to dbus add matchJoão Paulo Rechi Vita2008-09-111-2/+4
* | Remove modargs, since module-bt-discover doesn't have any argumentJoão Paulo Rechi Vita2008-09-111-6/+0
* | Refactor all linked lists to use pulsecore/llist.hJoão Paulo Rechi Vita2008-09-111-81/+74
* | Remove block delimiters from single line if blocksJoão Paulo Rechi Vita2008-09-111-6/+3
* | Remove some unused vars and labelsJoão Paulo Rechi Vita2008-09-111-3/+0
* | Change booleans to pa_bool_tJoão Paulo Rechi Vita2008-09-111-2/+3
* | 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
* | stream_started_callback userdata bugArthur Taylor2008-09-101-1/+1
* | fix S32 validity checkLennart Poettering2008-09-101-1/+1
* | add src/pulsecore/lock-autospawn.c to POTFILES.inv0.9.12Lennart Poettering2008-09-091-0/+1
* | bump revisionsLennart Poettering2008-09-091-4/+4
* | 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
* | fix minor typoLennart Poettering2008-09-091-1/+1
* | Work around presumable ALSA bug that treats the dir argument toLennart Poettering2008-09-091-4/+11
* | Merge branch 'master' into master-txLennart Poettering2008-09-0827-262/+223
|\ \
| * | 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-0511-23/+49
| * | 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 N...Lennart Poettering2008-09-051-2/+3
| * 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