| Commit message (Expand) | Author | Age | Files | Lines |
* | fix error handling | Lennart Poettering | 2007-10-28 | 2 | -23/+22 |
* | don't use errno on EOF | Lennart Poettering | 2007-10-28 | 1 | -16/+16 |
* | port module-esound-sink to new core | Lennart Poettering | 2007-10-27 | 2 | -137/+353 |
* | don't use SIGRTMAX, for compatibility with valgrind which apparently uses thi... | Lennart Poettering | 2007-10-27 | 1 | -1/+2 |
* | minor cleanup | Lennart Poettering | 2007-10-27 | 1 | -11/+8 |
* | minor fix to make gcc shut up | Lennart Poettering | 2007-10-27 | 1 | -1/+1 |
* | minor fixups, to make the test more deterministic | Lennart Poettering | 2007-10-27 | 1 | -0/+5 |
* | 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 | 3 | -0/+10 |
* | add pa_rtclock_usec() API | Lennart Poettering | 2007-10-27 | 2 | -0/+9 |
* | add pa_timeval_load() API | Lennart Poettering | 2007-10-27 | 2 | -1/+12 |
* | Add "support" for plugins that have control output ports, i.e. don't crash on... | Tanu Kaskinen | 2007-10-25 | 1 | -3/+18 |
* | A couple of comment typo fixes. | Tanu Kaskinen | 2007-10-25 | 2 | -2/+2 |
* | fix alsa mmap initialization bogosity, discovered by Jyri Sarha | Lennart Poettering | 2007-10-24 | 1 | -3/+8 |
* | add better time interpolator: use linear regression to determine gradient from | Lennart Poettering | 2007-10-23 | 4 | -6/+439 |
* | add definition of PA_USEC_PER_MSEC | Lennart Poettering | 2007-10-23 | 1 | -0/+1 |
* | properly copy error string | Lennart Poettering | 2007-10-23 | 2 | -6/+6 |
* | also port over JACK source to new core | Lennart Poettering | 2007-10-22 | 3 | -152/+166 |
* | enable jack sink in Makefile | Lennart Poettering | 2007-10-22 | 1 | -12/+12 |
* | Port JACK sink module over from old core | Lennart Poettering | 2007-10-22 | 1 | -152/+196 |
* | minor fixup | Lennart Poettering | 2007-10-22 | 1 | -1/+1 |
* | add interleaving/deinterleaving APIs | Lennart Poettering | 2007-10-22 | 2 | -0/+60 |
* | Properly handle if ALSA sends us an POLLERR event, this should allow us to su... | Lennart Poettering | 2007-10-17 | 3 | -10/+66 |
* | add missing poll.h inclusion | Lennart Poettering | 2007-10-07 | 1 | -6/+7 |
* | add missing poll.h inclusion | Lennart Poettering | 2007-10-07 | 1 | -14/+15 |
* | add missing poll.h inclusion | Lennart Poettering | 2007-10-07 | 1 | -0/+1 |
* | s/timespec/timeval | Lennart Poettering | 2007-10-07 | 1 | -16/+17 |
* | fix build | Lennart Poettering | 2007-10-07 | 1 | -4/+14 |
* | add new API function pa_timeval_store() | Lennart Poettering | 2007-10-07 | 2 | -2/+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 |
* | Don't call pa_rtsig_configure() when we lack the necessary defines. | Pierre Ossman | 2007-10-03 | 1 | -0/+2 |
* | module_ladspa used libltdl so make sure it links against it. | Pierre Ossman | 2007-10-03 | 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 | 13 | -24/+82 |
* | 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 | 6 | -149/+79 |
* | Replace all references to sys/poll.h with poll.h as that's what POSIX defines. | Pierre Ossman | 2007-10-03 | 2 | -4/+4 |
* | 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 | 7 | -102/+158 |
* | 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 |
* | Update module-solaris to new structure. | Pierre Ossman | 2007-09-28 | 2 | -307/+395 |
* | treat timer_enabled like a real, grown-up boolean variable | Lennart Poettering | 2007-09-28 | 1 | -3/+3 |
* | rework module-combine once again. We now run the data generation always in a ... | Lennart Poettering | 2007-09-28 | 1 | -336/+208 |
* | Move the poll() call outside the #ifdef checking for ppoll, since we want the... | Lennart Poettering | 2007-09-28 | 1 | -61/+60 |
* | use the full range of RTSIGS for our stuff | Lennart Poettering | 2007-09-28 | 1 | -10/+10 |