summaryrefslogtreecommitdiff
path: root/src/pulsecore
AgeCommit message (Expand)AuthorFilesLines
2011-06-02streams: Fix the actual resampler method shown in debug messages.Colin Guthrie2-0/+2
2011-05-20format: Fix channel map handlingArun Raghavan1-1/+2
2011-05-16protocol-native: Fix memory leaks introduced in protocol 21 (passthrough supp...Colin Guthrie1-26/+30
2011-05-16sink-input: Fix memory leak of proplist when sending format-changed eventsColin Guthrie1-0/+1
2011-05-15Merge branch 'passthrough'Colin Guthrie13-106/+464
2011-05-15sink-input: Provide more information to client when format is lostArun Raghavan1-1/+5
2011-05-15sink-input: Add a format-lost eventArun Raghavan1-1/+2
2011-05-15sink-input: Don't restore volume for passthrough streamsArun Raghavan1-0/+6
2011-05-15sink-input: Don't print an error if a passthrough connection failsArun Raghavan1-1/+2
2011-05-06rtkit: use private bus connection in order to avoid threading issues when inv...Lennart Poettering1-1/+2
2011-05-02core: Factor out passthrough checks into their own functionsArun Raghavan3-15/+39
2011-05-02introspect: Get format of sink inputArun Raghavan1-0/+2
2011-05-02introspect: Get formats for sinksArun Raghavan1-0/+13
2011-05-02core: Suspend monitor when a sink enters passthrough modeArun Raghavan3-1/+18
2011-05-02sink: Trivial typo fix in commentArun Raghavan1-1/+1
2011-05-02core: Fix some FIXMEs for the extended APIArun Raghavan1-4/+9
2011-05-02sink-input: Kill passthrough streams if moving to an unsupported sinkArun Raghavan3-0/+33
2011-05-02sink: Fix leak in pa_sink_check_formats()Arun Raghavan1-1/+4
2011-05-02format: Avoid some code duplicationArun Raghavan2-14/+7
2011-05-02sink-input: Don't assert on bad formatsArun Raghavan1-2/+2
2011-05-02sink-input: Return NOTSUPPORTED if format negotiation failsArun Raghavan1-1/+1
2011-05-02sink-input: Minor cleanupsArun Raghavan1-5/+5
2011-05-02sink: Remove PASSTHROUGH flagArun Raghavan3-44/+38
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan7-37/+193
2011-05-02sink: Extend API for compressed formats supportArun Raghavan2-0/+58
2011-05-02core: Add a pa_format_info structureArun Raghavan2-1/+47
2011-05-02sink: Trivial typo fixArun Raghavan1-7/+7
2011-05-02sink-input: Don't resample passthrough inputsPierre-Louis Bossart1-12/+14
2011-04-30x11: More XCB fixes.Arnaud Fontaine1-13/+25
2011-04-28core: Drop empty gaps in the memblockq when playing data from it.Antti-Ville Jansson1-5/+8
2011-04-28x11: Fix build errors with newest xcb-util.Maciej Grela1-9/+17
2011-04-23protocol-dbus: Fix some memory management bugs.Tanu Kaskinen1-6/+6
2011-04-23thread-posix: Use pthread_(get|set)name_np() if availableDaniel Mack1-0/+9
2011-04-23pulsecore:: Define _POSIX_C_SOURCE locally for rtclock on OSXDaniel Mack1-0/+4
2011-04-21memblockq: decode unset chunks as NULL chunks againLennart Poettering3-1/+13
2011-04-18volume: Get more data from volume testsArun Raghavan4-57/+147
2011-04-18pa_poll(): Simplify detection of invalid fds in select() emulation modeDaniel Mack1-2/+27
2011-04-18sink-input: Check flat volume with pa_sink_flat_volume_enabled().Tanu Kaskinen1-2/+2
2011-03-29sink-input: Add volume_writable to pa_sink_input.Tanu Kaskinen4-34/+14
2011-03-28alsa-mixer: Get rid of a compiler warning.Tanu Kaskinen2-8/+24
2011-03-25dbus: Do not refcnt the core.Colin Guthrie1-3/+1
2011-03-24Move compile-time checks around pa_run_from_build_tree to core-utilMaarten Bosmans2-3/+5
2011-03-24Merge remote-tracking branch 'zonique/osx'Colin Guthrie1-1/+37
2011-03-21osx: add routines for real-time thread schedulingDaniel Mack1-1/+37
2011-03-20Get rid of some warnings: -Wunsafe-loop-optimizationsMaarten Bosmans1-1/+1
2011-03-20Get rid of some warnings: -Wunused-resultMaarten Bosmans2-4/+8
2011-03-20Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie14-214/+114
2011-03-19Fix pa_rtclock_from_wallclockMaarten Bosmans1-10/+4
2011-03-19Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans10-124/+59
2011-03-19Find modules and config files relative to the installed libraries.Maarten Bosmans3-80/+51