summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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-182-1/+5
| | * | 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-182-0/+10
| | * | 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
| | * | add LADSPA sink than can be piggy-backed ontop of another sinkLennart Poettering2007-09-173-1/+1176
| | * | print a message when we fall back on plughwLennart Poettering2007-09-171-0/+1
| | * | add a locale-independant pa_atof() implementationLennart Poettering2007-09-173-3/+61
| | * | hide sig2str-testLennart Poettering2007-09-170-0/+0
| | * | fall back to plughw: if hw: doesn't workLennart Poettering2007-09-171-15/+37
| | * | Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ...Lennart Poettering2007-09-177-21/+129
| | * | drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ...Lennart Poettering2007-09-1713-24/+22
| | * | once.c is no longer POSIX specific. Since it is now considerably more advance...Lennart Poettering2007-09-174-75/+3
| | * | on Linu disable lazy binding altogetherLennart Poettering2007-09-171-1/+17
| | * | add missing initializationLennart Poettering2007-09-171-1/+1
| | * | Add a special ltdl .so loader that avoids lazy frelocations during runtimeLennart Poettering2007-09-175-35/+197
| | * | use priority inheritance on mutexes where applicableLennart Poettering2007-09-1710-15/+48
| | * | add proper boolean type pa_bool_tLennart Poettering2007-09-1610-56/+83
| | * | use gcc const and pure function attributes wherever applicableLennart Poettering2007-09-1610-36/+73
| | * | add a new module module-remap-sink which can be used to remap the channel map...Lennart Poettering2007-09-162-1/+337
| | * | add a "length" argument to the seek functions, as an optimization to request ...Lennart Poettering2007-09-1611-50/+94
| | * | split memblocks into multiples of the mempool tile sizeLennart Poettering2007-09-161-3/+6
| | * | add new API pa_mempool_block_size_max() to query the maximum tile sizeLennart Poettering2007-09-162-1/+9
| | * | * add a new resampler "copy" which is does not change sample rates but copies...Lennart Poettering2007-09-162-3/+67
| | * | properly define MAX/MIN macrosLennart Poettering2007-09-161-2/+7
| | * | add missing header file changes for frame alignment apisLennart Poettering2007-09-161-0/+4
| | * | be a little bit more elaborate on the reason why we drop to software volume c...Lennart Poettering2007-09-161-5/+6
| | * | add frame alignment APIs; don't require memory to be writable when silencing ...Lennart Poettering2007-09-161-2/+21
| | * | trivial typoLennart Poettering2007-09-151-1/+1
| | * | count corked streams per sink/source and make pa_sink_used_by() return only t...Lennart Poettering2007-09-157-7/+64
| | * | Move attaching/detaching from a pa_rtpoll into pa_sink proper, remove it from...Lennart Poettering2007-09-146-30/+150