summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Mark shared variables as volatileArun Raghavan2009-12-061-1/+4
* libpulse: Store pa_stream pointers to hashmaps instead of dynarrays.Tanu Kaskinen2009-12-033-18/+17
* freebsd: implement pa_get_binary_nameJoe Marcus Clarke2009-11-211-0/+11
* pulse: ask for timing updates both *before* and *after* triggering a stream s...Lennart Poettering2009-11-201-2/+36
* pulse: delay smoother update only when unpausing, not when pausing, since we ...Lennart Poettering2009-11-201-17/+19
* pulse: try to fix inaccuracy with uncork timing for streams that are created ...Lennart Poettering2009-11-201-1/+16
* device-manager: Update docs version -> 0.9.20Colin Guthrie2009-11-111-12/+12
* device-manager: Update docs version -> 0.9.20Colin Guthrie2009-11-091-12/+12
* volume: add pa_cvolume_inc_clamp functionVladimir Kokarev2009-11-052-3/+11
* use pa_fopen_cloexec() where applicableLennart Poettering2009-10-301-1/+1
* use cloexec wrappers wherever applicableLennart Poettering2009-10-302-6/+2
* libpulse: introduce PA_STREAM_RELATIVE_VOLUMELennart Poettering2009-10-292-2/+18
* libpulse: explain semantics of pa_stream_connect_playback() in more detailLennart Poettering2009-10-281-1/+16
* libpulse: introduce pa_context_get_tile_size() callLennart Poettering2009-10-282-3/+36
* libpulse: add missing includesLennart Poettering2009-10-122-0/+4
* device-manager: Rather than flagging the device as available, just include th...Colin Guthrie2009-10-102-5/+2
* Merge remote branch 'coling/history'Lennart Poettering2009-10-074-0/+579
|\
| * device-manager: Change the prefer/defer options to a single 'reorder' command.Colin Guthrie2009-10-012-52/+13
| * device-manager: Expose the priority lists in the protocol extension.Colin Guthrie2009-10-012-1/+39
| * device-manager: Change the write function to a rename function.Colin Guthrie2009-10-012-40/+16