summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-08pacat: don't convert stream name twice (llvm-clang-analyzer)Lennart Poettering1-1/+0
2009-09-08stripnul: initialize 'found' bool properly (llvm-clang-analyzer)Lennart Poettering1-1/+1
2009-09-08protocol-native: log explicitly when someone asks us to quitLennart Poettering1-0/+2
2009-09-08core-util: properly fill in exception array for pa_reset_sigs() (llvm-clang-a...Lennart Poettering1-1/+1
2009-09-08conf-parser: properly initialize variable we free() later (llvm-clang-analyzer)Lennart Poettering1-1/+1
2009-09-08cli-command: don't necessarily ovveride failure code of files (llvm-clang-ana...Lennart Poettering1-2/+0
2009-09-08cli-command: modernizationsLennart Poettering1-16/+16
2009-09-08utf8: minor simplificationLennart Poettering1-4/+1
2009-09-08rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)Lennart Poettering1-0/+2
2009-09-08hal: check properly for failure of libhal_find_device_by_capability() (llvm-c...Lennart Poettering1-1/+1
2009-09-08blueooth: actually honour 'room' variable (llvm-clang-analyzer)Lennart Poettering1-3/+6
2009-09-08alsa-sink: init after_avail earlier (llvm-clang-analyzer)Lennart Poettering1-1/+1
2009-09-08llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering20-59/+49
2009-09-07i18n: move \r out of translatable stringLennart Poettering1-1/+2
2009-09-07Merge remote branch 'wtay/optimize'Lennart Poettering3-9/+12
2009-09-07libpulse: allow invocation of pa_context_play_sample_with_proplist() with NUL...Lennart Poettering1-2/+8
2009-09-07vector: don't try to build vector stuff on altivecLennart Poettering1-1/+2
2009-09-07volume: if pa_cvolume_set_{balance|fade}() is called with invalid fade/balanc...Lennart Poettering1-8/+4
2009-09-07volume: when passing NULL as channel map to pa_cvolume_scale_mask() handle th...Lennart Poettering1-1/+5
2009-09-07volume: drop some redundant but expensive validity checksLennart Poettering1-7/+1
2009-09-07volume: add a couple of validity checks for pa_volume_t argumentsLennart Poettering1-0/+16
2009-09-07volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and u...Lennart Poettering5-14/+17
2009-09-07x86: also call see init for SSE2Wim Taymans1-1/+1
2009-09-07x86: only install some functions when SSE2Wim Taymans2-8/+11
2009-09-06introspect: rearrange order of functions a bitLennart Poettering1-6/+6
2009-09-06libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicableLennart Poettering6-11/+17
2009-09-04daemon: disable CPU load limiter by defaultLennart Poettering2-2/+2
2009-09-04always-sink: rename null sink created to 'dummy sink' and make it translatableLennart Poettering1-2/+4
2009-09-04null: make name of null sink translatableLennart Poettering1-2/+3