summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-02rtp: Properly timestamp buffers in the GStreamer sender pipelinegst-rtpSebastian Dröge1-0/+15
2017-05-02rtp: Use udpsink instead of fdsink for the GStreamer RTP implementationSebastian Dröge1-2/+27
2017-05-02rtp: Use yes/no in configure instead of 1/0Sebastian Dröge1-5/+5
2017-05-02rtp: Add a GStreamer-based RTP implementationArun Raghavan8-82/+614
2017-05-02rtpoll: Separate out before/after/work callback userdataArun Raghavan5-49/+43
2017-05-02rtp: Don't release memblock until we stop accessing underlying dataArun Raghavan1-0/+2
2017-05-02rtp: Hide RTP implementation details from module-rtp-*Arun Raghavan4-61/+94
2017-05-02rtp: Move MTU handling to the RTP implementationArun Raghavan3-14/+12
2017-05-02rtp: Drop support for non-L16 mediaArun Raghavan2-42/+1
2017-05-02rtp: Don't use cookie for SSRCArun Raghavan4-7/+4
2017-05-02rtp: Make init return a value for success/failureArun Raghavan3-4/+5
2017-05-02scripts: Add a pre-receive hook to catch invalid merge and WIP commitsArun Raghavan1-0/+89
2017-04-29volume: Fix overflow in percent calculation of pa_*volume_snprint*()Georg Chini1-3/+3
2017-04-29volume: Print a warning when volume is clipped in pa_sw_volume_multiply/divide()Georg Chini1-2/+14
2017-04-29source/sink: Fix wrong calculation of thread_info.current_hw_volumeGeorg Chini2-4/+4
2017-04-25i18n: update the Brazilian Portuguese translationRafael Fontenelle1-898/+963
2017-04-24virtual sources and sinks: Fix possible segfaultGeorg Chini6-6/+12
2017-04-24echo-cancel: Fix segfault during profile switchGeorg Chini1-2/+4
2017-04-24i18n: Update the Korean translationKimJeongYeon1-258/+158
2017-04-24i18n: add Croatian translationmuzena2-0/+3182
2017-04-21bluez5-util: Fix segfault during shutdown of daemonGeorg Chini1-5/+5
2017-04-20echo-cancel: Change the DEVICE_MASTER_DEVICE property when changing deviceCorentin Noël1-4/+6
2017-04-19sink: Add missing 'hifi' form factor to prioritiesChristian Kellner1-0/+2
2017-04-19sink: Add portable form factor priority (450)Christian Kellner1-0/+2
2017-04-17source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini38-139/+137
2017-04-17source/sink: Don't let pa_{sink, source}_get_latency_within_thread() return -...Georg Chini2-4/+2
2017-04-16ladspa-sink, virtual-surround-sink: fix master sink argument handlingTanu Kaskinen2-12/+26
2017-04-14sample.c: Allow module-loopback to exceed PA_RATE_MAXGeorg Chini1-1/+4
2017-04-14loopback: Implement underrun protectionGeorg Chini1-58/+128
2017-04-13filter-apply: Add ability to pass parameters to a filter moduleKimjeongYeon1-12/+39
2017-04-13ladspa-sink: Add sink_master argument to enable filter-apply to load the moduleKimjeongYeon1-5/+34
2017-04-13virtual-surround-sink: Add sink_master argument to enable filter-apply to loa...KimjeongYeon1-5/+35
2017-04-13filter-apply: Fix memory leak in process()KimjeongYeon1-5/+5
2017-04-11context: Check for errno == ECHILD instead of ESRCH after failed waitpid().Imre Vadász1-1/+1
2017-04-11loopback: Reset sink input rate when source or sink changesGeorg Chini1-0/+10
2017-04-11sink-input: Allow sink_input_set_rate() to be called during a moveGeorg Chini1-1/+6
2017-04-10loopback: Add hooks to track port latency offsetsGeorg Chini4-13/+45
2017-04-07Merge branch 'master' of ssh://git.freedesktop.org/git/pulseaudio/pulseaudioGeorg Chini4-5/+13
2017-04-07loopback: Calculate and track minimum possible latencyGeorg Chini1-10/+205
2017-04-06memblock: multiple references should make blocks read-onlyTanu Kaskinen1-1/+1
2017-04-06protocol-native: log who changes card profilesTanu Kaskinen1-0/+5
2017-04-06pipe-sink: set correct latencyTanu Kaskinen1-3/+6
2017-04-06thread-mainloop: fix volatile use in exampleTanu Kaskinen1-1/+1
2017-04-02i18n: update the Swedish translationTanu Kaskinen1-666/+771
2017-04-02bluetooth: allow UTF-8 in device descriptionsTanu Kaskinen4-67/+4
2017-03-31sink: Invert priorities to prefer external devicesChristian Kellner1-4/+4
2017-03-31loopback: Do not skip audio at startupGeorg Chini1-35/+2
2017-03-30bluetooth: assert that dbus_message_iter_append_basic() doesn't failTanu Kaskinen3-5/+5
2017-03-29echo-cancel: Try to minimise in-flight chunks in snapshot latencyArun Raghavan1-1/+6
2017-03-29loopback: Fix corking logic of module-loopbackGeorg Chini1-2/+6