summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SSE/MMX: Fix problem with highpitched noise on i386David Henningsson2011-06-222-4/+20
* device-manager: Free a hook slot to prevent segv on unloadColin Guthrie2011-06-061-0/+3
* pulsecore: Add a couple pa_asserts() on pa_tagstruct* calls.Colin Guthrie2011-06-061-0/+2
* module-combine-sink: Check running flag before rendering in null modeForest Bond2011-06-051-0/+4
* module-combine-sink: Initialize smoother in paused stateForest Bond2011-06-051-6/+9
* module-combine-sink: Initialize smoother with offset pa_rtclock_now()Forest Bond2011-06-051-1/+1
* streams: Fix the actual resampler method shown in debug messages.Colin Guthrie2011-06-052-0/+2
* rtkit: use private bus connection in order to avoid threading issues when inv...Lennart Poettering2011-05-111-1/+2
* x11: More XCB fixes.Arnaud Fontaine2011-05-071-13/+25
* x11: Fix build errors with newest xcb-util.Maciej Grela2011-05-071-9/+17
* http: support HTTP HEADMatthijs Kooijman2011-04-151-3/+44
* module-jack-sink/source: protect against null return in jack_get_portsDavid Henningsson2011-03-282-10/+16
* build-sys: Link lirc libraries in right orderJyri Sarha2011-03-281-1/+1
* build-sys: Link binaries linking libpulsecommon to libpulse tooJyri Sarha2011-03-281-32/+32
* build-sys: Link binaries linking libpulse to libpulsecommon tooJyri Sarha2011-03-281-9/+9
* echo-cancel: Fix source may_move_to functionArun Raghavan2011-03-281-1/+1
* echo-cancel: Use S16NE for adrian moduleArun Raghavan2011-03-281-9/+5
* echo-cancel: Ensure correct handling of endiannessArun Raghavan2011-03-282-3/+4
* echo-cancel: Fix out-of-tree buildArun Raghavan2011-03-281-0/+2
* echo-cancel: Fix make distcheckRico Tzschichholz2011-03-281-3/+4
* echo-cancel: pause timer when echo canceling is offWim Taymans2011-03-281-16/+25
* echo-cancel: improve accuracyWim Taymans2011-03-281-1/+5
* echo-cancel: rework alignment codeWim Taymans2011-03-281-59/+76
* echo-cancel: Mark immutable parameters as const in vfuncArun Raghavan2011-03-283-5/+5
* echo-cancel: Make blocksize a module-wide parameterArun Raghavan2011-03-284-43/+25
* echo-cancel: Allow selection of AEC method using modargsArun Raghavan2011-03-281-8/+27
* echo-cancel: Add alternative echo-cancellation implementationArun Raghavan2011-03-288-1/+798
* echo-cancel: Let AEC module determine source/sink specArun Raghavan2011-03-283-24/+49
* echo-cancel: Pass arguments to the specific canceller moduleArun Raghavan2011-03-283-33/+53
* echo-cancel: Split out speex code from the core moduleArun Raghavan2011-03-284-36/+184
* echo-cancel: Move the module into it's own directoryArun Raghavan2011-03-282-2/+2
* echo-cancel: keep frame_size a power of 2Wim Taymans2011-03-281-1/+8
* echo-cancel: improve debugWim Taymans2011-03-281-11/+13
* echo-cancel: tweak the resync code a littleWim Taymans2011-03-281-5/+2
* echo-cancel: use the phone media roleWim Taymans2011-03-281-0/+2
* echo-cancel: take into account snapshot delayWim Taymans2011-03-281-5/+13
* make echo-cancel module that exposes a new sink and sourceWim Taymans2011-03-282-0/+1617
* memblockq: implement new call pa_memblockq_peek_fixed_size()Lennart Poettering2011-03-283-13/+107
* volume: Add a PA_VOLUME_UI_MAX define for the recommended max volume to show ...Colin Guthrie2011-03-031-0/+7
* conf: Make system.pa use udev-detect and not hal-detect.Colin Guthrie2011-03-032-4/+4
* module-rtp-recv: Remove smoother from write indexMaarten Bosmans2011-02-251-21/+3
* module-rtp-recv: Average the estimated real sample rateMaarten Bosmans2011-02-251-4/+22
* module-rtp-recv: Use new algorithm for adjusting sample rateMaarten Bosmans2011-02-251-15/+29
* Limit rate adjustments to small, inaudible jumpsMaarten Bosmans2011-02-253-26/+52
* module-loopback: Add adjust_time to valid argsMaarten Bosmans2011-02-251-0/+1
* client: Don't update smoother while corkedArun Raghavan2011-02-011-2/+2
* Fighting rewinds: Reduce calls to handle_seekDavid Henningsson2011-01-311-30/+26
* Fighting rewinds: Seek and write data in the same messageDavid Henningsson2011-01-311-8/+12
* Core: Fix incorrect check of return valueScott Reeves2011-01-231-2/+2
* tunnel: Fix automatic names when source/sink_name argument is missing.Colin Guthrie2011-01-231-2/+2