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
/
cli-text.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-13
Don't access pa_core structures directly
Wim Taymans
1
-24
/
+61
2017-02-13
pulsecore: Move pa_core structure into its own header
Arun Raghavan
1
-0
/
+1
2015-09-25
Rename functions with "tostring" in the name to one with "to_string" to confo...
Deepak Srivastava
1
-9
/
+9
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-05-02
sink-input, source-output: Remove redundant get_mute() functions
Tanu Kaskinen
1
-2
/
+2
2013-07-09
Use pa_(c)volume_snprint_verbose() everywhere
Tanu Kaskinen
1
-36
/
+28
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-10
/
+10
2013-06-24
Whitespace cleanup: Remove all multiple newlines
poljar (Damir Jelić)
1
-3
/
+0
2013-06-24
Style fix: Remove new lines from opening brackets
poljar (Damir Jelić)
1
-2
/
+1
2013-06-04
cli: Fix plural in caption of source-outputs list
Peter Meerwald
1
-1
/
+1
2013-02-18
cli: Show card profile availability status
Mikel Astiz
1
-3
/
+4
2013-02-18
core: Internally deprecate pa_port_available_t to use pa_available_t
Mikel Astiz
1
-4
/
+4
2012-10-16
cli: Output asterisk when default sink/source is found
David Henningsson
1
-4
/
+9
2012-07-17
pacmd: Display inputs and outputs PASSTHROUGH flag
Frédéric Dalleau
1
-2
/
+4
2012-06-29
Assume that the ports hashmap of cards is always non-NULL.
Tanu Kaskinen
1
-1
/
+3
2012-06-29
card: Ensure that there's always at least one profile.
Tanu Kaskinen
1
-13
/
+9
2012-06-27
pacmd: Add functions to handle the latency offset
poljar
1
-2
/
+3
2012-05-31
pulsecore: Use PA_IDXSET_FOREACH wherever applicable.
Harsh Prateek Bora
1
-10
/
+10
2012-02-14
cli: Ensure source output volumes are printed via cli interface (pacmd ls)
Colin Guthrie
1
-1
/
+20
2011-12-02
device-port: Add a property list to ports.
David Henningsson
1
-1
/
+5
2011-11-26
cli: Show card ports and jack detection status
David Henningsson
1
-17
/
+31
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-3
/
+0
2011-02-22
Allow read-only or non-existing sink input volume.
Tanu Kaskinen
1
-7
/
+13
2009-08-28
core: add priority field to pa_sink/pa_source
Lennart Poettering
1
-0
/
+4
2009-08-19
sink: volume handling rework, new flat volume logic
Lennart Poettering
1
-3
/
+3
2009-08-15
core: make fixed latency dynamically changeable
Lennart Poettering
1
-2
/
+2
2009-08-15
core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPEND
Lennart Poettering
1
-4
/
+6
2009-06-17
alsa: rework mixer logic
Lennart Poettering
1
-3
/
+33
2009-06-05
core: add a suspend cause flags field
Lennart Poettering
1
-0
/
+10
2009-04-13
core: introduce new 'reference' volume for sinks
Lennart Poettering
1
-6
/
+9
2009-04-10
core: add a seperate fixed_latency field for sinks/sources with fixed latency
Lennart Poettering
1
-2
/
+10
2009-03-25
add missing whitespace
Lennart Poettering
1
-1
/
+1
2009-03-25
introduce new flag that marks sinks/sources which can adjust the latency dyna...
Lennart Poettering
1
-15
/
+28
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-02-03
implement PA_STREAM_FAIL_ON_SUSPEND logic
Lennart Poettering
1
-2
/
+6
2009-01-28
store the default sink/source in proper pa_sink*/pa_source* pointers instead ...
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
-6
/
+11
2009-01-27
allow samples to be played with 'default' (i.e. unspecified) volume.
Lennart Poettering
1
-3
/
+3
2009-01-27
swap argument order of pa_cvolume_get_balance() to be a bit more systematic
Lennart Poettering
1
-4
/
+4
2009-01-27
show pretty channel map name if possible
Lennart Poettering
1
-5
/
+30
2009-01-23
include list of sinks/source in card dump
Lennart Poettering
1
-3
/
+17
2009-01-20
add priority logic to find best default profile
Lennart Poettering
1
-1
/
+1
2009-01-20
dump active profile
Lennart Poettering
1
-0
/
+5
2009-01-20
cli: fix broken array access with signed state enums
Marc-André Lureau
1
-16
/
+36
2009-01-19
show dB and balance for cached samples
Lennart Poettering
1
-1
/
+5
2009-01-19
fix up balance format string a bit
Lennart Poettering
1
-3
/
+3
2009-01-19
allow setting properties for modules, too
Lennart Poettering
1
-0
/
+6
2009-01-19
show balance value in CLI listings
Lennart Poettering
1
-1
/
+9
2009-01-17
beautify cli output a bit
Lennart Poettering
1
-14
/
+14
2009-01-17
dump profiles when listing cards
Lennart Poettering
1
-2
/
+15
[next]