summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* pactl: Add a set-source-output-volume commandArun Raghavan2011-06-221-1/+48
* introspect: Get format of source outputColin Guthrie2011-06-221-1/+11
* introspect: Get formats for sourcesColin Guthrie2011-06-221-1/+10
* introspect: Get format of sink inputArun Raghavan2011-05-021-1/+3
* introspect: Get formats for sinksArun Raghavan2011-05-021-1/+10
* pactl: Add short output format for list actionMaarten Bosmans2011-03-291-9/+79
* pactl: Separate stat and info actionsMaarten Bosmans2011-03-291-2/+9
* pactl: Add subcommands to the list commandMaarten Bosmans2011-03-291-14/+53
* pactl: Accept more volume specification formatsMaarten Bosmans2011-03-291-58/+171
* Fix up some double spacesMaarten Bosmans2011-03-182-4/+4
* Fixup #include directives according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-2/+1
* pacat: Fix memory leak when draining the context.Tanu Kaskinen2011-03-111-1/+3
* Get rid of some unused-function compiler warningsMaarten Bosmans2011-03-021-0/+2
* x11: Make pax11publish -r remove PULSE_SESSION_IDColin Guthrie2011-03-011-0/+1
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-311-20/+0
* padsp: wrap __open_2 and __open64_2Michal Schmidt2011-01-101-9/+52
* build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie2010-12-052-1/+20
* pactl: Validate volume before settingArun Raghavan2010-10-151-0/+15
* x11: Use the default screen for X11 properties.Colin Guthrie2010-09-181-28/+28
* xcb: Ensure the XCB connection is valid before using it.Colin Guthrie2010-09-181-0/+5
* x11: Partially convert to XCB.Colin Guthrie2010-09-181-34/+33
* AC3 passthrough supportPierre-Louis Bossart2010-08-121-0/+7
* pacat: pass buffer_attr to recording streams tooLennart Poettering2010-02-211-1/+1
* pacmd: don't enter busy loop when reading from stdin very earlyLennart Poettering2010-02-211-86/+100
* pacmd: store away fd typeLennart Poettering2010-02-211-4/+5
* pacat: always fully fulfill write requestsLennart Poettering2010-02-211-17/+30
* padsp: emulate /dev/audio, tooLennart Poettering2010-02-211-35/+20
* Revert "pacat: Don't use any buffer attr if we don't set any latency/process ...Lennart Poettering2010-02-211-9/+4
* pactl: implement pactl subscribeLennart Poettering2010-02-211-4/+89
* pacat: Don't use any buffer attr if we don't set any latency/process time paramsColin Guthrie2010-02-111-4/+9
* pacat: allow configuration of latency in msecLennart Poettering2010-02-091-9/+37
* poll() is totally broken on Mac OS XDaniel Mack2009-12-161-2/+2
* src/utils/qpaeq: added more friendly error messages to common errorsJason Newton2009-11-201-12/+26
* remove .py extension from qpaeqJason Newton2009-11-201-0/+0
* added qpaeq script for GUI equalizer control to src/utilJason Newton2009-11-201-0/+546
* use cloexec wrappers wherever applicableLennart Poettering2009-10-302-2/+2
* pactl: format cookie a little bit nicerLennart Poettering2009-10-281-2/+3
* pactl: include information about client context in pactl stat outputLennart Poettering2009-10-281-1/+14
* clients: drop definition of BUFSIZE which is unusedLennart Poettering2009-10-282-4/+0
* core-util: unify how we determine the temporary directoryLennart Poettering2009-09-171-10/+1
* Improve TMPDIR handlingLennart Poettering2009-09-171-1/+14
* pacat: use fully automatic buffer sizes if possibleLennart Poettering2009-09-171-5/+9
* padsp: properly return return values (llvm-clang-analyzer)Lennart Poettering2009-09-081-3/+3
* pacat: don't convert stream name twice (llvm-clang-analyzer)Lennart Poettering2009-09-081-1/+0
* llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-081-3/+2
* i18n: move \r out of translatable stringLennart Poettering2009-09-071-1/+2
* libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicableLennart Poettering2009-09-061-2/+2
* pactl: drop unnecessary newlines from pa_log() invocationsLennart Poettering2009-08-311-50/+50
* pactl: implement pactl commands for changing volumes/mute statiLennart Poettering2009-08-311-15/+177