summaryrefslogtreecommitdiff
path: root/src/utils/pactl.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-21pactl: show availability information for "list cards"David Henningsson1-1/+3
2012-03-11introspect: Expose port info per card to clientsDavid Henningsson1-0/+19
2011-12-13utils: Fixes for building without NLSArun Raghavan1-0/+2
2011-12-02pactl: Show port availabilityDavid Henningsson1-2/+13
2011-08-18device-restore: Change the API to include type information (sink vs. source)Colin Guthrie1-1/+1
2011-08-16pactl: Add set-source-output-mute commandMaarten Bosmans1-1/+27
2011-08-16sink: Add a SET_FORMATS flagArun Raghavan1-1/+2
2011-08-15pactl: Add a set-sink-formats commandArun Raghavan1-3/+63
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans1-1/+1
2011-08-10pactl: Make stat backwards compatible with previous versions.Colin Guthrie1-5/+10
2011-08-10pactl: Split help string up in shorter pieces for easier translationMaarten Bosmans1-23/+21
2011-08-10pactl: Short --help output a bit by consolidating sink/source commandsMaarten Bosmans1-16/+9
2011-06-22Remove unnecessary #includesMaarten Bosmans1-1/+0
2011-06-22pactl: Add a set-source-output-volume commandArun Raghavan1-1/+48
2011-06-22introspect: Get format of source outputColin Guthrie1-1/+11
2011-06-22introspect: Get formats for sourcesColin Guthrie1-1/+10
2011-05-02introspect: Get format of sink inputArun Raghavan1-1/+3
2011-05-02introspect: Get formats for sinksArun Raghavan1-1/+10
2011-03-29pactl: Add short output format for list actionMaarten Bosmans1-9/+79
2011-03-29pactl: Separate stat and info actionsMaarten Bosmans1-2/+9
2011-03-29pactl: Add subcommands to the list commandMaarten Bosmans1-14/+53
2011-03-29pactl: Accept more volume specification formatsMaarten Bosmans1-58/+171
2011-03-18Fix up some double spacesMaarten Bosmans1-1/+1
2010-10-15pactl: Validate volume before settingArun Raghavan1-0/+15
2010-02-21pactl: implement pactl subscribeLennart Poettering1-4/+89
2009-10-28pactl: format cookie a little bit nicerLennart Poettering1-2/+3
2009-10-28pactl: include information about client context in pactl stat outputLennart Poettering1-1/+14
2009-10-28clients: drop definition of BUFSIZE which is unusedLennart Poettering1-2/+0
2009-09-06libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicableLennart Poettering1-2/+2
2009-08-31pactl: drop unnecessary newlines from pa_log() invocationsLennart Poettering1-50/+50
2009-08-31pactl: implement pactl commands for changing volumes/mute statiLennart Poettering1-15/+177
2009-06-17pactl: show list of supported portsLennart Poettering1-0/+24
2009-06-17pactl: implement pactl set-{sink|source}-portLennart Poettering1-5/+52
2009-06-04utils: use pa_path_get_filename() where applicableLennart Poettering1-12/+2
2009-05-26sndfile: big rework of libsndfile interfacing codeLennart Poettering1-111/+137
2009-03-03Merge commit 'coling/lgpl21'Lennart Poettering1-1/+1
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-03-03pass profile priority value to clientsLennart Poettering1-1/+1
2009-02-21introduce default channel map in addition to the default sample specLennart Poettering1-10/+13
2009-02-19pactl: return in case of error reading file (avoid using freed d)Marc-André Lureau1-0/+1
2009-02-19pactl: check if pa_context_connect succeedMarc-André Lureau1-1/+4
2009-01-27swap argument order of pa_cvolume_get_balance() to be a bit more systematicLennart Poettering1-4/+4
2009-01-21implement pactl set-card-profileLennart Poettering1-19/+38
2009-01-20show active profileLennart Poettering1-0/+4
2009-01-20add client API for querying card informationLennart Poettering1-1/+47
2009-01-19include sink/source state in pactl outputLennart Poettering1-0/+20
2009-01-19Beef pactl output up a bitLennart Poettering1-81/+131
2009-01-15don't show autoload flag anymore since it is obsoleteLennart Poettering1-4/+2
2009-01-15kill autoload stuff as plannedLennart Poettering1-31/+0
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-9/+9