summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-14alsa: Add configuration for NI Traktor Audio 2Tanu Kaskinen2-0/+55
2013-03-13port to gtk+-3.0Marc-Antoine Perennou1-4/+4
2013-03-13pulse: Document the operation state behavior on context disconnection.Tanu Kaskinen2-5/+14
2013-03-13ladspa: Use volume sharing.Tanu Kaskinen2-29/+2
2013-03-13udev: Add tsched_buffer_size module argumentTanu Kaskinen1-18/+41
2013-03-12ltdl-bind-now: Log an error in case of failuresTanu Kaskinen1-0/+1
2013-03-12module: Don't use lt_dlerror(), it's uselessTanu Kaskinen1-1/+7
2013-03-08bluetooth: Never allow microphone output portsDavid Henningsson1-3/+3
2013-03-08bluetooth: Use form factor to set port name and descriptionMikel Astiz1-6/+78
2013-03-08bluetooth: Add specific form factor for phonesMikel Astiz2-8/+22
2013-03-08bluetooth: Use enum to represent form factorsMikel Astiz3-18/+58
2013-03-06modules: Remove obsolete may_move_to callbacksStefan Huber5-59/+0
2013-03-06modules: remove obsolete comment on PA_SOURCE_OUTPUT_DONT_INHIBIT_AUTO_SUSPENDStefan Huber2-4/+0
2013-03-06virtual-source: remove redundant checks and callbacksStefan Huber1-13/+0
2013-03-05modules: add module-remap-sourceStefan Huber2-0/+441
2013-03-01default.pa: Load module-jackdbus-detect with channels=2 by defaultDavid Henningsson1-1/+1
2013-02-22format: Add #defines for enum valuesTanu Kaskinen1-0/+21
2013-02-19alsa-card: Make ELD monitor name a port propertyDavid Henningsson1-0/+72
2013-02-19alsa-mixer: Add possibility to configure ELD deviceDavid Henningsson7-0/+10
2013-02-19alsa-util: Add a function to read ELD infoDavid Henningsson2-0/+76
2013-02-19card: Set initial profile availability stateMikel Astiz1-0/+1
2013-02-19bluetooth: Fix assertion failure if BlueZ crashes during GetPropertiesMikel Astiz1-2/+4
2013-02-18bluetooth: Fix possible adapter duplicatesMikel Astiz1-2/+12
2013-02-18echo-cancel: Enable different sample specs for rec and out streamStefan Huber6-95/+133
2013-02-18bluetooth: Merge all ports into "bluetooth-input" and "bluetooth-output"Mikel Astiz1-227/+81
2013-02-18bluetooth: Use profile availability to auto-switch profilesMikel Astiz1-55/+49
2013-02-18bluetooth: Expose card profile availabilityMikel Astiz1-1/+15
2013-02-18cli: Show card profile availability statusMikel Astiz1-3/+4
2013-02-18card: Add card profile availabilityMikel Astiz3-0/+25
2013-02-18core: Internally deprecate pa_port_available_t to use pa_available_tMikel Astiz12-58/+68
2013-02-18echo-cancel: Do not bypass EC implementation when play stream is emptyStefan Huber1-43/+44
2013-02-16echo-cancel-test: When fopen() fails tell which file failedStefan Huber1-4/+4
2013-02-16echo-cancel-test: Pass aec_args with module argsStefan Huber1-4/+4
2013-02-16echo-cancel-test: Enable debug log levelStefan Huber1-0/+3
2013-02-16add support for MPEG-2 AAC pass-throughAkihiro Tsukada2-0/+4
2013-02-16module: Unload modules in reverse orderDavid Henningsson1-0/+21
2013-02-16bluetooth: Fix thread teardown code orderingTanu Kaskinen1-7/+7
2013-02-16bluetooth: Fix premature acquire attemptsMikel Astiz2-4/+5
2013-02-16idxset: Add pa_idxset_remove_all()Tanu Kaskinen6-37/+25
2013-02-16hashmap: Add pa_hashmap_remove_all()Tanu Kaskinen7-22/+23
2013-02-16idxset: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen27-119/+81
2013-02-16device-port: Remove pa_device_port_hashmap_free()Tanu Kaskinen6-15/+7
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen41-308/+112
2013-02-16gconf: Remove needless userdata function argumentsTanu Kaskinen1-14/+15
2013-02-16gconf: Add userdata pointer to struct module_infoTanu Kaskinen1-0/+4
2013-02-16tests: add test/performance comparison for mixing special-case codePeter Meerwald3-1/+362
2013-02-15tests: Add NEON mix test cases to cpu-testPeter Meerwald1-0/+160
2013-02-15mix: Add optimized mix code path for ARM NEONPeter Meerwald4-3/+102
2013-02-15mix: Change end pointer to length parameter in mixing functionPeter Meerwald2-82/+84
2013-02-15mix: Add special cases for mixing streams in s16ne formatPeter Meerwald1-4/+101