summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* pulse: make sure legacy_dir is not staticJan Kratochvil2010-11-251-1/+1
* doxygen: Add 'See also' linking to the overview pageDavid Fries2010-11-1712-11/+46
* doxygen: Documentation improvementsDavid Fries2010-11-175-15/+16
* doxygen: Fix the "all" comments regarding volume helper functions.David Fries2010-11-171-10/+11
* doxygen: Fix documentation typosDavid Fries2010-11-173-7/+8
* 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-08-151-12/+11
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-031-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-01-181-0/+5
* libpulse: Store pa_stream pointers to hashmaps instead of dynarrays.Tanu Kaskinen2010-01-153-18/+17
* threaded-mainloop: Properly initialise m->n_waiting_for_accept to prevent dea...Daniel T Chen2010-01-151-0/+1
* client: include dolby channel names in commentsLennart Poettering2010-01-151-10/+10
* client: implement $PULSE_LATENCY_MSECLennart Poettering2010-01-151-6/+31
* Mark shared variables as volatileArun Raghavan2010-01-141-1/+4
* client: verify connection state in pa_stream_connect_upload()Lennart Poettering2010-01-121-0/+1
* client: detect forking in sample cache API, tooLennart Poettering2010-01-122-2/+8
* native: fix request counter miscalculationsLennart Poettering2010-01-081-0/+4
* dbus: remove filter functions only if they were actually set beforeLennart Poettering2010-01-082-19/+7
* pulse: ask for timing updates both *before* and *after* triggering a stream s...Lennart Poettering2009-11-231-2/+36
* pulse: delay smoother update only when unpausing, not when pausing, since we ...Lennart Poettering2009-11-231-17/+19
* pulse: try to fix inaccuracy with uncork timing for streams that are created ...Lennart Poettering2009-11-231-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-111-12/+12
* device-manager: Rather than flagging the device as available, just include th...Colin Guthrie2009-11-112-5/+2
* device-manager: Change the prefer/defer options to a single 'reorder' command.Colin Guthrie2009-11-112-52/+13
* device-manager: Expose the priority lists in the protocol extension.Colin Guthrie2009-11-112-1/+39
* device-manager: Change the write function to a rename function.Colin Guthrie2009-11-112-40/+16
* device-manager: Provide a method for prefering/defering a device.Colin Guthrie2009-11-112-0/+90
* device-manager: Provide a way for clients to enable/disable role-based device...Colin Guthrie2009-11-112-0/+39
* device-manager: Update docs version -> 0.9.19 (predicted)Colin Guthrie2009-11-111-10/+10
* device-manager: Fix copy+paste leftoverColin Guthrie2009-11-111-1/+1
* device-manager: Add an untested protocol extension.Colin Guthrie2009-11-114-0/+475
* libpulse: explain semantics of pa_stream_connect_playback() in more detailLennart Poettering2009-11-111-1/+16
* libpulse: add missing includesLennart Poettering2009-11-112-0/+4
* libpulse: Add *_NOFLAGS flags with value 0 for various enumsColin Guthrie2009-09-221-0/+11
* mainloop: fix detection of rt clocksLennart Poettering2009-09-181-8/+7
* mainloop: pass monotonic times back to user if he passed monotonic times to usLennart Poettering2009-09-181-6/+16
* timeval: make timeval conversion routines handle PA_USEC_INVALID specialLennart Poettering2009-09-181-1/+10
* timeval: add UNLIKELY annotationLennart Poettering2009-09-181-3/+3
* timeval: make pa_timeval_sub saturatingLennart Poettering2009-09-181-12/+38
* timeval: introduce PA_USEC_MAXLennart Poettering2009-09-181-2/+5
* mainloop: sum up dispatched events in an unsigned to clarify rangeLennart Poettering2009-09-181-8/+9
* mainloop: use PA_LLIST_FOREACH macros where applicableLennart Poettering2009-09-181-26/+30
* mainloop: don't initialize fields we don't have toLennart Poettering2009-09-181-30/+4
* mainloop: calculate in pa_usec_t everywhereLennart Poettering2009-09-181-21/+46
* mainloop: properly convert time to wallclock time when handing it to the userLennart Poettering2009-09-181-1/+1
* proplist: introduce PA_PROP_WINDOW_DESKTOP propertyLennart Poettering2009-09-171-0/+3