summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rework zeroconf service publishing, to use synchronous hooks instead of async...Lennart Poettering2007-09-241-340/+198
* 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-2412-214/+196
* instead of using the mixer ioctl()s on the dsp fd, open a seperate fd for the...Lennart Poettering2007-09-233-192/+290
* 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
* Fix the assignment of control values by using the right variable for indexing.Tanu Kaskinen2007-09-221-1/+1
* Correct the parameter positions with the pa_cvolume_set() call.Tanu Kaskinen2007-09-221-1/+1
* minor optimizationLennart Poettering2007-09-221-2/+3
* include the name of the master sink in the name for piggy-backed virtual sinksLennart Poettering2007-09-222-23/+30
* prefix by order macros with PA_Lennart Poettering2007-09-228-93/+96
* 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
* add test program for the resamplerLennart Poettering2007-09-222-4/+237
* allow _unlink() functions to be called as many times as people want, even bef...Lennart Poettering2007-09-214-35/+87
* clamp sample data to -1 .. 1, before passing it to the plugin; if a control p...Lennart Poettering2007-09-211-33/+123
* add CLAMP macroLennart Poettering2007-09-211-1/+5
* don't segfault when the master changesLennart Poettering2007-09-201-15/+9
* properly detach/attach when moving sink inputsLennart Poettering2007-09-201-0/+20
* rework module-combine againLennart Poettering2007-09-201-187/+245
* maintain the attach status in a boolean variable 'attach' accessible from the...Lennart Poettering2007-09-206-89/+109
* render new data always in the master sink's thread, fixing missing lockingLennart Poettering2007-09-191-65/+133
* make sure we initialize thread private data before we move our ghost sink to ...Lennart Poettering2007-09-191-3/+4
* fix trivial typoLennart Poettering2007-09-191-1/+1
* fix check for lrintf, make resample2.c again identical to upstream ffmpegLennart Poettering2007-09-192-7/+11
* make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always...Lennart Poettering2007-09-1916-119/+101
* copy free_cb into a temporary variable first, to avoid compiler warningLennart Poettering2007-09-191-1/+2
* fall back to plughw:, if hw: doesn't work, in the alsa source, tooLennart Poettering2007-09-182-16/+42
* properly release memblock always abd as soon as possibleLennart Poettering2007-09-181-5/+6
* make use of pa_bool_t on a few places where applicable; really start work_cbLennart Poettering2007-09-182-30/+30
* lower SO_PRIORITY priority to 6, since this is the best we get without being ...Lennart Poettering2007-09-181-1/+1
* make rtp send socket low delayLennart Poettering2007-09-182-1/+3
* add new pa_socket_udp_low_delay() APILennart Poettering2007-09-182-1/+36
* add two missing header file inclusionsLennart Poettering2007-09-182-0/+2
* bug fixes for module-rtp-recvLennart Poettering2007-09-181-9/+22
* make sure we don't call pa_source_post() for a monitor source after it was un...Lennart Poettering2007-09-181-2/+2
* If PTHREAD_PRIO_INHERIT mutexes are not available fall back to normal mutexesLennart Poettering2007-09-181-2/+22
* port module-rtp-send.c to lock-free coreLennart Poettering2007-09-187-265/+352
* actually close the alsa device before we try to reopen it as plughwLennart Poettering2007-09-181-0/+3
* strtof() is a rather recent addition to C. Fall back to strtod() if it isn'tPierre Ossman2007-09-181-0/+4
* NSIG seems to be more common than _NSIG.Pierre Ossman2007-09-181-1/+1
* Emulate lrintf with simple truncation if it isn't available.Pierre Ossman2007-09-181-0/+7
* Make sure the header file is only included on linux (as this is a linux-onlyPierre Ossman2007-09-181-1/+4
* NSIG is not defined by neither C99 nor POSIX so we can't rely on it.Pierre Ossman2007-09-181-2/+7