summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix error handlingLennart Poettering2007-10-282-23/+22
* don't use errno on EOFLennart Poettering2007-10-281-16/+16
* port module-esound-sink to new coreLennart Poettering2007-10-272-137/+353
* don't use SIGRTMAX, for compatibility with valgrind which apparently uses thi...Lennart Poettering2007-10-271-1/+2
* minor cleanupLennart Poettering2007-10-271-11/+8
* minor fix to make gcc shut upLennart Poettering2007-10-271-1/+1
* minor fixups, to make the test more deterministicLennart Poettering2007-10-271-0/+5
* add ability to "pause" the input time temporarily. don't accidently overwrite...Lennart Poettering2007-10-272-4/+64
* modernize pa_iochannel a bit, add pa_iochannel_get_send_fd()Lennart Poettering2007-10-273-46/+52
* add missing pa_smoother destructorLennart Poettering2007-10-273-0/+10
* add pa_rtclock_usec() APILennart Poettering2007-10-272-0/+9
* add pa_timeval_load() APILennart Poettering2007-10-272-1/+12
* Add "support" for plugins that have control output ports, i.e. don't crash on...Tanu Kaskinen2007-10-251-3/+18
* A couple of comment typo fixes.Tanu Kaskinen2007-10-252-2/+2
* fix alsa mmap initialization bogosity, discovered by Jyri SarhaLennart Poettering2007-10-241-3/+8
* add better time interpolator: use linear regression to determine gradient fromLennart Poettering2007-10-234-6/+439
* add definition of PA_USEC_PER_MSECLennart Poettering2007-10-231-0/+1
* properly copy error stringLennart Poettering2007-10-232-6/+6
* also port over JACK source to new coreLennart Poettering2007-10-223-152/+166
* enable jack sink in MakefileLennart Poettering2007-10-221-12/+12
* Port JACK sink module over from old coreLennart Poettering2007-10-221-152/+196
* minor fixupLennart Poettering2007-10-221-1/+1
* add interleaving/deinterleaving APIsLennart Poettering2007-10-222-0/+60
* Properly handle if ALSA sends us an POLLERR event, this should allow us to su...Lennart Poettering2007-10-173-10/+66
* add missing poll.h inclusionLennart Poettering2007-10-071-6/+7
* add missing poll.h inclusionLennart Poettering2007-10-071-14/+15
* add missing poll.h inclusionLennart Poettering2007-10-071-0/+1
* s/timespec/timevalLennart Poettering2007-10-071-16/+17
* fix buildLennart Poettering2007-10-071-4/+14
* add new API function pa_timeval_store()Lennart Poettering2007-10-072-2/+14
* Fix build; change return value of pa_rtclock_hrtimer() to pa_boolLennart Poettering2007-10-072-8/+9
* fix poll.h check, bad boy ossman brokeLennart Poettering2007-10-041-1/+1
* Don't call pa_rtsig_configure() when we lack the necessary defines.Pierre Ossman2007-10-031-0/+2
* module_ladspa used libltdl so make sure it links against it.Pierre Ossman2007-10-031-1/+1
* Platform dependent semaphore implementation for Windows.Pierre Ossman2007-10-031-0/+65
* Assorted minor Windows compatibility fixes for recent code updates.Pierre Ossman2007-10-0313-24/+82
* Add stubs when RT signals aren't available.Pierre Ossman2007-10-031-0/+20
* Adapt rtpoll and friends to Windows by replacing timespec with timeval andPierre Ossman2007-10-036-149/+79
* Replace all references to sys/poll.h with poll.h as that's what POSIX defines.Pierre Ossman2007-10-032-4/+4
* update native protocol to make use of pa_memblockq_pop_missingLennart Poettering2007-10-011-88/+89
* Move request size handling into pa_memblockq, function pa_memblockq_pop_missi...Lennart Poettering2007-10-012-31/+108
* Fix race condition between IO thread creation and pa_sink_put(). Move activat...Lennart Poettering2007-10-017-102/+158
* fix trivial typoLennart Poettering2007-10-011-1/+1
* fix silence initializer for alaw and ulawLennart Poettering2007-10-011-2/+4
* Fixed PA_GCC_CONST definition.Tanu Kaskinen2007-09-301-2/+2
* Update module-solaris to new structure.Pierre Ossman2007-09-282-307/+395
* treat timer_enabled like a real, grown-up boolean variableLennart Poettering2007-09-281-3/+3
* rework module-combine once again. We now run the data generation always in a ...Lennart Poettering2007-09-281-336/+208
* Move the poll() call outside the #ifdef checking for ppoll, since we want the...Lennart Poettering2007-09-281-61/+60
* use the full range of RTSIGS for our stuffLennart Poettering2007-09-281-10/+10