| Commit message (Expand) | Author | Age | Files | Lines |
* | add ability to "pause" the input time temporarily. don't accidently overwrite... | Lennart Poettering | 2007-10-27 | 2 | -4/+64 |
* | modernize pa_iochannel a bit, add pa_iochannel_get_send_fd() | Lennart Poettering | 2007-10-27 | 3 | -46/+52 |
* | add missing pa_smoother destructor | Lennart Poettering | 2007-10-27 | 2 | -0/+7 |
* | add pa_rtclock_usec() API | Lennart Poettering | 2007-10-27 | 2 | -0/+9 |
* | A couple of comment typo fixes. | Tanu Kaskinen | 2007-10-25 | 2 | -2/+2 |
* | add better time interpolator: use linear regression to determine gradient from | Lennart Poettering | 2007-10-23 | 2 | -0/+354 |
* | add interleaving/deinterleaving APIs | Lennart Poettering | 2007-10-22 | 2 | -0/+60 |
* | fix build | Lennart Poettering | 2007-10-07 | 1 | -4/+14 |
* | Fix build; change return value of pa_rtclock_hrtimer() to pa_bool | Lennart Poettering | 2007-10-07 | 2 | -8/+9 |
* | fix poll.h check, bad boy ossman broke | Lennart Poettering | 2007-10-04 | 1 | -1/+1 |
* | Platform dependent semaphore implementation for Windows. | Pierre Ossman | 2007-10-03 | 1 | -0/+65 |
* | Assorted minor Windows compatibility fixes for recent code updates. | Pierre Ossman | 2007-10-03 | 12 | -22/+80 |
* | Add stubs when RT signals aren't available. | Pierre Ossman | 2007-10-03 | 1 | -0/+20 |
* | Adapt rtpoll and friends to Windows by replacing timespec with timeval and | Pierre Ossman | 2007-10-03 | 4 | -133/+63 |
* | update native protocol to make use of pa_memblockq_pop_missing | Lennart Poettering | 2007-10-01 | 1 | -88/+89 |
* | Move request size handling into pa_memblockq, function pa_memblockq_pop_missi... | Lennart Poettering | 2007-10-01 | 2 | -31/+108 |
* | Fix race condition between IO thread creation and pa_sink_put(). Move activat... | Lennart Poettering | 2007-10-01 | 2 | -30/+30 |
* | fix trivial typo | Lennart Poettering | 2007-10-01 | 1 | -1/+1 |
* | fix silence initializer for alaw and ulaw | Lennart Poettering | 2007-10-01 | 1 | -2/+4 |
* | Fixed PA_GCC_CONST definition. | Tanu Kaskinen | 2007-09-30 | 1 | -2/+2 |
* | treat timer_enabled like a real, grown-up boolean variable | Lennart Poettering | 2007-09-28 | 1 | -3/+3 |
* | Move the poll() call outside the #ifdef checking for ppoll, since we want the... | Lennart Poettering | 2007-09-28 | 1 | -61/+60 |
* | Allocate rtsigs from back to front, to avoid clashes with other libraries mak... | Lennart Poettering | 2007-09-28 | 1 | -12/+13 |
* | Incorrectly used str2sig() instead of sig2str(). | Pierre Ossman | 2007-09-28 | 1 | -1/+1 |
* | don't free silence memblocks that don't exist | Lennart Poettering | 2007-09-28 | 1 | -3/+4 |
* | speed up semaphore allocation with an flist | Lennart Poettering | 2007-09-28 | 1 | -7/+14 |
* | Use Linux eventfd() if kernel supports it | Lennart Poettering | 2007-09-26 | 1 | -19/+100 |
* | fix build with compilers that lack __thread | Lennart Poettering | 2007-09-26 | 1 | -1/+1 |
* | only post data into the monitor source when it is not suspended | Lennart Poettering | 2007-09-24 | 1 | -2/+2 |
* | * add new state changed hook for streams | Lennart Poettering | 2007-09-24 | 3 | -0/+18 |
* | fix IDLE vs. RUNNING state handling of sinks/sources when changing cork statu... | Lennart Poettering | 2007-09-24 | 2 | -0/+10 |
* | add hooks for name/description changes of sinks/source and streams | Lennart Poettering | 2007-09-24 | 5 | -6/+22 |
* | fix stream corking: ignore pa_sink_input() when we are in corked state | Lennart Poettering | 2007-09-24 | 1 | -1/+4 |
* | don't count streams using the monitor source in pa_sink_used_by(), because th... | Lennart Poettering | 2007-09-24 | 2 | -9/+14 |
* | drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were... | Lennart Poettering | 2007-09-24 | 3 | -11/+3 |
* | use O_NOFOLLOW when creating lock files, too | Lennart Poettering | 2007-09-23 | 1 | -38/+41 |
* | use O_NOFOLLOW when creating PID file, to avoid symlink vulnerability | Lennart Poettering | 2007-09-23 | 1 | -4/+8 |
* | Added an assertion for the case when the sink programmer hasn't installed the... | Tanu Kaskinen | 2007-09-23 | 1 | -1/+3 |
* | Comment typo fix. | Tanu Kaskinen | 2007-09-23 | 1 | -1/+1 |
* | minor optimization | Lennart Poettering | 2007-09-22 | 1 | -2/+3 |
* | prefix by order macros with PA_ | Lennart Poettering | 2007-09-22 | 7 | -92/+95 |
* | rework a couple of sample type converters, to actually work | Lennart Poettering | 2007-09-22 | 2 | -45/+16 |
* | - rework volume adjustment code to not require fp | Lennart Poettering | 2007-09-22 | 1 | -43/+33 |
* | fix selection of working format | Lennart Poettering | 2007-09-22 | 1 | -60/+63 |
* | make use of byte swap builtins of gcc if they are available | Lennart Poettering | 2007-09-22 | 1 | -0/+11 |
* | allow _unlink() functions to be called as many times as people want, even bef... | Lennart Poettering | 2007-09-21 | 4 | -35/+87 |
* | add CLAMP macro | Lennart Poettering | 2007-09-21 | 1 | -1/+5 |
* | properly detach/attach when moving sink inputs | Lennart Poettering | 2007-09-20 | 1 | -0/+20 |
* | maintain the attach status in a boolean variable 'attach' accessible from the... | Lennart Poettering | 2007-09-20 | 6 | -89/+109 |
* | make sure we initialize thread private data before we move our ghost sink to ... | Lennart Poettering | 2007-09-19 | 1 | -3/+4 |