summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | 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
* | | | | | | | | alsa: fix Surround mixer element nameLennart Poettering2009-09-183-3/+3
* | | | | | | | | rtp: Factor out direct io writing and use ioline instead.Colin Guthrie2009-09-181-16/+6
* | | | | | | | | raop: Use pa_module_unload_request_by_index as per module-zeroconf-discoverColin Guthrie2009-09-181-2/+2
* | | | | | | | | core-util: unify how we determine the temporary directoryLennart Poettering2009-09-173-20/+26
* | | | | | | | | Improve TMPDIR handlingLennart Poettering2009-09-172-2/+15
* | | | | | | | | cli: properly destruct cli objectLennart Poettering2009-09-171-2/+2
* | | | | | | | | cli: don't accidentaly set O_NDELAY on stderrLennart Poettering2009-09-171-3/+21
* | | | | | | | | proplist: introduce PA_PROP_WINDOW_DESKTOP propertyLennart Poettering2009-09-171-0/+3
* | | | | | | | | position-event-sounds: don't warn that loud about vpos/hpos out of rangeLennart Poettering2009-09-171-2/+3
* | | | | | | | | libpulse: as a special exception, don't require a non-NULL context in pa_cont...Lennart Poettering2009-09-171-1/+4
* | | | | | | | | svolume_mmx: disable test accidentaly left onLennart Poettering2009-09-171-1/+1
* | | | | | | | | Merge remote branch 'wtay/optimize'Lennart Poettering2009-09-172-14/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | svolume_mmx: optimize some moreWim Taymans2009-09-161-13/+7
| * | | | | | | | | svolume_sse: fix commentWim Taymans2009-09-161-1/+1
* | | | | | | | | | alsa: correct assumptions about channels an element lacksVladimir Kokarev2009-09-171-10/+2
* | | | | | | | | | pacat: use fully automatic buffer sizes if possibleLennart Poettering2009-09-171-5/+9
* | | | | | | | | | memblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLELennart Poettering2009-09-171-0/+7
* | | | | | | | | | CANCELLED vs. CANCELEDLennart Poettering2009-09-171-2/+3
|/ / / / / / / / /
* | | | | | | | | gccmacro: enable weakrefs only on ELFLennart Poettering2009-09-151-1/+1
* | | | | | | | | position-event-sounds: apply volume factor after, not before resamplingv0.9.17Lennart Poettering2009-09-111-6/+6
* | | | | | | | | core: add an additional volume factor that is applied after resampling took p...Lennart Poettering2009-09-112-10/+56
* | | | | | | | | position-event-sounds: honour window position if set, position both verticall...Lennart Poettering2009-09-111-11/+44
* | | | | | | | | 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
* | | | | | | | | alsa: properly report suspension error codesLennart Poettering2009-09-112-18/+27
* | | | | | | | | alsa: properly convert sample buffer sizesLennart Poettering2009-09-111-3/+3
* | | | | | | | | 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
* | | | | | | | | native: send PA_COMMAND_PLAYBACK_BUFFER_ATTR_CHANGED messages only to clients...Lennart Poettering2009-09-101-13/+15
* | | | | | | | | alsa: disable tsched for software devices before we configure the buffer metr...Lennart Poettering2009-09-093-11/+4
* | | | | | | | | alsa: when probing for profiles configure buffer/period sizes since some brok...Lennart Poettering2009-09-093-5/+22
* | | | | | | | | alsa: pass SND_PCM_NONBLOCK when opening device during unsuspend, the same wa...Lennart Poettering2009-09-092-2/+2
* | | | | | | | | alsa: rework buffer/period configurationLennart Poettering2009-09-094-130/+217
* | | | | | | | | simd: be more precise which SIMD optimizations we activateLennart Poettering2009-09-095-16/+28
* | | | | | | | | sample-util: add pa_convert_size() call for converting sizes between two samp...Lennart Poettering2009-09-092-0/+12
* | | | | | | | | udev: ratelimit device initializationsLennart Poettering2009-09-091-6/+41
* | | | | | | | | ratelimit: allow non-static ratelimit structsLennart Poettering2009-09-091-4/+14
* | | | | | | | | padsp: properly return return values (llvm-clang-analyzer)Lennart Poettering2009-09-081-3/+3
* | | | | | | | | pacat: don't convert stream name twice (llvm-clang-analyzer)Lennart Poettering2009-09-081-1/+0
* | | | | | | | | stripnul: initialize 'found' bool properly (llvm-clang-analyzer)Lennart Poettering2009-09-081-1/+1
* | | | | | | | | protocol-native: log explicitly when someone asks us to quitLennart Poettering2009-09-081-0/+2
* | | | | | | | | core-util: properly fill in exception array for pa_reset_sigs() (llvm-clang-a...Lennart Poettering2009-09-081-1/+1
* | | | | | | | | conf-parser: properly initialize variable we free() later (llvm-clang-analyzer)Lennart Poettering2009-09-081-1/+1