Lennart Poettering
43c3164b70
Merge remote branch 'origin/master-tx'
2009-09-10 01:42:58 +02:00
Lennart Poettering
d5f43bd4c6
alsa: disable tsched for software devices before we configure the buffer metrics so that we don't accidently set a buffer size that is suitable for tsched where we don't use tsched
2009-09-09 23:57:49 +02:00
Lennart Poettering
8364b959b4
alsa: when probing for profiles configure buffer/period sizes since some broken drivers apparently need that
2009-09-09 23:56:51 +02:00
kmilos
4f24a6258a
Sending translation for Serbian (Latin)
2009-09-09 20:47:11 +00:00
kmilos
8a9166f375
Sending translation for Serbian
2009-09-09 20:46:40 +00:00
soko
4dee032162
Sending translation for Serbian (Latin)
2009-09-09 16:43:35 +00:00
soko
3984dd59bd
Sending translation for Serbian
2009-09-09 16:40:44 +00:00
mgiri
399b0ad73d
Sending translation for Oriya
2009-09-09 15:41:26 +00:00
kkrothap
4539250e83
Sending translation for Telugu
2009-09-09 07:01:17 +00:00
Lennart Poettering
84ade2140e
alsa: pass SND_PCM_NONBLOCK when opening device during unsuspend, the same way we do it for initial opening
2009-09-09 04:44:51 +02:00
Lennart Poettering
557c429510
alsa: rework buffer/period configuration
...
- 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-09 04:28:52 +02:00
Lennart Poettering
71e066c873
simd: be more precise which SIMD optimizations we activate
2009-09-09 04:28:22 +02:00
Lennart Poettering
1f0904b800
sample-util: add pa_convert_size() call for converting sizes between two sample specs
2009-09-09 04:27:16 +02:00
pmkovar
3a47c80a28
Sending translation for Czech
2009-09-09 00:47:32 +00:00
Lennart Poettering
c2f1994968
udev: ratelimit device initializations
2009-09-09 02:41:58 +02:00
Lennart Poettering
12df6860ad
ratelimit: allow non-static ratelimit structs
2009-09-09 02:41:34 +02:00
Lennart Poettering
7cc100d9e1
padsp: properly return return values (llvm-clang-analyzer)
2009-09-08 23:54:53 +02:00
Lennart Poettering
b51f5e58cc
pacat: don't convert stream name twice (llvm-clang-analyzer)
2009-09-08 23:54:31 +02:00
Lennart Poettering
49bc6bcf08
stripnul: initialize 'found' bool properly (llvm-clang-analyzer)
2009-09-08 23:53:56 +02:00
Lennart Poettering
31d1d9088e
protocol-native: log explicitly when someone asks us to quit
2009-09-08 23:53:28 +02:00
Lennart Poettering
31ae7deefa
core-util: properly fill in exception array for pa_reset_sigs() (llvm-clang-analyzer)
2009-09-08 23:52:58 +02:00
Lennart Poettering
1516b7c047
conf-parser: properly initialize variable we free() later (llvm-clang-analyzer)
2009-09-08 23:51:39 +02:00
Lennart Poettering
3c9a09bc45
cli-command: don't necessarily ovveride failure code of files (llvm-clang-analyzer)
2009-09-08 23:51:00 +02:00
Lennart Poettering
5fd751fc2e
cli-command: modernizations
2009-09-08 23:50:14 +02:00
Lennart Poettering
05506d7dc2
utf8: minor simplification
2009-09-08 23:49:42 +02:00
Lennart Poettering
f3be47f1e0
rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)
2009-09-08 23:49:10 +02:00
Lennart Poettering
157ec797dd
hal: check properly for failure of libhal_find_device_by_capability() (llvm-clang-analyzer)
2009-09-08 23:48:47 +02:00
Lennart Poettering
1380f18e52
blueooth: actually honour 'room' variable (llvm-clang-analyzer)
2009-09-08 23:48:12 +02:00
Lennart Poettering
382eced35d
alsa-sink: init after_avail earlier (llvm-clang-analyzer)
2009-09-08 23:47:23 +02:00
Lennart Poettering
f5046759cd
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
2009-09-08 23:46:23 +02:00
shanky
98fcf4e14d
Sending translation for Kannada
2009-09-08 09:07:12 +00:00
mvdz
6bdda4c04d
Sending translation for Ukrainian
2009-09-08 04:33:12 +00:00
Lennart Poettering
b2606cf641
i18n: move \r out of translatable string
...
https://bugzilla.redhat.com/show_bug.cgi?id=521552
2009-09-07 23:34:31 +02:00
Lennart Poettering
508c462841
Merge remote branch 'wtay/optimize'
2009-09-07 22:44:16 +02:00
Lennart Poettering
08a4d57ce2
libpulse: allow invocation of pa_context_play_sample_with_proplist() with NULL proplist
2009-09-07 22:43:35 +02:00
Lennart Poettering
f8f8cdc78c
vala: reindent
2009-09-07 22:42:47 +02:00
Lennart Poettering
b705a9bb8d
vector: don't try to build vector stuff on altivec
2009-09-07 22:32:11 +02:00
Lennart Poettering
a02861ea99
vala: s/PropList/Proplist/g since the C version does not use an underscore there
2009-09-07 22:31:34 +02:00
shanky
6c385ebbc4
Sending translation for Kannada
2009-09-07 18:55:38 +00:00
Lennart Poettering
0b8f23994b
vala: add vala .vapi file for the PulseAudio APIs, but don't include them in the tarball for now
2009-09-07 20:24:59 +02:00
Lennart Poettering
41a0dc1e99
volume: if pa_cvolume_set_{balance|fade}() is called with invalid fade/balance value log, but don't assert
2009-09-07 20:11:11 +02:00
Lennart Poettering
d000dd6f4b
volume: when passing NULL as channel map to pa_cvolume_scale_mask() handle this the same way as pa_cvolume_scale()
2009-09-07 20:11:08 +02:00
Lennart Poettering
9755bfa58a
volume: drop some redundant but expensive validity checks
2009-09-07 20:09:52 +02:00
Lennart Poettering
cc6c4fe91f
volume: add a couple of validity checks for pa_volume_t arguments
2009-09-07 19:59:18 +02:00
Lennart Poettering
3bbc5e6a4d
volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and use it wherever applicable
2009-09-07 19:53:39 +02:00
jassy
b96de8e60c
Sending translation for Punjabi
2009-09-07 16:26:08 +00:00
Wim Taymans
723499439f
x86: also call see init for SSE2
2009-09-07 17:28:19 +02:00
Wim Taymans
b5ac3839e1
x86: only install some functions when SSE2
...
Remap and volume functions use SSE2 instructions so only install them when SSE2
is present.
2009-09-07 17:21:21 +02:00
warrink
942bd46272
Sending translation for Dutch
2009-09-07 12:51:38 +00:00
mgiri
f969ce672a
Sending translation for Oriya
2009-09-07 11:52:06 +00:00