summaryrefslogtreecommitdiff
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* sample-util: Remove redundant check from pa_volume_memchunk.Tanu Kaskinen2012-03-281-5/+1
* sink-input/source-output: Prevent filter sink/source cyclesDavid Henningsson2012-03-282-0/+34
* Revert "resamplers: Optimize trivial resampler"Colin Guthrie2012-03-281-10/+1
* core-util: Attempt to make runtime paths smaller to avoid 108 char limit.Colin Guthrie2012-03-281-5/+16
* dbus: Check method call signatures.Tanu Kaskinen2012-03-251-2/+7
* protocol-native: Remove redundant assertsArun Raghavan2012-03-191-2/+0
* protocol-native: Reinstate assert that was incorrectly removedArun Raghavan2012-03-191-0/+1
* protocol-native: Protect against clients trying to set a NULL portDavid Henningsson2012-03-193-3/+3
* alsa-mixer: Make speaker get available=no when headphones are plugged inDavid Henningsson2012-03-111-2/+3
* introspect: Expose port info per card to clientsDavid Henningsson2012-03-111-0/+30
* flist: Make name non-const to avoid casting with pa_xfree().Tanu Kaskinen2012-03-071-2/+2
* flist: Avoid the ABA problemDavid Henningsson2012-03-071-21/+49
* dbus: Use correct free function.Tanu Kaskinen2012-03-061-1/+1
* format: Allow format->sample spec conversion for compressed formatsArun Raghavan2012-03-052-18/+8
* format: Expose pa_format_info<->pa_sample_spec conversion functionsArun Raghavan2012-03-052-4/+4
* cli: Ensure source output volumes are printed via cli interface (pacmd ls)Colin Guthrie2012-02-141-1/+20
* core: svolume tests should generate realistic random volume dataPeter Meerwald2012-02-104-4/+4
* core: whitespace typoPeter Meerwald2012-02-101-1/+1
* sample-util: Fix "Darth Vader" panning bugDavid Henningsson2012-02-101-91/+78
* sink-input,source-output: Handle devices going away in unlink hooksArun Raghavan2012-02-092-2/+6
* i18n: Do not translate strings that cannot have any sensible translations.Colin Guthrie2012-01-301-1/+1
* alsa: Improve "well known descriptions" for portsDavid Henningsson2012-01-301-1/+1
* fix the ever-popular 'the the' typoPeter Meerwald2012-01-281-1/+1
* dbus: Give NULL as the error parameter to dbus_bus_remove_match().Tanu Kaskinen2012-01-281-13/+3
* Remove pa_prioq priority queue implementationMaarten Bosmans2012-01-212-318/+0
* dbus: New helper function: pa_dbus_get_error_message().Tanu Kaskinen2012-01-142-0/+22
* sconv: Fix generation of floats in SSE test codePeter Meerwald2012-01-111-1/+1
* core: Fix log message about ARM feature detectionPeter Meerwald2012-01-111-1/+1
* core: Fix return of pa_cpu_init_arm()Peter Meerwald2012-01-111-1/+1
* orc: Another trivial documentation fixArun Raghavan2012-01-111-1/+1
* orc: Trivial documentation typo fixArun Raghavan2012-01-111-3/+3
* mutex: handle gracefully if a PTHREAD_PRIO_INHERIT protocol cannot be setPino Toscano2012-01-031-2/+4
* core: comment typoPeter Meerwald2011-12-201-1/+1
* core: fix typo in loggingPeter Meerwald2011-12-202-2/+2
* core: sample_spec.rate is in Hz, not kHz; change logging outputPeter Meerwald2011-12-204-10/+10
* core: fix potential memory leakPeter Meerwald2011-12-201-1/+3
* svolume_{mmx, sse}, sconv_sse: Fix compilation errors with X32 toolchainPaul Menzel2011-12-143-29/+29
* protocol-native: Fix 'auth-group-enabled' modargArun Raghavan2011-12-141-2/+2
* resampler: Move some peak resampler asserts aroundArun Raghavan2011-12-131-2/+2
* resampler: Remove invalid channel asserts in peak and trivialArun Raghavan2011-12-131-2/+0
* build-sys: Make speex library optionalPeter Meerwald2011-12-131-1/+46
* iochannel: Handle missing un.h correctlyArun Raghavan2011-12-131-0/+2
* mime: Move assert to correct positionArun Raghavan2011-12-131-2/+1
* build-sys: Fix building without NLSArun Raghavan2011-12-133-3/+7
* pstream: Fix spelling of 'receive'.Peter Meerwald2011-12-123-30/+30
* device-port: Add a property list to ports.David Henningsson2011-12-023-1/+9
* resampler: Some minor tweaksMaarten Bosmans2011-11-281-10/+8
* resamplers: Improve performance of peaks resamplerMaarten Bosmans2011-11-271-11/+26
* resamplers: Rework the peaks resamplerMaarten Bosmans2011-11-271-32/+23
* shm: Use a goto rather than early return for consistency.Maarten Bosmans2011-11-271-1/+1