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 |
|
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
|
b705a9bb8d
|
vector: don't try to build vector stuff on altivec
|
2009-09-07 22:32:11 +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 |
|
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 |
|
Lennart Poettering
|
5cf0c1e544
|
introspect: rearrange order of functions a bit
|
2009-09-06 23:14:15 +02:00 |
|
Lennart Poettering
|
e6a666d8d5
|
libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicable
|
2009-09-06 22:33:04 +02:00 |
|
Lennart Poettering
|
812be32783
|
daemon: disable CPU load limiter by default
RLIMIT_RTTIME and rtki can do this job much better, so let's disable
this by default.
|
2009-09-04 02:48:37 +02:00 |
|
Lennart Poettering
|
5daecea4dd
|
always-sink: rename null sink created to 'dummy sink' and make it translatable
|
2009-09-04 02:48:36 +02:00 |
|
Lennart Poettering
|
0ad6a574a1
|
null: make name of null sink translatable
|
2009-09-04 02:48:33 +02:00 |
|
Lennart Poettering
|
8cd635bc61
|
alsa: add more input sources to path set
|
2009-09-03 04:45:55 +02:00 |
|
Lennart Poettering
|
6f396c89ab
|
remap: build sse code only on x86
|
2009-09-03 01:48:30 +02:00 |
|
Lennart Poettering
|
14a9771689
|
core: drop unnecessary variable initialization
|
2009-09-03 00:21:19 +02:00 |
|
Lennart Poettering
|
d088c8f05a
|
daemon: make use of SIMD optional via config variable to ease debugging
|
2009-09-03 00:19:03 +02:00 |
|
Lennart Poettering
|
9f4f374a19
|
remap_sse: fix inner loop increment on SSE
In each iteration we can process 2^4 S16NE samples and 2^5 F32NE
samples, that's twice as much as in MMX, hence correct the increments.
|
2009-09-03 00:17:28 +02:00 |
|
Lennart Poettering
|
51423cae52
|
remap_sse: reindent macro so that diff to MMX is nicer
Completely useless, but diff -u remap_mmx.c remap_sse.c is much nicer
this way.
|
2009-09-03 00:16:40 +02:00 |
|
Wim Taymans
|
26164ff051
|
sconv_sse: fix leftover counter
|
2009-09-02 19:42:17 +02:00 |
|
Lennart Poettering
|
51fc1763a1
|
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
|
2009-09-02 04:06:04 +02:00 |
|
Lennart Poettering
|
39e4652a78
|
daemon: drop polkit code from git repo we weren't using anymore
|
2009-09-02 04:05:41 +02:00 |
|
Lennart Poettering
|
297afadbef
|
core-util: don't leak memory in pa_unset_env_recorded()
|
2009-09-02 04:05:34 +02:00 |
|
Lennart Poettering
|
767c7c7cf4
|
core-util: call dbus_connection_set_exit_on_disconnect() on shared busses to make sure dbus_shutdown() isn't fatal
|
2009-09-02 04:03:18 +02:00 |
|
Lennart Poettering
|
470e9a8787
|
build-sys: drop LIBOIL_{FLAGS|LIBS} from Makefile.am since we don't use the library anymore
|
2009-09-02 03:17:34 +02:00 |
|
Lennart Poettering
|
1200a0b143
|
sink: simplify pa_sink_render_full() by replacing it by a pa_sink_render() plus a couple of pa_sink_render_full()
|
2009-09-02 00:54:22 +02:00 |
|
Lennart Poettering
|
a8c0f65fae
|
daemon: clean up environment when forking off children
|
2009-09-02 00:42:54 +02:00 |
|
Lennart Poettering
|
5f929963d1
|
core-util: add api for setting env vars and record them so that we can undo them n fork
|
2009-09-02 00:34:27 +02:00 |
|
Lennart Poettering
|
45513a2077
|
core: fill up memblock with pa_sink_render_into_full() in pa_sink_render_full() instead of doing our own loop
|
2009-09-01 22:19:30 +02:00 |
|
Lennart Poettering
|
17f609ac83
|
core: handle suspended state in pa_sink_render_full() similar to the other render functions
|
2009-09-01 22:18:55 +02:00 |
|
Lennart Poettering
|
ce6dff4ee0
|
core: add missing sink_unref()
|
2009-09-01 22:18:01 +02:00 |
|
Lennart Poettering
|
b245b54702
|
ladspa,remap: make description of sink follow moves
|
2009-09-01 06:06:04 +02:00 |
|
Lennart Poettering
|
46b9ca7fd5
|
alsa: by default increase watermarks only on real underruns, don't try to be smart
|
2009-09-01 04:55:05 +02:00 |
|
Lennart Poettering
|
6b6d14626d
|
alsa: distuingish real underruns from left_to_play=0
|
2009-09-01 04:54:18 +02:00 |
|
Lennart Poettering
|
dfe3f90b37
|
daemon: don't override path env vars if they are already set
|
2009-09-01 00:53:49 +02:00 |
|
Wim Taymans
|
dc221f204b
|
remap: fix counters for mmx and sse remap
Take the size of the sample into account when calculating the amount of samples
we process in parallel.
|
2009-08-31 21:50:56 +02:00 |
|
Lennart Poettering
|
dee2aa3f05
|
pactl: drop unnecessary newlines from pa_log() invocations
|
2009-08-31 21:45:19 +02:00 |
|