summaryrefslogtreecommitdiff
path: root/src/pulsecore
AgeCommit message (Expand)AuthorFilesLines
2013-01-24volume ramp: additions to the low level infraJaska Uimonen2-0/+316
2013-01-24device-port: Create the profiles hashmap at initialization.Tanu Kaskinen1-1/+1
2012-07-03once: Fix race causing pa_once to sometimes run twiceDavid Henningsson2-34/+17
2012-07-03util: use the return value of gethosid() as fallback, not the address of the ...Lennart Poettering1-1/+1
2012-07-03sink-input,source-output: Avoid unneccessary rate updatesArun Raghavan2-2/+4
2012-05-11resampler: Add support for resamplers that consume less data than asked.Tanu Kaskinen1-56/+135
2012-05-11resampler: Use more descriptive buffer names.Tanu Kaskinen1-55/+63
2012-05-11resampler: Use pa_xnew0() to avoid manual zeroing.Tanu Kaskinen1-31/+19
2012-04-18sink/source.h: Clarify set_port commentDavid Henningsson2-4/+4
2012-04-17core: Fix comments.Peter Meerwald2-3/+3
2012-04-12alsa-sink/source: Make sure volumes are synchronised after fast user switchingDavid Henningsson4-0/+61
2012-04-10cli: Allow source-output volumes/mute to be set via CLIColin Guthrie1-1/+97
2012-04-10man: Document the cli inteface a little.Colin Guthrie1-22/+22
2012-03-28dbus: Add assertions to get rid of warnings from Coverity.Tanu Kaskinen1-2/+2
2012-03-28sample-util: Remove redundant check from pa_volume_memchunk.Tanu Kaskinen1-5/+1
2012-03-28sink-input/source-output: Prevent filter sink/source cyclesDavid Henningsson2-0/+34
2012-03-28Revert "resamplers: Optimize trivial resampler"Colin Guthrie1-10/+1
2012-03-28core-util: Attempt to make runtime paths smaller to avoid 108 char limit.Colin Guthrie1-5/+16
2012-03-25dbus: Check method call signatures.Tanu Kaskinen1-2/+7
2012-03-19protocol-native: Remove redundant assertsArun Raghavan1-2/+0
2012-03-19protocol-native: Reinstate assert that was incorrectly removedArun Raghavan1-0/+1
2012-03-19protocol-native: Protect against clients trying to set a NULL portDavid Henningsson3-3/+3
2012-03-11alsa-mixer: Make speaker get available=no when headphones are plugged inDavid Henningsson1-2/+3
2012-03-11introspect: Expose port info per card to clientsDavid Henningsson1-0/+30
2012-03-07flist: Make name non-const to avoid casting with pa_xfree().Tanu Kaskinen1-2/+2
2012-03-07flist: Avoid the ABA problemDavid Henningsson1-21/+49
2012-03-06dbus: Use correct free function.Tanu Kaskinen1-1/+1
2012-03-05format: Allow format->sample spec conversion for compressed formatsArun Raghavan2-18/+8
2012-03-05format: Expose pa_format_info<->pa_sample_spec conversion functionsArun Raghavan2-4/+4
2012-02-14cli: Ensure source output volumes are printed via cli interface (pacmd ls)Colin Guthrie1-1/+20
2012-02-10core: svolume tests should generate realistic random volume dataPeter Meerwald4-4/+4
2012-02-10core: whitespace typoPeter Meerwald1-1/+1
2012-02-10sample-util: Fix "Darth Vader" panning bugDavid Henningsson1-91/+78
2012-02-09sink-input,source-output: Handle devices going away in unlink hooksArun Raghavan2-2/+6
2012-01-30i18n: Do not translate strings that cannot have any sensible translations.Colin Guthrie1-1/+1
2012-01-30alsa: Improve "well known descriptions" for portsDavid Henningsson1-1/+1
2012-01-28fix the ever-popular 'the the' typoPeter Meerwald1-1/+1
2012-01-28dbus: Give NULL as the error parameter to dbus_bus_remove_match().Tanu Kaskinen1-13/+3
2012-01-21Remove pa_prioq priority queue implementationMaarten Bosmans2-318/+0
2012-01-14dbus: New helper function: pa_dbus_get_error_message().Tanu Kaskinen2-0/+22
2012-01-11sconv: Fix generation of floats in SSE test codePeter Meerwald1-1/+1
2012-01-11core: Fix log message about ARM feature detectionPeter Meerwald1-1/+1
2012-01-11core: Fix return of pa_cpu_init_arm()Peter Meerwald1-1/+1
2012-01-11orc: Another trivial documentation fixArun Raghavan1-1/+1
2012-01-11orc: Trivial documentation typo fixArun Raghavan1-3/+3
2012-01-03mutex: handle gracefully if a PTHREAD_PRIO_INHERIT protocol cannot be setPino Toscano1-2/+4
2011-12-20core: comment typoPeter Meerwald1-1/+1
2011-12-20core: fix typo in loggingPeter Meerwald2-2/+2
2011-12-20core: sample_spec.rate is in Hz, not kHz; change logging outputPeter Meerwald4-10/+10
2011-12-20core: fix potential memory leakPeter Meerwald1-1/+3