Commit graph

3106 commits

Author SHA1 Message Date
Lennart Poettering
33b186e74d user lrint() and friends in inner loops instead of normal C casts to speed up a few things 2008-10-03 02:34:59 +02:00
Lennart Poettering
1bb5e58fb3 use PA_FLOAT32_SWAP where useful 2008-10-03 02:33:44 +02:00
Lennart Poettering
7d442e3276 optimize mixing routines a bit by pulling the multiplication with the global volume out of the inner loop by applying it first to the per-stream volumes 2008-10-03 01:53:34 +02:00
Lennart Poettering
a0f4ffd3e1 make sure we call pa_sink_process_rewind() if a rewind was requested under all circumstances 2008-10-02 03:07:54 +02:00
Lennart Poettering
ea82dec294 when we mix into a 16bit accumulator make sure we clamp before we scale with a volume to avoid range faults when multiplying 2008-10-02 02:29:56 +02:00
Lennart Poettering
08cf9db0d1 properly parse response to pa_stream_set_buffer_attr() calls. closes #370 2008-10-02 01:15:58 +02:00
Lennart Poettering
54afcf2598 inform dsp_empty_socket() *after* we emptied the dsp socket, that it is now empty 2008-10-02 01:02:31 +02:00
Lennart Poettering
9f5d052d93 make simple protocol not crash when allocating a memory block 2008-10-02 00:04:02 +02:00
Lennart Poettering
cf3f80e8b4 when killing gconf helper, loop over EINTR 2008-10-01 23:42:32 +02:00
Lennart Poettering
ea15ca9862 PA_WARN_REFERENCE works only for ELF targets 2008-10-01 14:49:00 +02:00
Lennart Poettering
3853070a21 don't hit an assert if a kernel driver reports invalid dB information, instead just warn the user 2008-10-01 04:15:05 +02:00
Lennart Poettering
5d18b62033 remove useless log message 2008-10-01 03:54:01 +02:00
Lennart Poettering
4b67ea166a remove useless log message, re #367 2008-10-01 03:44:03 +02:00
Lennart Poettering
99acad7782 fix support for ALSA devices which lack dB information 2008-10-01 03:26:45 +02:00
Lennart Poettering
c4bdc2fbbb it's --daemonize, not --daemon 2008-10-01 01:59:50 +02:00
Lennart Poettering
9e79c875a5 Merge commit 'coling/master' 2008-10-01 01:52:14 +02:00
Lennart Poettering
644f39d261 a few FreeBSD fixes, from alexis
Signed-off-by: Lennart Poettering <lennart@poettering.net>
2008-10-01 01:31:56 +02:00
Lennart Poettering
f04cfcd4f0 replace module-volume-restore by module-stream-restore in system mode, too 2008-10-01 01:24:47 +02:00
Lennart Poettering
6d7450462b it might be a bit too early to initialize bluetooth by default for now, since it's still very rough around the edges 2008-10-01 01:23:35 +02:00
Lennart Poettering
0c3eb9f478 fix typo in default.conf, closes bug #354 2008-10-01 01:19:01 +02:00
Lennart Poettering
00b70a8bdb follow PropertyChanged signals from BlueZ 2008-10-01 01:16:43 +02:00
Lennart Poettering
d299ac5d93 Some man page updates, add missing documentation, other fixes. 2008-10-01 01:15:44 +02:00
Lennart Poettering
79ad4e63f6 Make the shared memory segment size configurable
This is useful only on systems where memory overcommit is not available
or disabled.
2008-10-01 01:14:36 +02:00
Nix
a84b72bf96 esound auth-ip-acl fix
[...]

iv) module-protocol-stub has a one-character typo that breaks
auth-ip-acl for the esound TCP module, patch:

Unbreak esound auth-ip-acl.

Signed-off-by: Lennart Poettering <lennart@poettering.net>
2008-09-29 22:06:14 +02:00
Stelian Ionescu
564ef2b71f have make_random_dir respect $TMPDIR
with the attached patch, make_random_dir first tries to use $TMPDIR,
then $TMP finally defaulting to "/tmp"

