summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* 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
| * device-manager: Provide a method for prefering/defering a device.Colin Guthrie2009-10-012-0/+90
| * device-manager: Provide a way for clients to enable/disable role-based device...Colin Guthrie2009-10-012-0/+39
| * device-manager: Update docs version -> 0.9.19 (predicted)Colin Guthrie2009-10-011-10/+10
| * device-manager: Fix copy+paste leftoverColin Guthrie2009-10-011-1/+1
| * device-manager: Add an untested protocol extension.Colin Guthrie2009-10-014-0/+475
* | Merge branch 'master' into dbus-workTanu Kaskinen2009-10-0219-169/+277
|\|
| * 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
| * libpulse: as a special exception, don't require a non-NULL context in pa_cont...Lennart Poettering2009-09-171-1/+4
| * CANCELLED vs. CANCELEDLennart Poettering2009-09-171-2/+3
| * gccmacro: enable weakrefs only on ELFLennart Poettering2009-09-151-1/+1
| * proplist: define properties for storing window positionLennart Poettering2009-09-111-0/+18
| * doxygen: don't confuse doxygen with spurious ..Lennart Poettering2009-09-111-1/+1
| * doxygen: add rtclock.h to documentationLennart Poettering2009-09-111-7/+9
| * doxygen: drop references to pacat.c and paplay.c as examples since tehy are n...Lennart Poettering2009-09-111-6/+0
| * libpulse: add new error code PA_ERR_BUSYLennart Poettering2009-09-112-1/+4
| * libpulse: don't support pa_context_get_card_info_list() on servers that canno...v0.9.16Lennart Poettering2009-09-101-0/+2
| * utf8: minor simplificationLennart Poettering2009-09-081-4/+1
| * llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-082-7/+5