summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* core: Fix GCC 6 compiler warning regarding left shift of negative valuePeter Meerwald2016-02-181-2/+4
* modules: Fix compiler warning comparing 0 with boolPeter Meerwald2016-02-181-1/+1
* role-ducking: Fix improper unducking behavior in case of operating globallySangchul Lee2016-02-181-1/+17
* coreaudio: Catch devices with more channels than we supportArun Raghavan2016-02-121-0/+10
* coreaudio: Dynamically allocate C string when converting from CFStringArun Raghavan2016-02-121-27/+31
* build-sys: Only use sysroot in OS X CFLAGS if specifiedArun Raghavan2016-02-121-3/+8
* default.pa: remove X11 module examplesTanu Kaskinen2016-02-091-31/+0
* glib: Trivial whitespace fixArun Raghavan2016-02-091-1/+1
* rescue-streams : Fix a typoJungsup Lee2016-02-021-1/+1
* device-manager: improve logging about non-existing dataTanu Kaskinen2016-01-261-2/+4
* solaris: Illumos does not ship with SOUND_PCM* functionalityKamil Rytarowski2016-01-222-0/+13
* solaris: Catch up with newer APIJonathan Perkin2016-01-221-3/+9
* vala: Added cnames to callback delegates in Vala VAPIMarcin Lewandowski2016-01-221-0/+15
* source-output: remap volume_factor_source when starting moveTanu Kaskinen2016-01-221-0/+3
* source-output: do volume_factor_source application before resamplingTanu Kaskinen2016-01-221-13/+7
* pulse: Bump PA_RATE_MAX to 384 kHzArun Raghavan2016-01-221-1/+1
* format: Make pa_format_info_valid() stricter for PCMArun Raghavan2016-01-221-1/+7
* Update NEWS for 8.0v8.0Arun Raghavan2016-01-221-0/+53
* bluetooth: Prevent aborts caused by invalid module argumentsJason Gerecke2016-01-152-3/+5
* build-sys: Use #ifdef with HAVE_FAST_64BIT_OPERATIONSArun Raghavan2016-01-152-2/+2
* stream: Clarify pa_stream_writable_size() documentationArun Raghavan2016-01-121-1/+8
* sink-input, source-output: Add some debug output on start_move()v7.99.2Arun Raghavan2016-01-122-0/+4
* NetBSD: Stop depending upon nonstandard __WORDSIZEKamil Rytarowski2016-01-083-6/+15
* rtpoll: Fix build error when building with DEBUG_TIMINGjungsup lee2016-01-071-1/+1
* module-tunnel: Fix double freeKimJeongYeon2016-01-071-2/+2
* module-coreaudio-device: get channel name as CFString and convert to plain C ...Mihai Moldovan2016-01-041-2/+44
* system.pa.in: load module-coreaudio-detect if HAVE_COREAUDIO.Mihai Moldovan2016-01-041-0/+4
* default.pa.in: load module-coreaudio-detect if HAVE_COREAUDIO.Mihai Moldovan2016-01-041-0/+4
* configure.ac: add HAVE_COREAUDIO to automake and code.Mihai Moldovan2016-01-041-0/+3
* alsa: Don't disable timer-based scheduling on USB devicesArun Raghavan2015-12-291-2/+19
* build-sys: Fix install order of libpulsecoreFelipe Sateler2015-12-291-3/+7
* travis: Run make install in travis.Felipe Sateler2015-12-291-1/+1
* build-sys: add typedefs.h to libpulsecore SOURCESv7.99.1Tanu Kaskinen2015-12-271-0/+1
* build-sys: bump sonamesTanu Kaskinen2015-12-271-1/+1
* daemon: Sanitise message about unsupported high res timersArun Raghavan2015-12-211-2/+2
* build: Move to using Travis trusty imagesArun Raghavan2015-12-211-4/+6
* always-sink: simplify hook management with pa_module_hook_connect()Tanu Kaskinen2015-12-211-7/+2
* i18n: Update Ukrainian translationYuri Chornoivan2015-12-201-166/+175
* gitignore: Add .orig and .rej to gitignoreDavid Henningsson2015-12-181-0/+2
* context: continue without srbchannel if it failsPierre Ossman2015-12-181-1/+5
* loopback: Validate the rate parameterGeorg Chini2015-12-181-0/+5
* echo-cancel: Don't skip canceller when sink is inactiveArun Raghavan2015-12-151-9/+3
* build-sys: Make pulsecore a private libraryFelipe Sateler2015-12-141-1/+1
* client-conf, daemon-conf: enable .d directoriesTanu Kaskinen2015-12-144-13/+35
* conf-parser: add support for .d directoriesTanu Kaskinen2015-12-146-8/+52
* typedefs.h: Move some typedefs to a separate fileDavid Henningsson2015-12-149-19/+47
* alsa-mixer: Have valid proplist for synthesized path as well.Juho Hämäläinen2015-12-111-0/+1
* netbsd: Revamp NetBSD platform checksKamil Rytarowski2015-12-081-4/+7
* core, pulse, modules: Fix undefined behavior with array subscript of invalid ...Kamil Rytarowski2015-12-085-15/+15
* core-rtclock: Add missing declaration of struct timespecKamil Rytarowski2015-12-081-0/+2