summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-09-18timeval: add UNLIKELY annotationLennart Poettering1-3/+3
2009-09-18timeval: make pa_timeval_sub saturatingLennart Poettering1-12/+38
2009-09-18core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()Lennart Poettering2-0/+15
2009-09-18timeval: introduce PA_USEC_MAXLennart Poettering1-2/+5
2009-09-18macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macrosLennart Poettering1-0/+12
2009-09-18mainloop: sum up dispatched events in an unsigned to clarify rangeLennart Poettering1-8/+9
2009-09-18mainloop: use PA_LLIST_FOREACH macros where applicableLennart Poettering1-26/+30
2009-09-18mainloop: don't initialize fields we don't have toLennart Poettering1-30/+4
2009-09-18mainloop: calculate in pa_usec_t everywhereLennart Poettering1-21/+46
2009-09-18mainloop: properly convert time to wallclock time when handing it to the userLennart Poettering1-1/+1
2009-09-18alsa: fix Surround mixer element nameLennart Poettering3-3/+3
2009-09-18rtp: Factor out direct io writing and use ioline instead.Colin Guthrie1-16/+6
2009-09-18raop: Use pa_module_unload_request_by_index as per module-zeroconf-discoverColin Guthrie1-2/+2
2009-09-17core-util: unify how we determine the temporary directoryLennart Poettering3-20/+26
2009-09-17Improve TMPDIR handlingLennart Poettering2-2/+15
2009-09-17cli: properly destruct cli objectLennart Poettering1-2/+2
2009-09-17cli: don't accidentaly set O_NDELAY on stderrLennart Poettering1-3/+21
2009-09-17proplist: introduce PA_PROP_WINDOW_DESKTOP propertyLennart Poettering1-0/+3
2009-09-17position-event-sounds: don't warn that loud about vpos/hpos out of rangeLennart Poettering1-2/+3
2009-09-17libpulse: as a special exception, don't require a non-NULL context in pa_cont...Lennart Poettering1-1/+4
2009-09-17svolume_mmx: disable test accidentaly left onLennart Poettering1-1/+1
2009-09-17Merge remote branch 'wtay/optimize'Lennart Poettering2-14/+8
2009-09-17alsa: correct assumptions about channels an element lacksVladimir Kokarev1-10/+2
2009-09-17pacat: use fully automatic buffer sizes if possibleLennart Poettering1-5/+9
2009-09-17memblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLELennart Poettering1-0/+7
2009-09-17CANCELLED vs. CANCELEDLennart Poettering1-2/+3
2009-09-16svolume_mmx: optimize some moreWim Taymans1-13/+7
2009-09-16svolume_sse: fix commentWim Taymans1-1/+1
2009-09-15gccmacro: enable weakrefs only on ELFLennart Poettering1-1/+1
2009-09-11position-event-sounds: apply volume factor after, not before resamplingv0.9.17Lennart Poettering1-6/+6
2009-09-11core: add an additional volume factor that is applied after resampling took p...Lennart Poettering2-10/+56
2009-09-11position-event-sounds: honour window position if set, position both verticall...Lennart Poettering1-11/+44
2009-09-11proplist: define properties for storing window positionLennart Poettering1-0/+18
2009-09-11doxygen: don't confuse doxygen with spurious ..Lennart Poettering1-1/+1
2009-09-11doxygen: add rtclock.h to documentationLennart Poettering1-7/+9
2009-09-11doxygen: drop references to pacat.c and paplay.c as examples since tehy are n...Lennart Poettering1-6/+0
2009-09-11alsa: properly report suspension error codesLennart Poettering2-18/+27
2009-09-11alsa: properly convert sample buffer sizesLennart Poettering1-3/+3
2009-09-11libpulse: add new error code PA_ERR_BUSYLennart Poettering2-1/+4
2009-09-10libpulse: don't support pa_context_get_card_info_list() on servers that canno...v0.9.16Lennart Poettering1-0/+2
2009-09-10native: send PA_COMMAND_PLAYBACK_BUFFER_ATTR_CHANGED messages only to clients...Lennart Poettering1-13/+15
2009-09-09alsa: disable tsched for software devices before we configure the buffer metr...Lennart Poettering3-11/+4
2009-09-09alsa: when probing for profiles configure buffer/period sizes since some brok...Lennart Poettering3-5/+22
2009-09-09alsa: pass SND_PCM_NONBLOCK when opening device during unsuspend, the same wa...Lennart Poettering2-2/+2
2009-09-09alsa: rework buffer/period configurationLennart Poettering4-130/+217
2009-09-09simd: be more precise which SIMD optimizations we activateLennart Poettering5-16/+28
2009-09-09sample-util: add pa_convert_size() call for converting sizes between two samp...Lennart Poettering2-0/+12
2009-09-09udev: ratelimit device initializationsLennart Poettering1-6/+41
2009-09-09ratelimit: allow non-static ratelimit structsLennart Poettering1-4/+14
2009-09-08padsp: properly return return values (llvm-clang-analyzer)Lennart Poettering1-3/+3