index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulsecore
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-17
alsa: rework mixer logic
Lennart Poettering
8
-50
/
+425
2009-06-17
pdispatch: fix s/recieve/receive/ typos
Lennart Poettering
1
-2
/
+2
2009-06-17
pstream: fix s/recieve/receive/ typos
Lennart Poettering
1
-4
/
+4
2009-06-17
gdbm: set default block size to 1K
Lennart Poettering
1
-2
/
+5
2009-06-17
card: get rid of description field which is unused
Lennart Poettering
1
-2
/
+1
2009-06-17
card: make sure to always hand failure code back in some calls
Lennart Poettering
1
-10
/
+19
2009-06-17
card: some modernizations
Lennart Poettering
2
-10
/
+8
2009-06-17
core-util: implement pa_maybe_prefix_path()
Lennart Poettering
2
-0
/
+11
2009-06-17
core-util: implement pa_split_spaces_strv()
Lennart Poettering
2
-0
/
+26
2009-06-17
core-util: implement pa_xstrfreev()
Lennart Poettering
2
-0
/
+18
2009-06-17
conf-parse: implement .include directive
Lennart Poettering
1
-7
/
+43
2009-06-17
channelmap: define a couple of standard channel masks
Lennart Poettering
1
-0
/
+59
2009-06-17
hashmap: implement pa_hashmap_last()
Lennart Poettering
2
-0
/
+12
2009-06-17
hashmap: implement api to iterate a hashmap backwards
Lennart Poettering
2
-1
/
+42
2009-06-17
idxset: implement pa_idxset_copy()
Lennart Poettering
2
-0
/
+17
2009-06-08
sample: fix build on BE archs
Lennart Poettering
1
-1
/
+1
2009-06-08
prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property
Lennart Poettering
4
-0
/
+20
2009-06-08
core: replace tabs by spaces
Lennart Poettering
1
-31
/
+31
2009-06-08
core: make sure soft mute status stays in sync with hw mute status
Lennart Poettering
2
-2
/
+10
2009-06-07
optimization: Optimized pa_sink_render_full.
Jyri Sarha
1
-3
/
+2
2009-06-06
core: monitor sources need to inherit the suspend cause from their sinks
Lennart Poettering
1
-2
/
+5
2009-06-06
core: suppress suspending/resume when we are already in the right state
Lennart Poettering
2
-0
/
+6
2009-06-06
hashmap: introduce PA_HASHMAP_FOREACH macro
Lennart Poettering
2
-1
/
+5
2009-06-05
core: add a suspend cause flags field
Lennart Poettering
11
-24
/
+67
2009-06-04
tdb: include signal.h before tdb.h for compat reasons
Lennart Poettering
1
-0
/
+3
2009-05-28
modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated
Lennart Poettering
6
-1
/
+21
2009-05-27
modargs: introduce pa_modargs_get_proplist()
Lennart Poettering
2
-5
/
+70
2009-05-26
sndfile: big rework of libsndfile interfacing code
Lennart Poettering
6
-113
/
+586
2009-05-26
core-util: introduce pa_disable_sigpipe()
Lennart Poettering
2
-0
/
+23
2009-05-25
cli: allow easy repeating of commands with '/'
Lennart Poettering
1
-0
/
+13
2009-05-22
core-util: fall back to sysconf(_SC_OPEN_MAX) to find maximum file descriptor
Lennart Poettering
1
-4
/
+6
2009-05-15
Add missing headers' include to build on FreeBSD 7.1.
Diego Elio 'Flameeyes' Pettenò
1
-0
/
+1
2009-05-15
When MAP_ANONYMOUS is missing, fallback to MAP_ANON.
Diego Elio 'Flameeyes' Pettenò
1
-0
/
+5
2009-05-14
shm: rework alignment when punching memory
Lennart Poettering
1
-18
/
+26
2009-05-14
macro: include string.h because we need it for memset
Lennart Poettering
1
-0
/
+1
2009-05-14
database: add tdb backend
Lennart Poettering
1
-0
/
+224
2009-05-14
database: add gdbm backend
Lennart Poettering
1
-0
/
+246
2009-05-14
database: add abstracted database API
Lennart Poettering
1
-0
/
+61
2009-05-13
core: automatically add icons for headsets/headphones/speakers for devices
Lennart Poettering
1
-0
/
+15
2009-05-12
http: fix segfault on connection termination
Lennart Poettering
1
-1
/
+4
2009-05-11
mime: drop additional whitespace from mime types
Lennart Poettering
1
-1
/
+4
2009-05-09
core: Take samples from silence cache rather than write zeros
Jyri Sarha
1
-10
/
+22
2009-05-08
core: optimize pa_sink_render_full()
Jyri Sarha
1
-5
/
+73
2009-05-08
core: liberalize 99a6a4 a bit
Lennart Poettering
2
-9
/
+17
2009-05-08
core: cache requested latency only when we are running, not while we are stil...
Lennart Poettering
2
-4
/
+10
2009-05-08
core: make sure we fix up flags/monitor flags already in pa_sink_new() instea...
Lennart Poettering
3
-36
/
+26
2009-05-08
core: introduce pa_{sink,source}_set_fixed_latency()
Lennart Poettering
4
-0
/
+33
2009-05-08
macro: add macros for initializing memory
Lennart Poettering
1
-0
/
+3
2009-05-01
sconv: fix a few minor conversion issues
Lennart Poettering
2
-6
/
+6
2009-05-01
sample-util: fix iteration loop when adjusting volume of s24 samples
Lennart Poettering
1
-4
/
+4
[next]