summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-05card: Move pa_card_add_profile() implementation to a more logical placeroutingTanu Kaskinen1-13/+13
2013-12-05Pass the profile object instead of the profile name to pa_card_set_profile()Tanu Kaskinen11-20/+34
2013-11-22source-output: Log the format negotiation resultTanu Kaskinen1-2/+13
2013-11-14sink-input, source-output: Don't assume that proplist has been initialized in...Tanu Kaskinen2-2/+4
2013-10-29build-sys: Don't define _FORTIFY_SOURCE when building with -O0Tanu Kaskinen1-1/+6
2013-10-29Update the protocol version of the node interfaceTanu Kaskinen5-10/+12
2013-09-17pactl: Add "pactl list nodes" functionalityTanu Kaskinen2-6/+48
2013-09-17native: Add node querying to the protocolTanu Kaskinen6-12/+224
2013-09-17tagstruct: Accept only valid UTF-8 stringsTanu Kaskinen2-5/+6
2013-09-17tagstruct: Add pa_tagstruct_put/get_direction()Tanu Kaskinen2-0/+37
2013-09-17native: Add node support to streamsTanu Kaskinen1-0/+4
2013-09-17sink-input, source-output: Add support for nodesTanu Kaskinen4-3/+98
2013-09-17sink-input, source-output: Add pa_sink_input/source_output_get_description()Tanu Kaskinen4-1/+35
2013-09-17jack: Add node supportTanu Kaskinen2-0/+6
2013-09-17bluetooth: Add node supportTanu Kaskinen1-0/+4
2013-09-17alsa: Add node supportTanu Kaskinen4-0/+14
2013-09-17device-port: Add support for nodesTanu Kaskinen2-0/+38
2013-09-17bluetooth: Handle pa_device_port_new() failuresTanu Kaskinen1-7/+35
2013-09-17alsa: Handle pa_device_port_new() failuresTanu Kaskinen2-5/+33
2013-09-17sink, source: Add support for nodesTanu Kaskinen4-0/+74
2013-09-17sink, source: Simplify pa_sink/source_new() error handlingTanu Kaskinen2-82/+73
2013-09-17sink, source: Add pa_sink/source_get_description()Tanu Kaskinen22-123/+96
2013-09-17sink, source: Disallow NULL or empty descriptionTanu Kaskinen2-19/+11
2013-09-17node: Introduce pa_nodeTanu Kaskinen7-3/+259
2013-09-17alsa-ucm: Use playback/capture rate specification from UCMArun Raghavan2-2/+36
2013-09-17alsa: Allow sample spec override in mappingsArun Raghavan4-0/+28
2013-09-17hashmap: Add the ability to free keysArun Raghavan41-205/+232
2013-09-16i18n: remove unneeded files from POTFILES.inPiotr Drąg1-2/+0
2013-09-16i18n: add missing files to POTFILES.inPiotr Drąg1-0/+2
2013-09-16i18n: sort POTFILES.in alphabeticallyPiotr Drąg1-158/+158
2013-09-13module-tunnel: automatically find the PulseAudio serverPierre Ossman3-10/+211
2013-09-13suspend-on-idle: Allow disabling suspending for specific devicesTanu Kaskinen1-11/+23
2013-09-13tunnel-source-new: counterpart to module-tunnel-sink-newAlexander Couzens2-0/+562
2013-09-10i18n: Japanese translation updatevictory1-314/+233
2013-09-08resampler: Never return zero for max block sizeTanu Kaskinen1-1/+17
2013-09-08card-restore: Watch for profiles added after card creation.poljar (Damir Jelić)1-4/+25
2013-08-27context: add pa_context_load_cookie_from_file()Alexander Couzens3-0/+20
2013-08-27sink, source: Fix error reporting style for rate updatesTanu Kaskinen8-41/+41
2013-08-27source: When updating a monitor source's rate, update the sink rate tooTanu Kaskinen1-2/+32
2013-08-27source: Fix monitor source rate changingTanu Kaskinen1-6/+14
2013-08-27resampler: Add a choose_auto_resampler functionpoljar (Damir Jelić)1-10/+15
2013-08-27resampler: Get rid of redundant implementation specific structspoljar (Damir Jelić)1-52/+38
2013-08-27resampler: Add assert to set_input/output_ratepoljar (Damir Jelić)1-0/+2
2013-08-27resampler: Introduce a implementation specific structpoljar (Damir Jelić)2-51/+56
2013-08-27Resampler: Don't use the peaks resampler for upsamplingpoljar (Damir Jelić)1-0/+10
2013-08-27resampler: Add a function for comparing sample format precisionpoljar (Damir Jelić)1-8/+49
2013-08-27resampler: choose_work_format use switch instead of if/elsepoljar (Damir Jelić)1-10/+23
2013-08-27resampler: Move the work format finding logic into a separate functionpoljar (Damir Jelić)1-26/+43
2013-08-27resampler: fix_method use switch instead of if/elsepoljar (Damir Jelić)1-8/+15
2013-08-27resampler: Move the fix method logic into a separate functionpoljar (Damir Jelić)1-19/+33