Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure we send a started messages when we are uncorking | Lennart Poettering | 2008-10-06 | 2 | -0/+7 |
| | |||||
* | disable valgrind macro usage for now since valgrind generates a lot of ↵ | Lennart Poettering | 2008-10-05 | 1 | -7/+11 |
| | | | | spurious warnings as it seems | ||||
* | do not cleanup staticly allocated memory unless we are in valgrind mode | Lennart Poettering | 2008-10-04 | 3 | -0/+9 |
| | |||||
* | add new API function pa_in_valgrind() to check for | Lennart Poettering | 2008-10-04 | 2 | -0/+28 |
| | |||||
* | allow - in sample names | Lennart Poettering | 2008-10-03 | 2 | -12/+20 |
| | |||||
* | make a few casts explicit to remove compiler warnings | Lennart Poettering | 2008-10-03 | 1 | -2/+2 |
| | |||||
* | a bit of late pa_bool_t'ization | Lennart Poettering | 2008-10-03 | 2 | -2/+2 |
| | |||||
* | user lrint() and friends in inner loops instead of normal C casts to speed ↵ | Lennart Poettering | 2008-10-03 | 4 | -12/+12 |
| | | | | up a few things | ||||
* | use PA_FLOAT32_SWAP where useful | Lennart Poettering | 2008-10-03 | 1 | -8/+4 |
| | |||||
* | optimize mixing routines a bit by pulling the multiplication with the global ↵ | Lennart Poettering | 2008-10-03 | 1 | -112/+85 |
| | | | | volume out of the inner loop by applying it first to the per-stream volumes | ||||
* | when we mix into a 16bit accumulator make sure we clamp before we scale with ↵ | Lennart Poettering | 2008-10-02 | 1 | -4/+4 |
| | | | | a volume to avoid range faults when multiplying | ||||
* | make simple protocol not crash when allocating a memory block | Lennart Poettering | 2008-10-02 | 1 | -4/+8 |
| | |||||
* | PA_WARN_REFERENCE works only for ELF targets | Lennart Poettering | 2008-10-01 | 1 | -1/+1 |
| | |||||
* | remove useless log message, re #367 | Lennart Poettering | 2008-10-01 | 1 | -1/+0 |
| | |||||
* | a few FreeBSD fixes, from alexis | Lennart Poettering | 2008-10-01 | 3 | -2/+4 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | Make the shared memory segment size configurable | Lennart Poettering | 2008-10-01 | 6 | -9/+42 |
| | | | | | This is useful only on systems where memory overcommit is not available or disabled. | ||||
* | have make_random_dir respect $TMPDIR | Stelian Ionescu | 2008-09-29 | 1 | -7/+19 |
| | | | | | | | 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> | ||||
* | fix compilation errors in priority queue code | Lennart Poettering | 2008-09-27 | 2 | -3/+4 |
| | |||||
* | add a generic priority queue implementation | Lennart Poettering | 2008-09-26 | 2 | -0/+319 |
| | |||||
* | make pa_idxset_trivial_compare_func() do a full compare instea of just ↵ | Lennart Poettering | 2008-09-26 | 1 | -1/+1 |
| | | | | equakity check | ||||
* | make sure ~/.pulse exists before we create the runtime dir link beneath it | Lennart Poettering | 2008-09-12 | 1 | -3/+8 |
| | |||||
* | make sure peaks resampler also works for very short input buffers | Lennart Poettering | 2008-09-09 | 1 | -11/+20 |
| | |||||
* | unbreak pa_idxset_rrobin | Lennart Poettering | 2008-09-09 | 1 | -2/+1 |
| | |||||
* | move autospawn lock to pulsecore/ since we don't need it in the client anymore | Lennart Poettering | 2008-09-08 | 2 | -0/+362 |
| | |||||
* | Add new option to disable remixing from/to LFE and set it to on by default | Lennart Poettering | 2008-09-05 | 6 | -7/+16 |
| | |||||
* | include build and runtime host information in debug output | Lennart Poettering | 2008-09-05 | 2 | -0/+9 |
| | |||||
* | if we are exiting due to idleness, say so | Lennart Poettering | 2008-09-05 | 1 | -0/+1 |
| | |||||
* | command_get_info() segv in some conditions | Marc-André Lureau | 2008-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | Implement "early requests" mode. | Lennart Poettering | 2008-09-03 | 1 | -34/+138 |
| | | | | | | | PA_STREAM_EARLY_REQUESTS is a new flag that will modify buffering metric selection behaviour a bit. This code is good for broken ALSA/OSS clients that ignore 'readability' on the fds in question and schedule audio via usleep() instead. | ||||
* | Rework pa_machine_id() a bit | Lennart Poettering | 2008-09-03 | 1 | -10/+27 |
| | | | | | Guarantee this function never fails, use POSIX gethostid as last resort. Add comments. | ||||
* | avoid rounding errors on requested buffering metrics | Lennart Poettering | 2008-09-01 | 1 | -11/+18 |
| | |||||
* | output relative timestamps in addition to absolute timestamps when logging | Lennart Poettering | 2008-09-01 | 1 | -4/+14 |
| | |||||
* | remove a few more gcc warnings | Lennart Poettering | 2008-08-30 | 6 | -10/+10 |
| | |||||
* | fix a few compiler warnings on older gcc | Lennart Poettering | 2008-08-29 | 5 | -6/+6 |
| | |||||
* | reword amd64 message | Lennart Poettering | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | change default log level for the library to PA_LOG_ERROR to avoid spamming ↵ | Lennart Poettering | 2008-08-29 | 1 | -1/+1 |
| | | | | to stderr more often | ||||
* | downgrade a few messages | Lennart Poettering | 2008-08-29 | 1 | -4/+4 |
| | |||||
* | the native atomic ops implementation for amd64 seems to work fine | Lennart Poettering | 2008-08-29 | 1 | -3/+3 |
| | |||||
* | Change return value of cmpxchg atomic op to pa_bool_t | Lennart Poettering | 2008-08-29 | 1 | -14/+16 |
| | |||||
* | optionally add timestampts to every line logged | Lennart Poettering | 2008-08-29 | 2 | -9/+32 |
| | |||||
* | fix up latency before calling into stream code, to make sure we don't ask ↵ | Lennart Poettering | 2008-08-29 | 4 | -13/+16 |
| | | | | for too much data to early | ||||
* | rework pa_ulog2 and base it on __builtin_clz if available, make ↵ | Lennart Poettering | 2008-08-29 | 1 | -15/+21 |
| | | | | pa_make_power_of_two based on it | ||||
* | add byte-to-usec and usec-to-byte converters that round up, not down | Lennart Poettering | 2008-08-28 | 2 | -0/+36 |
| | |||||
* | call close() in a loop to catch EINTR | Lennart Poettering | 2008-08-26 | 1 | -1/+9 |
| | |||||
* | add a few missing casts | Lennart Poettering | 2008-08-20 | 5 | -12/+12 |
| | |||||
* | use final glibc eventfd() instead of our homegrown syscall invocations | Lennart Poettering | 2008-08-19 | 1 | -37/+13 |
| | |||||
* | rework cpu limit logic to use monotonic instead of wall clock time | Lennart Poettering | 2008-08-19 | 1 | -0/+1 |
| | |||||
* | simplify pa_start_child_for_read by using ↵ | Lennart Poettering | 2008-08-19 | 1 | -57/+3 |
| | | | | pa_close_all()/pa_reset_sigs()/pa_unblock_sigs() | ||||
* | add a few more gcc warning flags and fix quite a few problems found by doing so | Lennart Poettering | 2008-08-19 | 37 | -326/+346 |
| | |||||
* | Merge commit 'flameeyes/autoconf-2.62' | Lennart Poettering | 2008-08-18 | 1 | -1/+1 |
|\ |