summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-29Pass the profile object instead of the profile name to pa_card_set_profile()Tanu Kaskinen12-24/+38
2013-11-29ucm: Add a FIXME comment about bad error handlingTanu Kaskinen1-0/+3
2013-11-29idxset: Allow deep copying with pa_idxset_copy()Tanu Kaskinen4-13/+9
2013-11-29sink, source: Add a TODO comment about removing get_formats()Tanu Kaskinen2-0/+12
2013-11-29protocol-native: Remove written differently but functionally redundant check.Scott Reeves1-1/+0
2013-11-22source-output: Log the format negotiation resultTanu Kaskinen1-2/+13
2013-11-22bluetooth: Fix crash in pa_bluetooth_discovery_get_device_by_address()João Paulo Rechi Vita1-2/+2
2013-11-22bluetooth: Check adapter address to set device_info_validJoão Paulo Rechi Vita1-2/+2
2013-11-22Fix undefined behaviour in pulseaudio --start.Stefan Sperling3-1/+16
2013-11-22sink/source: When picking the initial ports, prefer ones that are not unavail...Colin Guthrie2-2/+21
2013-11-22card: Ensure we still pick a profile even if it's unavailable.Colin Guthrie1-0/+6
2013-11-20bluetooth: Set device_info_valid to -1 when the device's adapter disappearsTanu Kaskinen1-1/+3
2013-11-20bluetooth: Remove device_remove_all()Tanu Kaskinen1-16/+4
2013-11-20bluetooth: Fire DEVICE_CONNECTION_CHANGED in set_device_info_valid()Tanu Kaskinen1-1/+6
2013-11-20bluetooth: Don't mark device valid before it has an adapterTanu Kaskinen1-3/+13
2013-11-20bluetooth: Use a helper function for setting device_info_validTanu Kaskinen1-4/+14
2013-11-20protocol-native: Express XOR asserts more conciselyParin Porecha1-20/+7
2013-11-15bluetooth: Remove a redundant variableTanu Kaskinen1-2/+1
2013-11-15Revert "core: Transparently handle non-blocking sockets on Windows"Pierre Ossman1-34/+4
2013-11-15core: make sure win32 sockets remain blockingPierre Ossman3-6/+66
2013-11-15tunnel-new: add cookie module argumentAlexander Couzens2-5/+26
2013-11-14sink-input, source-output: Don't assume that proplist has been initialized in...Tanu Kaskinen2-2/+4
2013-11-08resampler: Cleanup, index of memchunks is not usedPeter Meerwald1-3/+0
2013-11-08resampler: Prepare to have leftover data in different output buffersPeter Meerwald1-19/+28
2013-11-08resampler: Add fit_buf() helper funtion for buffer allocationPeter Meerwald1-41/+17
2013-11-08resampler: Cleanup, rename xxxx_buf_samples to xxxx_buf_sizePeter Meerwald1-16/+12
2013-11-08resampler: Handle leftover samples, use new return valuePeter Meerwald1-44/+37
2013-11-08resampler: Change interface, resampler may return the number of leftover framesPeter Meerwald2-7/+22
2013-11-08resampler: Introduce work_channelsPeter Meerwald1-20/+23
2013-11-08resampler: Introduce work frame size (w_fz)Peter Meerwald1-12/+11
2013-11-05card: Only set active_profile with available profileLuiz Augusto von Dentz1-1/+6
2013-11-05introspect: Fix ABI break introduced by b98a2e1Luiz Augusto von Dentz3-35/+75
2013-11-01alsa-mixer: Add internal surround speaker elementsDavid Henningsson3-0/+63
2013-11-01console-kit: Remove logging of every message on the busJoão Paulo Rechi Vita1-5/+0
2013-11-01tests: Extract PA_CPU_TEST* macros to separate headerPeter Meerwald4-124/+99
2013-11-01daemon conf: "high-priority" setting isn't respectedPierre Ossman1-1/+2
2013-10-29zsh-completion: Add --monitor-stream completion to pacatpoljar (Damir Jelić)1-0/+2
2013-10-29simple: Improve pa_simple_read() documentationTanu Kaskinen1-2/+11
2013-10-29bluetooth: Fix variable constnessTanu Kaskinen1-1/+1
2013-10-29bluetooth: Remove adapter_remove_all()Tanu Kaskinen1-16/+4
2013-10-29zsh-completion: Fix pacat device completionpoljar (Damir Jelić)1-11/+27
2013-10-29bash-completion: Add --monitor-stream completion to pacatpoljar (Damir Jelić)1-1/+7
2013-10-29modargs: Add pa_modargs_get_sample_rate()Peter Meerwald2-0/+18
2013-10-29modargs: Add pa_modargs_get_resample_method()Peter Meerwald2-0/+22
2013-10-29mainloop, glib-mainloop: time_restart could cause incorrect event orderingBen Brewer2-4/+8
2013-10-29tests: Resampler output memchunk may be reset (zero)Peter Meerwald1-1/+2
2013-10-29memblock: Fix typo in description of pa_memblock_unref_fixed(), cleanupPeter Meerwald2-3/+3
2013-10-23Updated Brazilian Portuguese translationRafael Ferreira1-1372/+1720
2013-10-15bluetooth: Track discovery modules by indexJoão Paulo Rechi Vita1-11/+20
2013-10-12build-sys: Print CPPFLAGS in configureTanu Kaskinen1-0/+1