summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* dbus: Do not refcnt the core.Colin Guthrie2011-03-251-3/+1
* Move compile-time checks around pa_run_from_build_tree to core-utilMaarten Bosmans2011-03-242-3/+5
* Merge remote-tracking branch 'zonique/osx'Colin Guthrie2011-03-241-1/+37
|\
| * osx: add routines for real-time thread schedulingDaniel Mack2011-03-211-1/+37
* | Get rid of some warnings: -Wunsafe-loop-optimizationsMaarten Bosmans2011-03-201-1/+1
* | Get rid of some warnings: -Wunused-resultMaarten Bosmans2011-03-202-4/+8
* | Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-03-2014-214/+114
|\ \ | |/ |/|
| * Fix pa_rtclock_from_wallclockMaarten Bosmans2011-03-191-10/+4
| * Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans2011-03-1910-124/+59
| * Find modules and config files relative to the installed libraries.Maarten Bosmans2011-03-193-80/+51
* | log: Add a new log target to a file descriptorVincent Becker2011-03-182-0/+32
* | Make pulse compile with clangMaarten Bosmans2011-03-181-2/+2
* | Fix up some double spacesMaarten Bosmans2011-03-1812-38/+38
* | Fixup #include directives according to Coding StyleMaarten Bosmans2011-03-1111-17/+15
* | Fix up according to Coding StyleMaarten Bosmans2011-03-1131-268/+209
* | volume: Add Orc-based optimised volume scalingArun Raghavan2011-03-054-0/+272
* | volume: Fix sample array size for testsArun Raghavan2011-03-053-3/+3
* | volume: Make tests use only valid volumesArun Raghavan2011-03-053-3/+3
* | Various fixes for build warningsMaarten Bosmans2011-03-021-2/+2
* | Get rid of some unused-function compiler warningsMaarten Bosmans2011-03-023-1/+7
* | Include <time.h> where necessaryMaarten Bosmans2011-03-012-0/+2
* | Revert "Add new subsystem for applying envelopes (such as volume ramps) to au...Arun Raghavan2011-02-282-839/+0
* | Revert "Add volume ramping feature - envelop fix"Arun Raghavan2011-02-282-271/+65
* | Revert "Add volume ramping feature - sink-input modification"Arun Raghavan2011-02-282-330/+81
* | Revert "Add volume ramping feature - sink modification"Arun Raghavan2011-02-281-6/+1
* | Revert "ramping: minor cleanups"Arun Raghavan2011-02-281-10/+2
* | Revert "core: volume ramping fix"Arun Raghavan2011-02-281-1/+1
* | sink: Add casts to some printf arguments to get rid of compiler warnings.Tanu Kaskinen2011-02-281-5/+6
* | sink: Don't send unnecessary PA_SINK_MESSAGE_SET_SHARED_VOLUME messages.Tanu Kaskinen2011-02-281-2/+0
* | virtual-sink: Fix a crash when moving the sink to a new master right after se...Tanu Kaskinen2011-02-261-0/+6
* | Implement the "volume sharing" feature.Tanu Kaskinen2011-02-264-185/+580
* | core: Add a new hook PA_CORE_HOOK_CARD_PROFILE_CHANGEDColin Guthrie2011-02-252-0/+3
* | core: Added new hooks: PA_CORE_HOOK_SOURCE_PORT_CHANGED and PA_CORE_HOOK_SINK...Kim Therkelsen2011-02-253-0/+6
* | Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-02-2537-123/+270
|\|
| * Use pa_read, pa_write and pa_poll instead of system functionsMaarten Bosmans2011-02-172-12/+12
| * Use pa_* instead of generic functions to improve portabilityMaarten Bosmans2011-02-172-2/+6
| * win32: Implement pa_randomMaarten Bosmans2011-02-171-1/+16
| * win32: Implement rtclock based on QueryPerformanceCounterMaarten Bosmans2011-02-175-6/+30
| * win32: flush stderr after log outputMaarten Bosmans2011-02-171-0/+3
| * Implement some functions for win32Maarten Bosmans2011-02-172-10/+54
| * Repair some typosMaarten Bosmans2011-02-173-6/+6
| * Fix dependencies and include necessary headersMaarten Bosmans2011-02-176-1/+6
| * Use PCRE if POSIX regex.h is not availableMaarten Bosmans2011-02-171-1/+6
| * Apply #ifdefs around functionality not available on win32Maarten Bosmans2011-02-179-3/+67
| * Adapt win32 specific code to current APIMaarten Bosmans2011-02-172-3/+27
| * Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans2011-02-1721-78/+38
| * Clean up <poll.h> includesMaarten Bosmans2011-02-171-1/+0
| * Use setenv instead of putenvMaarten Bosmans2011-02-171-1/+1
* | sconv_sse: Exclude SSE optimizations for Mac OS XEdward Rudd2011-02-221-2/+2
* | Allow read-only or non-existing sink input volume.Tanu Kaskinen2011-02-225-13/+60