summaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* solaris: Illumos does not ship with SOUND_PCM* functionalityKamil Rytarowski2016-01-221-0/+6
* pacmd: Fix typo in set-default-* helpPeter Mattern2015-10-301-1/+1
* Removed exclamation marks from user-visible messages.Deepak Srivastava2015-08-141-1/+1
* patcl: Error msg from pactl not quite accurate for 'mute' commandsDeepak Srivastava2015-08-121-4/+4
* pacmd: Placeholders describing command line options should not have spacesManish Sogi2015-08-121-1/+1
* padsp: Avoid possible deadlock. Unlocked i->mainloop before returning from de...Deepak Srivastava2015-07-211-0/+3
* padsp: Fix wrong condition discovered by -Wlogical-not-parentheses warningPeter Meerwald2015-05-271-2/+2
* core-util, pactl: Make one localised and one non-localised version of pa_yes_noDavid Henningsson2015-04-201-10/+10
* pactl: Fix relative volume parsingTanu Kaskinen2015-04-101-1/+7
* pacat: Fix comment wordingPeter Meerwald2015-02-261-1/+1
* pacat: State purpose of program depending how it was invokedPeter Meerwald2015-02-121-5/+11
* update FSF addresses to FSF web pageOndrej Holecek2015-01-147-21/+7
* pacmd: add missing 'else' keywordBoris Egorov2015-01-131-1/+1
* pactl: fix getopt indexing for set-*-volumeFelipe Sateler2015-01-081-4/+4
* pactl: Remove deprecated 'stat' behaviourPeter Meerwald2014-11-041-12/+2
* authkey: Rename pa_authkey_load_auto() to pa_authkey_load()Tanu Kaskinen2014-06-241-1/+1
* client-conf: Move x11 and env loading to pa_client_conf_load()Tanu Kaskinen2014-06-241-2/+1
* client-conf: Don't report failure from pa_client_conf_load()Tanu Kaskinen2014-06-241-9/+2
* pacat: Mention source in addition to sink where applicable in helpPeter Meerwald2014-04-271-4/+4
* pactl: Clean up checking for VOL_RELATIVE flagPeter Meerwald2014-04-161-2/+2
* pactl: Document ability to specify channel volumes individuallyPeter Meerwald2014-04-161-2/+2
* pactl: Check consistency of volumes specifiedPeter Meerwald2014-04-161-29/+33
* pactl: Allow to set volume of each channel independently (Bug #39190)Parin Porecha2014-04-161-51/+71
* pactl: Stop parsing option when the first non-option is encounteredPeter Meerwald2014-04-151-1/+1
* client-conf: Remove redundant function parametersTanu Kaskinen2014-03-281-1/+1
* pactl: Fix crash with older serversTanu Kaskinen2014-03-281-69/+137
* pacat: Fix partially translated messageTanu Kaskinen2014-03-241-2/+2
* pactl: Fix a copy-paster errorTanu Kaskinen2014-03-101-1/+1
* introspect: Fix ABI break introduced by b98a2e1Luiz Augusto von Dentz2013-11-051-5/+5
* pacat: Added support for recording from one specific sink inputMagnus Ekhall2013-08-141-3/+18
* pacmd: Discriminate between interactive and non-interactive modePeter Meerwald2013-08-021-2/+9
* pactl: Print available flag of card profilesLuiz Augusto von Dentz2013-07-151-1/+2
* Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen2013-07-091-36/+18
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-045-48/+48
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-244-4/+0
* Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)2013-06-241-2/+1
* Style fix: Add a space between the closing/opening bracketpoljar (Damir Jelić)2013-06-241-1/+1
* pactl: Use colon to separate priority in profiles outputPeter Meerwald2013-06-041-1/+1
* pactl: Flush stdout buffer when printing subscribe events.Nikolay Amiantov2013-06-041-0/+1
* pasuspender: Resume before exiting in case of SIGINT or fork() failure.Tanu Kaskinen2013-06-041-29/+53
* Fix various typos in messages and commentsYuri Chornoivan2013-04-161-1/+1
* pacat: Fix mode detection for parecordTanu Kaskinen2013-03-211-1/+1
* pacat: Handle holes in recording streams.Tanu Kaskinen2013-02-041-11/+26
* padsp: Handle holes in recording streams.Tanu Kaskinen2013-02-041-1/+14
* pactl: Document @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@David Henningsson2013-02-041-0/+2
* pactl: Add a command for setting the default sink/source.poljar (Damir Jelić)2013-02-011-0/+31
* pactl: Add the ability to toggle mute state.poljar (Damir Jelić)2013-01-271-21/+108
* Fix pa_parse_boolean() return value checking.Tanu Kaskinen2012-12-191-2/+16
* pasuspender: Check pa_context_connect() return value.Tanu Kaskinen2012-12-191-1/+5
* qpaeq: Try to load equalizer module before failing, better error messagesMatěj Laitl2012-12-191-2/+20