summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-18alsa: Give all ports a human name to allow UI tools to present the choice to ↵0.9.17-stableColin Guthrie1-3/+3
users.
2009-09-18rtp: Remove 'fix me' comment after it was actually fixed in [56b6e1]Colin Guthrie1-2/+0
That's what you get for applying your stash without fully checking if anything else was committed in the mean time :p
2009-09-18rtp: Factor out direct io writing and use ioline instead.Colin Guthrie1-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 :)
2009-09-18raop: Use pa_module_unload_request_by_index as per module-zeroconf-discoverColin Guthrie1-2/+2
2009-09-18timeval: make pa_timeval_sub saturatingLennart Poettering1-12/+38
2009-09-18macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macrosLennart Poettering1-0/+12
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 ↵Lennart Poettering2-10/+56
place
2009-09-11position-event-sounds: honour window position if set, position both ↵Lennart Poettering1-11/+44
vertically and horizontally
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 Poettering2-8/+10
2009-09-11doxygen: drop references to pacat.c and paplay.c as examples since tehy are ↵Lennart Poettering1-6/+0
not useful as such and in the case of paplay not even existant anymore
2009-09-11build-sys: increase library versionLennart Poettering1-1/+1
2009-09-11i18n: run make update-poLennart Poettering30-196/+441
2009-09-11i18n: add ja to LINGUASLennart Poettering1-0/+1
2009-09-11Merge remote branch 'origin/master-tx'Lennart Poettering11-963/+2483
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-10Sending translation for Dutchwarrink1-7/+8
2009-09-10Sending translation for po/ja.pohyuuga1-0/+2025
2009-09-10Sending translation for Telugukkrothap1-17/+14
2009-09-10Sending translation for Bengali (India)runab1-20/+15
2009-09-10Sending translation for Hindirajesh1-19/+15
2009-09-10Sending translation for Tamilifelix1-24/+18
2009-09-10Sending translation for Marathisandeeps1-31/+27
2009-09-10Sending translation for Gujaratiswkothar1-22/+17
2009-09-10Sending translation for Malayalamanipeter1-23/+18
2009-09-10Sending translation for Punjabijassy1-260/+16
2009-09-10Sending translation for Assameseamitakhya1-540/+310
2009-09-10libpulse: don't support pa_context_get_card_info_list() on servers that ↵v0.9.16Lennart Poettering1-0/+2
cannot handle it
2009-09-10native: send PA_COMMAND_PLAYBACK_BUFFER_ATTR_CHANGED messages only to ↵Lennart Poettering1-13/+15
clients that understand it
2009-09-10i18n: run make update-poLennart Poettering29-620/+915
2009-09-10Merge remote branch 'origin/master-tx'Lennart Poettering7-2937/+1516
Conflicts: po/cs.po po/kn.po po/or.po po/sr.po po/sr@latin.po po/te.po po/uk.po
2009-09-10i18n: run make update-poLennart Poettering29-2332/+3174
2009-09-10i18n: get rid of ko.po/ru.po since they contain exactly 0 translated stringsLennart Poettering3-4022/+0
2009-09-10add ml to LINGUASLennart Poettering1-0/+1
2009-09-10Merge remote branch 'origin/master-tx'Lennart Poettering14-4418/+5111
2009-09-09alsa: disable tsched for software devices before we configure the buffer ↵Lennart Poettering3-11/+4
metrics so that we don't accidently set a buffer size that is suitable for tsched where we don't use tsched
2009-09-09alsa: when probing for profiles configure buffer/period sizes since some ↵Lennart Poettering3-5/+22
broken drivers apparently need that
2009-09-09Sending translation for Serbian (Latin)kmilos1-395/+145
2009-09-09Sending translation for Serbiankmilos1-394/+145
2009-09-09Sending translation for Serbian (Latin)soko1-217/+198
2009-09-09Sending translation for Serbiansoko1-217/+196
2009-09-09Sending translation for Oriyamgiri1-236/+279
2009-09-09Sending translation for Telugukkrothap1-460/+198
2009-09-09alsa: pass SND_PCM_NONBLOCK when opening device during unsuspend, the same ↵Lennart Poettering2-2/+2
way we do it for initial opening
2009-09-09alsa: rework buffer/period configurationLennart Poettering4-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.
2009-09-09simd: be more precise which SIMD optimizations we activateLennart Poettering5-16/+28