summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* i18n: run make update-poLennart Poettering2009-09-1029-620/+915
|
* Merge remote branch 'origin/master-tx'Lennart Poettering2009-09-107-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
| * Sending translation for Serbian (Latin)kmilos2009-09-091-395/+145
| |
| * Sending translation for Serbiankmilos2009-09-091-394/+145
| |
| * Sending translation for Serbian (Latin)soko2009-09-091-217/+198
| |
| * Sending translation for Serbiansoko2009-09-091-217/+196
| |
| * Sending translation for Oriyamgiri2009-09-091-236/+279
| |
| * Sending translation for Telugukkrothap2009-09-091-460/+198
| |
| * Sending translation for Czechpmkovar2009-09-091-433/+254
| |
| * Sending translation for Kannadashanky2009-09-081-219/+275
| |
| * Sending translation for Ukrainianmvdz2009-09-081-355/+77
| |
* | i18n: run make update-poLennart Poettering2009-09-1029-2332/+3174
| |
* | i18n: get rid of ko.po/ru.po since they contain exactly 0 translated stringsLennart Poettering2009-09-103-4022/+0
| |
* | add ml to LINGUASLennart Poettering2009-09-101-0/+1
| |
* | Merge remote branch 'origin/master-tx'Lennart Poettering2009-09-1014-4418/+5111
|\|
| * Sending translation for Kannadashanky2009-09-071-648/+319
| |
| * Sending translation for Punjabijassy2009-09-071-274/+197
| |
| * Sending translation for Dutchwarrink2009-09-071-89/+244
| |
| * Sending translation for Oriyamgiri2009-09-071-666/+361
| |
| * Sending translation for Marathisandeeps2009-09-071-106/+74
| |
| * Sending translation for Tamilifelix2009-09-071-107/+75
| |
| * Sending translation for Catalanxconde2009-09-051-209/+206
| |
| * Sending translation for Finnishvpv2009-09-041-88/+68
| |
| * Sending translation for Dutchwarrink2009-09-041-130/+208
| |
| * Sending translation for Bengali (India)runab2009-09-041-210/+262
| |
| * Sending translation for Bengali (India)runab2009-09-041-684/+369
| |
| * Sending translation for po/ml.poanipeter2009-09-041-0/+2334
| |
| * Sending translation for Hindirajesh2009-09-041-468/+198
| |
| * Sending translation for Spanishbeckerde2009-09-031-509/+275
| |
| * Sending translation for Polishraven2009-09-031-93/+68
| |
| * Sending translation for Gujaratiswkothar2009-09-031-514/+230
| |
* | 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
| |