| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | * don't increase tsched_watermark on underrun without limits | Lennart Poettering | 2008-04-22 | 2 | -167/+98 |
| | * | show configure latency metrics | Lennart Poettering | 2008-04-22 | 1 | -2/+10 |
| | * | some beautification updates, show msec instead of usec everywhere | Lennart Poettering | 2008-04-22 | 1 | -52/+58 |
| | * | if no timer was armed, we don't need to disarm it | Lennart Poettering | 2008-04-22 | 1 | -7/+13 |
| | * | if no latency was configure for a sink/source, fill in the max latency automa... | Lennart Poettering | 2008-04-22 | 2 | -0/+6 |
| | * | add new function pa_alsa_recover_from_poll() to merge common core from module... | Lennart Poettering | 2008-04-22 | 2 | -2/+51 |
| | * | implement --process-time | Lennart Poettering | 2008-04-22 | 1 | -24/+35 |
| | * | make sure the client buffer has space for 2*minreq+tlength. Explain why | Lennart Poettering | 2008-04-22 | 1 | -9/+24 |
| | * | - Change meaning of special values of latency request: 0 -> "minimal latency,... | Lennart Poettering | 2008-04-22 | 6 | -26/+33 |
| | * | properly initialize memblock->is_silence for imported memory blocks; make is_... | Lennart Poettering | 2008-04-22 | 1 | -8/+7 |
| | * | improve dB volume calculation | Lennart Poettering | 2008-04-20 | 2 | -4/+4 |
| | * | fix C++ compat | Lennart Poettering | 2008-04-20 | 1 | -1/+1 |
| | * | initialize properties for ALSA sinks/sources more elaborately, re #277 | Lennart Poettering | 2008-04-20 | 4 | -26/+78 |
| | * | use the sink description instead of the name to choose the description for th... | Lennart Poettering | 2008-04-20 | 1 | -4/+3 |
| | * | drop a redundant pa_init_proplist(), properly set MEDIA_NAME property on stre... | Lennart Poettering | 2008-04-20 | 1 | -3/+1 |
| | * | rename sink_input->rewind to process_rewind() and set_max_rewind to update_ma... | Lennart Poettering | 2008-04-20 | 9 | -41/+41 |
| | * | Big pile of dependant changes: | Lennart Poettering | 2008-04-20 | 20 | -517/+936 |
| | * | maintain a global silence memblock cache | Lennart Poettering | 2008-04-20 | 2 | -0/+4 |
| | * | fix for new location of gccmacro.h | Lennart Poettering | 2008-04-20 | 9 | -9/+11 |
| | * | we have not periodic timers anymore | Lennart Poettering | 2008-04-20 | 1 | -1/+1 |
| | * | update to recent changes of proplist api | Lennart Poettering | 2008-04-20 | 1 | -6/+7 |
| | * | split user supplied data in multiple memory blocks if necessary to fit in one... | Lennart Poettering | 2008-04-20 | 1 | -13/+38 |
| | * | increase the default pool size to 16MB because we now need to keep a lot more... | Lennart Poettering | 2008-04-20 | 1 | -3/+3 |
| | * | add lower boundary for artifical latencies | Lennart Poettering | 2008-04-20 | 1 | -5/+17 |
| | * | follow pa_pstream_use_shm->pa_pstream_enable_shm rename | Lennart Poettering | 2008-04-20 | 1 | -1/+1 |
| | * | add new pa_pstream_get_shm() API, rename pa_pstream_use_shm() to pa_pstream_e... | Lennart Poettering | 2008-04-20 | 2 | -27/+37 |
| | * | remove debug messages | Lennart Poettering | 2008-04-20 | 1 | -6/+6 |
| | * | add new silence memblock caching subsystem | Lennart Poettering | 2008-04-20 | 2 | -45/+119 |
| | * | add new API function pa_memchunk_memcpy() | Lennart Poettering | 2008-04-20 | 2 | -0/+23 |
| | * | print a message on xrun | Lennart Poettering | 2008-04-20 | 1 | -3/+17 |
| | * | add new rtstutter tool which can be used generate artifical scheduling latenc... | Lennart Poettering | 2008-04-17 | 2 | -5/+118 |
| | * | define PA_xxxSEC_PER_yyySEC for usec, too | Lennart Poettering | 2008-04-17 | 1 | -0/+2 |
| | * | the pointer to rewind() may actually be NULL | Lennart Poettering | 2008-04-14 | 2 | -4/+3 |
| | * | properly ask the sink to rewind on new sink inputs and when they disappear | Lennart Poettering | 2008-04-14 | 1 | -3/+3 |
| | * | make sure to clear all queued RT signals before arm a new timer | Lennart Poettering | 2008-04-14 | 1 | -2/+14 |
| | * | add _cb suffix to _max_rewind function like with all other functions, too | Lennart Poettering | 2008-04-14 | 1 | -2/+2 |
| | * | add missing 'break's in switch | Lennart Poettering | 2008-04-11 | 1 | -0/+2 |
| | * | s/pulsecore\/gccmacro.h/pulse\/gccmacro.h/ | Lennart Poettering | 2008-04-11 | 19 | -15/+22 |
| | * | register sink/source name as first step when creating a new sink/source so th... | Lennart Poettering | 2008-04-11 | 2 | -40/+36 |
| | * | dump all info we know about sinks/sources/... in pactl | Lennart Poettering | 2008-04-11 | 1 | -40/+65 |
| | * | properly initialize ->memblockq | Lennart Poettering | 2008-04-11 | 1 | -0/+1 |
| | * | add new pa_get_state_dir() function, move pa_strnull() here | Lennart Poettering | 2008-04-11 | 2 | -1/+36 |
| | * | fix help string for volume commands | Lennart Poettering | 2008-04-11 | 1 | -4/+4 |
| | * | fix packet formatting for a few commands | Lennart Poettering | 2008-04-11 | 1 | -9/+10 |
| | * | mark shm marker struct as packed, to guarantee identical sizes between archs | Lennart Poettering | 2008-04-11 | 1 | -2/+4 |
| | * | add new PA_GCC_PACKED macro | Lennart Poettering | 2008-04-11 | 1 | -0/+9 |
| | * | make shm magic marker compat with multiarch systems where 64bit and 32bit pro... | Lennart Poettering | 2008-04-11 | 1 | -4/+4 |
| | * | don't fail if a signalled writability of STDOUT is no longer true when we try... | Lennart Poettering | 2008-04-11 | 1 | -0/+7 |
| | * | update list-xxx commands a bit | Lennart Poettering | 2008-04-11 | 1 | -10/+10 |
| | * | don't print 'signal' each time a rtpoll poll() call is canceled | Lennart Poettering | 2008-04-11 | 1 | -1/+1 |