Signed-off-by: Lennart Poettering <lennart@poettering.net>
2008-09-29 21:59:57 +02:00
Lennart Poettering
f5c301d9f4 make module-bluetooth-discover actually load modules and smaller other fixes 2008-09-29 21:45:00 +02:00
Lennart Poettering
3f4bc0368d all kinds of minor type, memory leak, initializatio fixes 2008-09-29 21:43:28 +02:00
Lennart Poettering
a35f84a4f9 instead of failing when the requested sampling rate is not available find the next one that is higher 2008-09-29 21:42:29 +02:00
Lennart Poettering
aa1974b7a0 Use the same module parameter names for module-bluetooth-device as for most other modules 2008-09-29 21:40:52 +02:00
Lennart Poettering
7923731e18 use TRUE for pa_bool_t arguments 2008-09-29 21:36:42 +02:00
Lennart Poettering
60e9744f28 remove a few compiler warnings in BlueZ code 2008-09-29 21:34:18 +02:00
Fabian Affolter
8c2a7c8707 Some strings done in German translation
Transmitted-via: Transifex (translate.fedoraproject.org)
2008-09-29 10:59:38 +00:00
Lennart Poettering
87971c8707 fix compilation errors in priority queue code 2008-09-27 16:31:56 +02:00
Lennart Poettering
9adf7c56b8 ignore bt proximity helper 2008-09-26 09:51:25 -07:00
Lennart Poettering
3ad8c04564 add a generic priority queue implementation 2008-09-26 09:49:52 -07:00
Lennart Poettering
3e16d2f40d make pa_idxset_trivial_compare_func() do a full compare instea of just equakity check 2008-09-26 09:35:49 -07:00
Lennart Poettering
183f2e0bff some minor fixes and cleanups in the bt code 2008-09-26 09:35:00 -07:00
Igor Pires Soares
4b459850c4 pt_BR added to LINGUAS
Transmitted-via: Transifex (translate.fedoraproject.org)
2008-09-24 14:19:25 +00:00
Herli Joaquim de Menezes
7f8d4bca15 Transmitted-via: Transifex (translate.fedoraproject.org) 2008-09-21 21:07:36 +00:00
Herli Joaquim de Menezes
5108b3d27a Transmitted-via: Transifex (translate.fedoraproject.org) 2008-09-21 21:06:12 +00:00
Herli Joaquim de Menezes
62b4b58372 Strings do PulseAudio traduzidas para o português do Brasil.
Transmitted-via: Transifex (translate.fedoraproject.org)
2008-09-21 20:19:21 +00:00
Lennart Poettering
6188737021 make sure ~/.pulse exists before we create the runtime dir link beneath it 2008-09-12 17:39:08 +03:00
Fabian Affolter
18d89999e3 Some strings done in German translation
Transmitted-via: Transifex (translate.fedoraproject.org)
2008-09-11 14:27:38 +00:00
Lennart Poettering
d68c2c9f43 replace Makefile stub copies by symlinks 2008-09-11 01:41:08 +03:00
Lennart Poettering
8257214200 enable bluetooth by default 2008-09-11 01:40:40 +03:00
Lennart Poettering
c0a1706428 downgrade a D-Bus log message to debug 2008-09-11 01:40:18 +03:00
Lennart Poettering
db955e87ec add trivial redirecting makefile to bt dir 2008-09-11 01:39:20 +03:00
João Paulo Rechi Vita
4ae124b1c9 Move bluetooth proximity module to src/modules/bluetooth/ 2008-09-11 01:12:10 +03:00
João Paulo Rechi Vita
8b02c2fbc1 Change all int vars that doesn't allow negative values to uint 2008-09-11 01:12:10 +03:00
João Paulo Rechi Vita
78a3c72f60 Move bluetooth discover and device modules to src/modules/bluetooth 2008-09-11 01:12:10 +03:00