summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* Fixup #include directives according to Coding StyleMaarten Bosmans2011-03-118-22/+15
* Fix up according to Coding StyleMaarten Bosmans2011-03-112-2/+2
* volume: Add a PA_VOLUME_UI_MAX define for the recommended max volume to show ...Colin Guthrie2011-03-031-0/+7
* Various fixes for build warningsMaarten Bosmans2011-03-021-1/+1
* introspect: Client-side implementation for has_volume/read_only_volumeArun Raghavan2011-03-021-2/+6
* Implement the "volume sharing" feature.Tanu Kaskinen2011-02-261-0/+11
* Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-02-258-42/+31
|\
| * Use pa_read, pa_write and pa_poll instead of system functionsMaarten Bosmans2011-02-171-1/+1
| * win32: Implement rtclock based on QueryPerformanceCounterMaarten Bosmans2011-02-174-13/+6
| * Apply #ifdefs around functionality not available on win32Maarten Bosmans2011-02-172-5/+15
| * Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans2011-02-174-17/+8
| * Clean up <poll.h> includesMaarten Bosmans2011-02-171-6/+1
* | Allow read-only or non-existing sink input volume.Tanu Kaskinen2011-02-221-0/+2
|/
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-311-20/+0
* client: Don't update smoother while corkedArun Raghavan2011-01-151-2/+2
* volume: Trivial cosmetics (remove a space)Colin Guthrie2010-12-061-1/+1
* build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie2010-12-052-13/+20
* doxygen: Fix version numbers for new featuresColin Guthrie2010-12-043-7/+7
* version: Drop the micro version numberColin Guthrie2010-11-281-2/+2
* pulse: make sure legacy_dir is not staticJan Kratochvil2010-11-251-1/+1
* core: Add infrastructure for synchronizing HW and SW volume changesJyri Sarha2010-10-161-1/+6
* volume: Decrease PA_VOLUME_MAX to be < 2^31Arun Raghavan2010-10-151-1/+1
* volume: Clamp volume to PA_VOLUME_MAXArun Raghavan2010-10-152-9/+14
* volume: Use a macro to check if a volume is validArun Raghavan2010-10-153-19/+22
* doxygen: Add 'See also' linking to the overview pageDavid Fries2010-10-1312-11/+46
* doxygen: Documentation improvementsDavid Fries2010-10-135-15/+16
* doxygen: Fix the "all" comments regarding volume helper functions.David Fries2010-10-131-10/+11
* doxygen: Fix documentation typosDavid Fries2010-10-133-7/+8
* introspect: Include whether a stream is corked in the info callback.Colin Guthrie2010-10-062-3/+11
* x11: Use the default screen for X11 properties.Colin Guthrie2010-09-181-6/+6
* xcb: Ensure the XCB connection is valid before using it.Colin Guthrie2010-09-181-0/+5
* x11: Partially convert to XCB.Colin Guthrie2010-09-181-12/+11
* AC3 passthrough supportPierre-Louis Bossart2010-08-122-2/+25
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-071-1/+1
* proplist: explicitly mention a role 'test'Lennart Poettering2010-02-211-1/+1
* channelmap: Use "Subwoofer" as pretty name for LFELennart Poettering2010-02-211-1/+1
* native: rework handling of seeks that depend on variables the client does not...Lennart Poettering2010-02-091-0/+5
* client: implement $PULSE_LATENCY_MSECLennart Poettering2010-02-091-6/+31
* client: verify connection state in pa_stream_connect_upload()Lennart Poettering2010-02-091-0/+1
* client: detect forking in sample cache API, tooLennart Poettering2010-02-092-2/+8
* native: fix request counter miscalculationsLennart Poettering2010-02-091-0/+4
* dbus: remove filter functions only if they were actually set beforeLennart Poettering2010-02-092-19/+7
* client.conf.in: Typo. s/a/are/Paul Menzel2010-02-021-1/+1
* client: include dolby channel names in commentsLennart Poettering2010-01-141-10/+10
* client: introduce auto-connect-display= following the scheme of auto-connect-...Lennart Poettering2010-01-134-7/+12
* client: introduce auto-connect-localhost= option in client.confLennart Poettering2010-01-134-4/+10
* Merge remote branch 'zonque/topic/osx'Lennart Poettering2010-01-051-7/+2
|\
| * poll() is totally broken on Mac OS XDaniel Mack2009-12-161-7/+2
* | headers: Some trivial fixes for some documentation typosMads Kiilerich2010-01-056-10/+11
* | threaded-mainloop: Properly initialise m->n_waiting_for_accept to prevent dea...Daniel T Chen2010-01-051-0/+1
|/