summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* alsa: Give all ports a human name to allow UI tools to present the choice to ↵0.9.17-stableColin Guthrie2009-09-181-3/+3
| | | | users.
* rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]Colin Guthrie2009-09-181-2/+0
| | | | That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p
* rtp: Factor out direct io writing and use ioline instead.Colin Guthrie2009-09-181-16/+6
| | | | | This is how things should have worked orinally, but I obviously misunderstood things a bit. This seems to prevent the random hangups that were happening previously :)
* raop: Use pa_module_unload_request_by_index as per module-zeroconf-discoverColin Guthrie2009-09-181-2/+2
|
* timeval: make pa_timeval_sub saturatingLennart Poettering2009-09-181-12/+38
|
* macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macrosLennart Poettering2009-09-181-0/+12
|
* 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 ↵Lennart Poettering2009-09-112-10/+56
| | | | place
* position-event-sounds: honour window position if set, position both ↵Lennart Poettering2009-09-111-11/+44
| | | | vertically and horizontally
* 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 ↵Lennart Poettering2009-09-111-6/+0
| | | | not useful as such and in the case of paplay not even existant anymore
* 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 ↵v0.9.16Lennart Poettering2009-09-101-0/+2
| | | | cannot handle it
* native: send PA_COMMAND_PLAYBACK_BUFFER_ATTR_CHANGED messages only to ↵Lennart Poettering2009-09-101-13/+15
| | | | clients that understand it
* alsa: disable tsched for software devices before we configure the buffer ↵Lennart Poettering2009-09-093-11/+4
| | | | metrics so that we don't accidently set a buffer size that is suitable for tsched where we don't use tsched
* alsa: when probing for profiles configure buffer/period sizes since some ↵Lennart Poettering2009-09-093-5/+22
| | | | broken drivers apparently need that
* alsa: pass SND_PCM_NONBLOCK when opening device during unsuspend, the same ↵Lennart Poettering2009-09-092-2/+2
| | | | way we do it for initial opening
* alsa: rework buffer/period configurationLennart Poettering2009-09-094-130/+217
| | | | | | | | | | | | | - As discussed on alsa-devel it's probably better to initialize the buffer size first, followed by the period size. If that fails try the other way round. If that fails try to configure only buffer size. If that fails try to configure only period size. Finally, try to configure neither. - Don't require integral periods anymore. Both of these changes should help improving compatibility with various weirder sound devices, such as TV cards.
* 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 ↵Lennart Poettering2009-09-092-0/+12
| | | | sample specs
* 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() ↵Lennart Poettering2009-09-081-1/+1
| | | | (llvm-clang-analyzer)
* conf-parser: properly initialize variable we free() later (llvm-clang-analyzer)Lennart Poettering2009-09-081-1/+1
|
* cli-command: don't necessarily ovveride failure code of files ↵Lennart Poettering2009-09-081-2/+0
| | | | (llvm-clang-analyzer)
* cli-command: modernizationsLennart Poettering2009-09-081-16/+16
|
* utf8: minor simplificationLennart Poettering2009-09-081-4/+1
|
* rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)Lennart Poettering2009-09-081-0/+2
|
* hal: check properly for failure of libhal_find_device_by_capability() ↵Lennart Poettering2009-09-081-1/+1
| | | | (llvm-clang-analyzer)
* blueooth: actually honour 'room' variable (llvm-clang-analyzer)Lennart Poettering2009-09-081-3/+6
|
* alsa-sink: init after_avail earlier (llvm-clang-analyzer)Lennart Poettering2009-09-081-1/+1
|
* llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-0820-59/+49
|
* i18n: move \r out of translatable stringLennart Poettering2009-09-071-1/+2
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=521552
* Merge remote branch 'wtay/optimize'Lennart Poettering2009-09-073-9/+12
|\
| * x86: also call see init for SSE2Wim Taymans2009-09-071-1/+1
| |
| * x86: only install some functions when SSE2Wim Taymans2009-09-072-8/+11
| | | | | | | | | | Remap and volume functions use SSE2 instructions so only install them when SSE2 is present.
* | libpulse: allow invocation of pa_context_play_sample_with_proplist() with ↵Lennart Poettering2009-09-071-2/+8
| | | | | | | | NULL proplist
* | vector: don't try to build vector stuff on altivecLennart Poettering2009-09-071-1/+2
| |
* | volume: if pa_cvolume_set_{balance|fade}() is called with invalid ↵Lennart Poettering2009-09-071-8/+4
| | | | | | | | fade/balance value log, but don't assert
* | volume: when passing NULL as channel map to pa_cvolume_scale_mask() handle ↵Lennart Poettering2009-09-071-1/+5
| | | | | | | | this the same way as pa_cvolume_scale()
* | volume: drop some redundant but expensive validity checksLennart Poettering2009-09-071-7/+1
| |
* | volume: add a couple of validity checks for pa_volume_t argumentsLennart Poettering2009-09-071-0/+16
| |