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
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-22
qpaeq: Don't set font-size on widgets
Aidan Gauland
1
-4
/
+4
2016-01-22
solaris: Illumos does not ship with SOUND_PCM* functionality
Kamil Rytarowski
1
-0
/
+6
2015-10-30
pacmd: Fix typo in set-default-* help
Peter Mattern
1
-1
/
+1
2015-08-14
Removed exclamation marks from user-visible messages.
Deepak Srivastava
1
-1
/
+1
2015-08-12
patcl: Error msg from pactl not quite accurate for 'mute' commands
Deepak Srivastava
1
-4
/
+4
2015-08-12
pacmd: Placeholders describing command line options should not have spaces
Manish Sogi
1
-1
/
+1
2015-07-21
padsp: Avoid possible deadlock. Unlocked i->mainloop before returning from de...
Deepak Srivastava
1
-0
/
+3
2015-05-27
padsp: Fix wrong condition discovered by -Wlogical-not-parentheses warning
Peter Meerwald
1
-2
/
+2
2015-04-20
core-util, pactl: Make one localised and one non-localised version of pa_yes_no
David Henningsson
1
-10
/
+10
2015-04-10
pactl: Fix relative volume parsing
Tanu Kaskinen
1
-1
/
+7
2015-02-26
pacat: Fix comment wording
Peter Meerwald
1
-1
/
+1
2015-02-12
pacat: State purpose of program depending how it was invoked
Peter Meerwald
1
-5
/
+11
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
7
-21
/
+7
2015-01-13
pacmd: add missing 'else' keyword
Boris Egorov
1
-1
/
+1
2015-01-08
pactl: fix getopt indexing for set-*-volume
Felipe Sateler
1
-4
/
+4
2014-11-04
pactl: Remove deprecated 'stat' behaviour
Peter Meerwald
1
-12
/
+2
2014-06-24
authkey: Rename pa_authkey_load_auto() to pa_authkey_load()
Tanu Kaskinen
1
-1
/
+1
2014-06-24
client-conf: Move x11 and env loading to pa_client_conf_load()
Tanu Kaskinen
1
-2
/
+1
2014-06-24
client-conf: Don't report failure from pa_client_conf_load()
Tanu Kaskinen
1
-9
/
+2
2014-04-27
pacat: Mention source in addition to sink where applicable in help
Peter Meerwald
1
-4
/
+4
2014-04-16
pactl: Clean up checking for VOL_RELATIVE flag
Peter Meerwald
1
-2
/
+2
2014-04-16
pactl: Document ability to specify channel volumes individually
Peter Meerwald
1
-2
/
+2
2014-04-16
pactl: Check consistency of volumes specified
Peter Meerwald
1
-29
/
+33
2014-04-16
pactl: Allow to set volume of each channel independently (Bug #39190)
Parin Porecha
1
-51
/
+71
2014-04-15
pactl: Stop parsing option when the first non-option is encountered
Peter Meerwald
1
-1
/
+1
2014-03-28
client-conf: Remove redundant function parameters
Tanu Kaskinen
1
-1
/
+1
2014-03-28
pactl: Fix crash with older servers
Tanu Kaskinen
1
-69
/
+137
2014-03-24
pacat: Fix partially translated message
Tanu Kaskinen
1
-2
/
+2
2014-03-10
pactl: Fix a copy-paster error
Tanu Kaskinen
1
-1
/
+1
2013-11-05
introspect: Fix ABI break introduced by b98a2e1
Luiz Augusto von Dentz
1
-5
/
+5
2013-08-14
pacat: Added support for recording from one specific sink input
Magnus Ekhall
1
-3
/
+18
2013-08-02
pacmd: Discriminate between interactive and non-interactive mode
Peter Meerwald
1
-2
/
+9
2013-07-15
pactl: Print available flag of card profiles
Luiz Augusto von Dentz
1
-1
/
+2
2013-07-09
Use pa_(c)volume_snprint_verbose() everywhere
Tanu Kaskinen
1
-36
/
+18
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
5
-48
/
+48
2013-06-24
Whitespace cleanup: Remove all multiple newlines
poljar (Damir Jelić)
4
-4
/
+0
2013-06-24
Style fix: Remove new lines from opening brackets
poljar (Damir Jelić)
1
-2
/
+1
2013-06-24
Style fix: Add a space between the closing/opening bracket
poljar (Damir Jelić)
1
-1
/
+1
2013-06-04
pactl: Use colon to separate priority in profiles output
Peter Meerwald
1
-1
/
+1
2013-06-04
pactl: Flush stdout buffer when printing subscribe events.
Nikolay Amiantov
1
-0
/
+1
2013-06-04
pasuspender: Resume before exiting in case of SIGINT or fork() failure.
Tanu Kaskinen
1
-29
/
+53
2013-04-16
Fix various typos in messages and comments
Yuri Chornoivan
1
-1
/
+1
2013-03-21
pacat: Fix mode detection for parecord
Tanu Kaskinen
1
-1
/
+1
2013-02-04
pacat: Handle holes in recording streams.
Tanu Kaskinen
1
-11
/
+26
2013-02-04
padsp: Handle holes in recording streams.
Tanu Kaskinen
1
-1
/
+14
2013-02-04
pactl: Document @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@
David Henningsson
1
-0
/
+2
2013-02-01
pactl: Add a command for setting the default sink/source.
poljar (Damir Jelić)
1
-0
/
+31
2013-01-27
pactl: Add the ability to toggle mute state.
poljar (Damir Jelić)
1
-21
/
+108
2012-12-19
Fix pa_parse_boolean() return value checking.
Tanu Kaskinen
1
-2
/
+16
2012-12-19
pasuspender: Check pa_context_connect() return value.
Tanu Kaskinen
1
-1
/
+5
[next]