summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bluetooth: Fix coding styleJoão Paulo Rechi Vita2013-07-151-1/+1
* bluetooth: Remove unused DBusErrorJoão Paulo Rechi Vita2013-07-151-4/+0
* module: Fix styleJoão Paulo Rechi Vita2013-07-151-1/+1
* tunnel: Fix reading state from wrong variableTanu Kaskinen2013-07-141-3/+3
* caps: Fix compilation on WindowsTanu Kaskinen2013-07-141-1/+1
* alsa: Support ALSA without a use case managerPierre Ossman2013-07-113-2/+73
* log: Fix thread name printingTanu Kaskinen2013-07-111-2/+4
* module: Fix crash in pa_module_unload_all()Tanu Kaskinen2013-07-111-0/+3
* Revert "resampler: Resample first followed by remapping if have more out chan...Tanu Kaskinen2013-07-101-31/+13
* sink-input: Keep reference ratio up-to-dateTanu Kaskinen2013-07-091-0/+1
* Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen2013-07-0911-175/+210
* pulse: Add verbose volume printing functionsTanu Kaskinen2013-07-093-0/+89
* loopback: Fix cork state not updated after moveMikel Astiz2013-07-081-0/+14
* sconv: avoid multiply in ARM NEON s16->float conversionPeter Meerwald2013-07-051-8/+4
* sconv: avoid multiply in ARM NEON float->s16 conversionPeter Meerwald2013-07-051-6/+3
* channelmap, volume: Don't refer to bool in the public API documentationTanu Kaskinen2013-07-042-2/+2
* mainloop-test: Use FALSE instead of false for gbooleanTanu Kaskinen2013-07-041-1/+1
* macro: Remove unneeded typedef for pa_bool_t.poljar (Damir Jelić)2013-07-041-15/+0
* Revert windows BOOL variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)2013-07-041-1/+1
* Revert dbus_bool_t variables to use TRUE/FALSE instead of true/falsepoljar (Damir Jelić)2013-07-048-42/+42
* Fix alignment issues introduced by the pa_bool -> bool conversionpoljar (Damir Jelić)2013-07-047-46/+46
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-04288-3360/+3360
* build-sys: Add native-instruments-traktor-audio2.conf to Makefile.amTanu Kaskinen2013-07-031-0/+1
* device-manager: Refuse to load empty descriptionsTanu Kaskinen2013-07-021-0/+10
* Revert "alsa-mixer: Add a couple of assertions"David Henningsson2013-06-281-2/+3
* device-manager: Add a sanity check for reading entriesTanu Kaskinen2013-06-281-0/+5
* waveout: Simplify setting the device descriptionTanu Kaskinen2013-06-281-6/+2
* alsa-mixer: Add a couple of assertionsTanu Kaskinen2013-06-271-3/+2
* dynarray: Reimplement with nicer semanticsTanu Kaskinen2013-06-274-75/+69
* source: Fix an indentation mistakeTanu Kaskinen2013-06-261-1/+1
* object: Initialize allocated memory to zeroTanu Kaskinen2013-06-251-1/+1
* device-port: Assert that ports have a descriptionTanu Kaskinen2013-06-251-0/+1
* protocol-esound/http/simple: Make sure callers can handle iochannel_write cha...David Henningsson2013-06-243-12/+23
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-2469-125/+0
* Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)2013-06-2425-80/+40
* Style fix: Add a space between the closing/opening bracketpoljar (Damir Jelić)2013-06-249-121/+121
* Style fix: Add a space betwen the if statement and the opening bracketpoljar (Damir Jelić)2013-06-246-44/+44
* Whitespace cleanup: Fix broken indentation by handpoljar (Damir Jelić)2013-06-2412-85/+85
* Whitespace cleanup: Remove tabspoljar (Damir Jelić)2013-06-2414-107/+107
* .gitignore: Add build-auxTanu Kaskinen2013-06-231-0/+1
* core-util: Fix log message levelsTanu Kaskinen2013-06-231-2/+2
* log: Fix error messageTanu Kaskinen2013-06-201-1/+1
* cli, log: Improve the set-log-target functionalityShuai Fan2013-06-207-108/+211
* bluetooth: Fix too late assertionTanu Kaskinen2013-06-191-2/+4
* combine: Fix crash in output freeingTanu Kaskinen2013-06-191-2/+0
* zeroconf: Fix pa_mainloop_api_once usageArun Raghavan2013-06-181-3/+15
* mainloop: Document need for mainloop lock around pa_mainloop_api_onceArun Raghavan2013-06-181-1/+3
* pstream: Fixup hangs caused by recent iochannel patchDavid Henningsson2013-06-171-3/+6
* sink-input: Log format negotiation betterArun Raghavan2013-06-151-2/+13
* iochannel: Document modified pa_iochannel_write return valueArun Raghavan2013-06-141-0/+2