Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Create a new macro for checking compiler support for TLS. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Create a new macro that can be shared between projects to check for __thread support by the compiler. This macro might come useful for xine-lib too so I want to keep it separate for easier importing it over. Name the defined macro SUPPORT_TLS___THREAD to follow the same style as the checks from attributes.m4. | ||||
* | | a few modernizations | Lennart Poettering | 2008-08-18 | 1 | -6/+6 |
| | | |||||
* | | add some code to make invalid valgrind warnings go away | Lennart Poettering | 2008-08-18 | 1 | -1/+13 |
| | | |||||
* | | allow clients to not specify the volume for their streams | Lennart Poettering | 2008-08-18 | 1 | -3/+13 |
| | | |||||
* | | rework validity checking of sink/source/... names | Lennart Poettering | 2008-08-18 | 1 | -18/+43 |
| | | |||||
* | | save a bit of memory | Lennart Poettering | 2008-08-18 | 4 | -26/+29 |
| | | |||||
* | | pass force_refresh=FALSE to all volume/mute read invocations | Lennart Poettering | 2008-08-13 | 3 | -12/+12 |
| | | |||||
* | | rework volume/mute APIs: split out pa_xx_set_soft_volume() and add ↵ | Lennart Poettering | 2008-08-13 | 4 | -14/+38 |
| | | | | | | | | force_refresh argument to read functions | ||||
* | | initialize IP ACLs properly | Lennart Poettering | 2008-08-11 | 2 | -2/+2 |
| | | |||||
* | | otpimize mixing code a bit by moving a few checks out of the inner loops | Lennart Poettering | 2008-08-11 | 1 | -83/+39 |
| | | |||||
* | | optimize volume changing a bit by only using a single counter for the inner ↵ | Lennart Poettering | 2008-08-11 | 1 | -31/+36 |
| | | | | | | | | loops instead of two | ||||
* | | adhere to struct gcc aliasing rules | Lennart Poettering | 2008-08-11 | 1 | -7/+3 |
| | | |||||
* | | fix bad memory access | Lennart Poettering | 2008-08-09 | 1 | -1/+1 |
| | | |||||
* | | adhere to C strict aliasing rules | Lennart Poettering | 2008-08-09 | 1 | -3/+8 |
| | | |||||
* | | don't use PA_GCC_UNUSED anymore | Lennart Poettering | 2008-08-09 | 13 | -58/+58 |
| | | |||||
* | | free regex_t after use | Lennart Poettering | 2008-08-09 | 1 | -4/+11 |
| | | |||||
* | | set errno properly in all functions from pid.c | Lennart Poettering | 2008-08-09 | 1 | -3/+18 |
| | | |||||
* | | set errno properly in all functions from core-util.c | Lennart Poettering | 2008-08-09 | 1 | -23/+95 |
| | |