summaryrefslogtreecommitdiff
path: root/src/pulsecore
AgeCommit message (Expand)AuthorFilesLines
2009-06-17alsa: rework mixer logicLennart Poettering8-50/+425
2009-06-17pdispatch: fix s/recieve/receive/ typosLennart Poettering1-2/+2
2009-06-17pstream: fix s/recieve/receive/ typosLennart Poettering1-4/+4
2009-06-17gdbm: set default block size to 1KLennart Poettering1-2/+5
2009-06-17card: get rid of description field which is unusedLennart Poettering1-2/+1
2009-06-17card: make sure to always hand failure code back in some callsLennart Poettering1-10/+19
2009-06-17card: some modernizationsLennart Poettering2-10/+8
2009-06-17core-util: implement pa_maybe_prefix_path()Lennart Poettering2-0/+11
2009-06-17core-util: implement pa_split_spaces_strv()Lennart Poettering2-0/+26
2009-06-17core-util: implement pa_xstrfreev()Lennart Poettering2-0/+18
2009-06-17conf-parse: implement .include directiveLennart Poettering1-7/+43
2009-06-17channelmap: define a couple of standard channel masksLennart Poettering1-0/+59
2009-06-17hashmap: implement pa_hashmap_last()Lennart Poettering2-0/+12
2009-06-17hashmap: implement api to iterate a hashmap backwardsLennart Poettering2-1/+42
2009-06-17idxset: implement pa_idxset_copy()Lennart Poettering2-0/+17
2009-06-08sample: fix build on BE archsLennart Poettering1-1/+1
2009-06-08prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES propertyLennart Poettering4-0/+20
2009-06-08core: replace tabs by spacesLennart Poettering1-31/+31
2009-06-08core: make sure soft mute status stays in sync with hw mute statusLennart Poettering2-2/+10
2009-06-07optimization: Optimized pa_sink_render_full.Jyri Sarha1-3/+2
2009-06-06core: monitor sources need to inherit the suspend cause from their sinksLennart Poettering1-2/+5
2009-06-06core: suppress suspending/resume when we are already in the right stateLennart Poettering2-0/+6
2009-06-06hashmap: introduce PA_HASHMAP_FOREACH macroLennart Poettering2-1/+5
2009-06-05core: add a suspend cause flags fieldLennart Poettering11-24/+67
2009-06-04tdb: include signal.h before tdb.h for compat reasonsLennart Poettering1-0/+3
2009-05-28modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecatedLennart Poettering6-1/+21
2009-05-27modargs: introduce pa_modargs_get_proplist()Lennart Poettering2-5/+70
2009-05-26sndfile: big rework of libsndfile interfacing codeLennart Poettering6-113/+586
2009-05-26core-util: introduce pa_disable_sigpipe()Lennart Poettering2-0/+23
2009-05-25cli: allow easy repeating of commands with '/'Lennart Poettering1-0/+13
2009-05-22core-util: fall back to sysconf(_SC_OPEN_MAX) to find maximum file descriptorLennart Poettering1-4/+6
2009-05-15Add missing headers' include to build on FreeBSD 7.1.Diego Elio 'Flameeyes' Pettenò1-0/+1
2009-05-15When MAP_ANONYMOUS is missing, fallback to MAP_ANON.Diego Elio 'Flameeyes' Pettenò1-0/+5
2009-05-14shm: rework alignment when punching memoryLennart Poettering1-18/+26
2009-05-14macro: include string.h because we need it for memsetLennart Poettering1-0/+1
2009-05-14database: add tdb backendLennart Poettering1-0/+224
2009-05-14database: add gdbm backendLennart Poettering1-0/+246
2009-05-14database: add abstracted database APILennart Poettering1-0/+61
2009-05-13core: automatically add icons for headsets/headphones/speakers for devicesLennart Poettering1-0/+15
2009-05-12http: fix segfault on connection terminationLennart Poettering1-1/+4
2009-05-11mime: drop additional whitespace from mime typesLennart Poettering1-1/+4
2009-05-09core: Take samples from silence cache rather than write zerosJyri Sarha1-10/+22
2009-05-08core: optimize pa_sink_render_full()Jyri Sarha1-5/+73
2009-05-08core: liberalize 99a6a4 a bitLennart Poettering2-9/+17
2009-05-08core: cache requested latency only when we are running, not while we are stil...Lennart Poettering2-4/+10
2009-05-08core: make sure we fix up flags/monitor flags already in pa_sink_new() instea...Lennart Poettering3-36/+26
2009-05-08core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering4-0/+33
2009-05-08macro: add macros for initializing memoryLennart Poettering1-0/+3
2009-05-01sconv: fix a few minor conversion issuesLennart Poettering2-6/+6
2009-05-01sample-util: fix iteration loop when adjusting volume of s24 samplesLennart Poettering1-4/+4