summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* 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-272-0/+7
* add pa_rtclock_usec() APILennart Poettering2007-10-272-0/+9
* A couple of comment typo fixes.Tanu Kaskinen2007-10-252-2/+2
* add better time interpolator: use linear regression to determine gradient fromLennart Poettering2007-10-232-0/+354
* add interleaving/deinterleaving APIsLennart Poettering2007-10-222-0/+60
* fix buildLennart Poettering2007-10-071-4/+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
* Platform dependent semaphore implementation for Windows.Pierre Ossman2007-10-031-0/+65
* Assorted minor Windows compatibility fixes for recent code updates.Pierre Ossman2007-10-0312-22/+80
* 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-034-133/+63
* 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-012-30/+30
* 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
* treat timer_enabled like a real, grown-up boolean variableLennart Poettering2007-09-281-3/+3
* Move the poll() call outside the #ifdef checking for ppoll, since we want the...Lennart Poettering2007-09-281-61/+60
* Allocate rtsigs from back to front, to avoid clashes with other libraries mak...Lennart Poettering2007-09-281-12/+13
* Incorrectly used str2sig() instead of sig2str().Pierre Ossman2007-09-281-1/+1
* don't free silence memblocks that don't existLennart Poettering2007-09-281-3/+4
* speed up semaphore allocation with an flistLennart Poettering2007-09-281-7/+14
* Use Linux eventfd() if kernel supports itLennart Poettering2007-09-261-19/+100
* fix build with compilers that lack __threadLennart Poettering2007-09-261-1/+1
* only post data into the monitor source when it is not suspendedLennart Poettering2007-09-241-2/+2
* * add new state changed hook for streamsLennart Poettering2007-09-243-0/+18
* fix IDLE vs. RUNNING state handling of sinks/sources when changing cork statu...Lennart Poettering2007-09-242-0/+10
* add hooks for name/description changes of sinks/source and streamsLennart Poettering2007-09-245-6/+22
* fix stream corking: ignore pa_sink_input() when we are in corked stateLennart Poettering2007-09-241-1/+4
* don't count streams using the monitor source in pa_sink_used_by(), because th...Lennart Poettering2007-09-242-9/+14
* drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were...Lennart Poettering2007-09-243-11/+3
* use O_NOFOLLOW when creating lock files, tooLennart Poettering2007-09-231-38/+41
* use O_NOFOLLOW when creating PID file, to avoid symlink vulnerabilityLennart Poettering2007-09-231-4/+8
* Added an assertion for the case when the sink programmer hasn't installed the...Tanu Kaskinen2007-09-231-1/+3
* Comment typo fix.Tanu Kaskinen2007-09-231-1/+1
* minor optimizationLennart Poettering2007-09-221-2/+3
* prefix by order macros with PA_Lennart Poettering2007-09-227-92/+95
* rework a couple of sample type converters, to actually workLennart Poettering2007-09-222-45/+16
* - rework volume adjustment code to not require fpLennart Poettering2007-09-221-43/+33
* fix selection of working formatLennart Poettering2007-09-221-60/+63
* make use of byte swap builtins of gcc if they are availableLennart Poettering2007-09-221-0/+11
* allow _unlink() functions to be called as many times as people want, even bef...Lennart Poettering2007-09-214-35/+87
* add CLAMP macroLennart Poettering2007-09-211-1/+5
* properly detach/attach when moving sink inputsLennart Poettering2007-09-201-0/+20
* maintain the attach status in a boolean variable 'attach' accessible from the...Lennart Poettering2007-09-206-89/+109
* make sure we initialize thread private data before we move our ghost sink to ...Lennart Poettering2007-09-191-3/+4