index
:
~wtay/pulseaudio
HSP-profile
RHEL6-CVE-2014-3970
RHEL7-CVE-2014-3970
access-hooks
access-hooks-arg
access-hooks-core
alsa-device-thread
async-command
bluez-owner-check
bt-tests
dyn-latency
dyn-latency-work
echo-cancel
echo-cancel-2
echo-cancel-3
f20
f21
f26-flatpack
f31
fixes
flat-volume-privilege-hack
flatpack
headset2
headsetd
hfp-gateway
hsp-hs-profile
hsp-old
hsp-review
improve-timing
maemo-master
master
module-echo-cancel
module-headset
module-test
optimize
optimize-smoother
optimize-smoother2
paplay-s24
private-1154072
rawhide
resume-unload-module
rhel-6.5
rhel-6.6
rhel-6.6-dynlat
rhel-6.6-work
rhel-6.7
rhel-6.8
rhel-6.9
rhel-7.0
rhel-7.0-test
rhel-7.1
rhel-7.1-work
rhel-7.2
rhel-7.3
rhel-7.5
rhel-8.0
test
test2
timings
work
wtay's pulseaudio hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
source.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-29
timings: improve timings by returning latency/time pair
Wim Taymans
1
-10
/
+27
2009-08-31
core: always allow volume setting with single-channel pa_cvolume
Lennart Poettering
1
-3
/
+10
2009-08-29
core: initialize sink/source priorities automatically based on their proplists
Lennart Poettering
1
-0
/
+2
2009-08-28
core: add priority field to pa_sink/pa_source
Lennart Poettering
1
-0
/
+1
2009-08-21
object: speed up type verification by not relying on strcmp()
Lennart Poettering
1
-1
/
+1
2009-08-19
source: rework volume handling
Lennart Poettering
1
-19
/
+26
2009-08-15
core: introduce pa_{sink|source}_update_flags()
Lennart Poettering
1
-2
/
+16
2009-08-15
core: make fixed latency dynamically changeable
Lennart Poettering
1
-18
/
+83
2009-08-15
core: move rtpoll to thread_info sub structure
Lennart Poettering
1
-5
/
+4
2009-08-15
core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPEND
Lennart Poettering
1
-3
/
+2
2009-08-15
core: introduce pa_{sink_input|source_output}_fail_move()
Lennart Poettering
1
-5
/
+3
2009-08-13
core: add assert macros for verifying calling context
Lennart Poettering
1
-8
/
+58
2009-08-07
ladspa/remap: make sure we process all requested rewinds unconditionally
Lennart Poettering
1
-3
/
+3
2009-08-07
core: save volume/mute changes coming from the hardware automatically
Lennart Poettering
1
-11
/
+11
2009-06-18
core: be a bit more verbose when registering a sink/source fails
Lennart Poettering
1
-0
/
+1
2009-06-17
alsa: rework mixer logic
Lennart Poettering
1
-11
/
+110
2009-06-08
prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property
Lennart Poettering
1
-0
/
+1
2009-06-08
core: make sure soft mute status stays in sync with hw mute status
Lennart Poettering
1
-1
/
+5
2009-06-06
core: suppress suspending/resume when we are already in the right state
Lennart Poettering
1
-0
/
+3
2009-06-05
core: add a suspend cause flags field
Lennart Poettering
1
-3
/
+13
2009-05-08
core: liberalize 99a6a4 a bit
Lennart Poettering
1
-3
/
+7
2009-05-08
core: cache requested latency only when we are running, not while we are stil...
Lennart Poettering
1
-2
/
+5
2009-05-08
core: make sure we fix up flags/monitor flags already in pa_sink_new() instea...
Lennart Poettering
1
-13
/
+8
2009-05-08
core: introduce pa_{sink,source}_set_fixed_latency()
Lennart Poettering
1
-0
/
+15
2009-04-10
core: add a seperate fixed_latency field for sinks/sources with fixed latency
Lennart Poettering
1
-10
/
+18
2009-04-10
core: memory leak, fix ref counting when moving streams
Lennart Poettering
1
-1
/
+5
2009-04-07
add suspend_within_thread() callbacks to pa_sink_input/pa_source_output
Lennart Poettering
1
-2
/
+19
2009-04-05
introduce pa_{sink|source}_get_latency_within_thread()
Lennart Poettering
1
-0
/
+26
2009-03-25
on monitor source be fine with any latency range set by the sink
Lennart Poettering
1
-1
/
+2
2009-03-25
simplify things and make sure timing setters can be called in most contexts
Lennart Poettering
1
-16
/
+21
2009-03-25
introduce new flag that marks sinks/sources which can adjust the latency dyna...
Lennart Poettering
1
-0
/
+10
2009-03-25
make pa_source_set_max_rewind() work similar to pa_sink_set_max_rewind()
Lennart Poettering
1
-1
/
+17
2009-03-25
get rid of 'default' min/max latencies, simplify things by just having absolu...
Lennart Poettering
1
-11
/
+4
2009-03-24
Allow calling pa_{sink|source}_update_proplist() without an actual proprlist
Lennart Poettering
1
-2
/
+2
2009-03-24
simplify latency range by not allowing stored 'wildcard' ranges anymore
Lennart Poettering
1
-7
/
+15
2009-03-21
add functions that modules can call whenever they now the volume changed
Lennart Poettering
1
-1
/
+26
2009-03-04
fix handling of _suspend_all(), return first failure error code
Lennart Poettering
1
-2
/
+9
2009-03-04
make suspend state of monitor source follow the suspend state of the sink it ...
Lennart Poettering
1
-0
/
+18
2009-03-04
Don't allow suspending of monitor sources.
Lennart Poettering
1
-0
/
+3
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-03-01
add logic for initializing a useful icon name
Lennart Poettering
1
-0
/
+3
2009-02-19
additional validity check
Lennart Poettering
1
-0
/
+3
2009-02-12
call _kill functions instead of _unlink since the latter should only be calle...
Lennart Poettering
1
-2
/
+2
2009-02-11
pulsecore: add PA_CORE_HOOK_*_MOVE_FAIL
Marc-André Lureau
1
-2
/
+4
2009-02-03
implement PA_STREAM_FAIL_ON_SUSPEND logic
Lennart Poettering
1
-3
/
+9
2009-02-02
Fix a few sink/source calls when they are called in suspended state.
Lennart Poettering
1
-6
/
+15
2009-01-30
dump properties when we create a new sink or source
Lennart Poettering
1
-2
/
+6
2009-01-27
when changing volume, store whether it is worth remembering or no
Lennart Poettering
1
-2
/
+2
2009-01-27
move flat volume logic into the core. while doing so add n_volume_steps field...
Lennart Poettering
1
-39
/
+46
2009-01-23
add functions to move all inputs of a sink away/similar for source outputs
Lennart Poettering
1
-0
/
+52
[next]