summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use the simple database instead of gdbm to avoid GPLv3 license contaminationbaserock/morphRichard Dale2013-07-041-1/+1
* Create directory for service fileBen Brewer2012-10-311-0/+1
* Install systemd service correctlyBen Brewer2012-10-311-2/+2
* Don't use disallow-modules, install systemd rule correctlyBen Brewer2012-10-292-3/+3
* Use autogen rather than autoreconfBen Brewer2012-10-251-1/+1
* Set correct prefixes for install, fix service fileBen Brewer2012-10-252-4/+6
* Make home directory for pulse userBen Brewer2012-10-251-1/+2
* Install systemd unit fileBen Brewer2012-10-252-1/+14
* Fix syntax error in morphBen Brewer2012-10-251-1/+1
* Make d-bus directory for installBen Brewer2012-10-251-0/+1
* Added lorry with rule to install dbus policyBen Brewer2012-10-241-0/+10
* alsa-mixer: Don't let "Mic Jack Mode" alone create a "Line In" pathDavid Henningsson2012-10-241-1/+0
* rtp: Fix warning using pa_assert_not_reached()Peter Meerwald2012-10-241-2/+3
* virtual-surround: Limit the number of hrir samples.Niels Ole Salscheider2012-10-241-0/+5
* virtual-surround: Add silence to hrir if necessary.Niels Ole Salscheider2012-10-241-9/+38
* pulse: Fix for volume documentationFlavio Ceolin2012-10-241-1/+1
* tests: Add a basic sanity test to sconv cpu-testArun Raghavan2012-10-241-0/+2
* tests: Reorganise cpu-test to reuse codeArun Raghavan2012-10-241-50/+40
* tests: Factor out core sconv test code in cpu-testArun Raghavan2012-10-241-24/+28
* tests: Add a copyright header to cpu-testArun Raghavan2012-10-241-0/+19
* rtp: Fix rtp_port reading.Tanu Kaskinen2012-10-231-2/+10
* gccmacro: Disable printf-like format checking on mingw32 compilers.Thomas Martitz2012-10-231-1/+8
* bluetooth: Refactor code to create profile portsMikel Astiz2012-10-231-8/+8
* bluetooth: Refactor code to create card profilesMikel Astiz2012-10-231-58/+59
* echo-cancel: Fix false warning in webrtc AEC.Peter Meerwald2012-10-231-1/+1
* svolume_arm: Fix a const warning.Peter Meerwald2012-10-231-4/+1
* core: Slightly more helpful pa_cstrerror for unknown errorsThomas Martitz2012-10-231-2/+3
* pacat: Replace read(), write() with pa_* equivalent.Thomas Martitz2012-10-231-3/+5
* core: Transparently handle non-blocking sockets on WindowsThomas Martitz2012-10-231-4/+32
* pacat: Enable binary mode on Windows.Thomas Martitz2012-10-231-0/+4
* bluetooth: Hold device pointer while module loadedMikel Astiz2012-10-221-28/+15
* bluetooth: Self unload module-bluetooth-deviceMikel Astiz2012-10-222-4/+22
* bluetooth: Add hook to tell device was removedMikel Astiz2012-10-222-0/+18
* bluetooth: Remove const qualifier for deviceMikel Astiz2012-10-223-11/+11
* alsa-sink/source: Warn for scheduling delaysDavid Henningsson2012-10-222-4/+32
* daemon: Fix redundant redeclaration warningPeter Meerwald2012-10-222-11/+2
* modargs: New function: pa_modargs_get_value_double().Flavio Ceolin2012-10-192-0/+17
* bluetooth: Hold transport pointer while profile setMikel Astiz2012-10-191-34/+23
* bluetooth: Set to off instead of failing module loadMikel Astiz2012-10-191-2/+9
* bluetooth: Set to off if transport removedMikel Astiz2012-10-191-0/+19
* bluetooth: Add hook to tell transport was removedMikel Astiz2012-10-192-1/+5
* bluetooth: Remove const qualifier for transportsMikel Astiz2012-10-193-9/+9
* bluetooth: Check return value of start_thread()Mikel Astiz2012-10-191-2/+2
* bluetooth: Check return value of init_profile()Mikel Astiz2012-10-191-1/+9
* bluetooth: Use assertions when setting off profileMikel Astiz2012-10-191-2/+1
* core: Fix a litte-endian bug in ARM svolume codeArun Raghavan2012-10-191-0/+21
* core: Document ARM-optimised svolume code a bitArun Raghavan2012-10-191-7/+7
* tests: Minor cpu-test reorganisationArun Raghavan2012-10-191-1/+3
* tests: Factor out ARM svolume test into cpu-testArun Raghavan2012-10-192-86/+39
* core: Separate ARM CPU detection from initialisationArun Raghavan2012-10-192-2/+11