Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-03 | pacmd: Added --help and --version descriptions to the man page. | poljar | 1 | -0/+18 | |
The pacmd man page should show the available options. A simple description for the --version and --help option was added. | |||||
2012-05-11 | Correct spelling of PulseAudio | Paul Menzel | 1 | -1/+1 | |
• s,Pulseaudio,PulseAudio, • One last occurence of this “error” is in the French translation. | |||||
2012-04-10 | cli: Allow source-output volumes/mute to be set via CLI | Colin Guthrie | 1 | -4/+4 | |
This should have been done a long time ago but it brings symmetry to the API | |||||
2012-04-10 | man: Document the cli inteface a little. | Colin Guthrie | 5 | -9/+356 | |
This just documents the cli interface syntax. Mostly a lift from http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/CLI with some minor editing and bringing up to date. Also document a few undocumented commands. Shuffle around the order in 'pacmd help' output to match the order in the new docs for consistency. https://bugs.freedesktop.org/show_bug.cgi?id=45029 | |||||
2012-02-12 | man: Document the local-server-type daemon.conf option. | Tanu Kaskinen | 1 | -0/+16 | |
2012-01-28 | fix the ever-popular 'the the' typo | Peter Meerwald | 1 | -1/+1 | |
some are comments, some are user-visible doxygen text and documentation | |||||
2012-01-28 | manpage: document --log-meta, --log-time, log-backtrace | Peter Meerwald | 1 | -0/+19 | |
2012-01-28 | manpage: document --log-target=file:PATH | Peter Meerwald | 1 | -2/+3 | |
2012-01-04 | daemon: Drop --module-idle-time from docs | Arun Raghavan | 1 | -7/+0 | |
This option does not exist any more. | |||||
2011-10-17 | sink,source: Add the ability to disable alternat sample rate switching | Arun Raghavan | 1 | -1/+2 | |
Setting the alternate sample rate to 0 in config disables this feature. | |||||
2011-10-17 | core: infrastructure for alternate sampling rate | Pierre-Louis Bossart | 1 | -0/+9 | |
New parameter to avoid resampling. BIG power savings here... Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | |||||
2011-09-13 | volume: Rename 'sync volume' to 'deferred volume'. | Colin Guthrie | 1 | -5/+5 | |
This just covers Lennart's concern over the terminology used. The majority of this change is simply the following command: grep -rli sync[-_]volume . | xargs sed -i 's/sync_volume/deferred_volume/g;s/PA_SINK_SYNC_VOLUME/PA_SINK_DEFERRED_VOLUME/g;s/PA_SOURCE_SYNC_VOLUME/PA_SOURCE_DEFERRED_VOLUME/g;s/sync-volume/deferred-volume/g' Some minor tweaks were added on top to tidy up formatting and a couple of phrases were clarified too. | |||||
2011-08-16 | pactl: Add set-source-output-mute command | Maarten Bosmans | 1 | -0/+5 | |
2011-08-15 | pactl: Add a set-sink-formats command | Arun Raghavan | 1 | -0/+8 | |
This uses the module-device-restore protocol extension to save formats on sinks that support it. | |||||
2011-08-10 | pactl: Make stat backwards compatible with previous versions. | Colin Guthrie | 1 | -2/+5 | |
This is not ideal but in order to aid people using it in scripts etc, we will maintain backwards compatibiliy here. Also add a 'short' mode and mention in the man page that this will ultimately become the default at some point in the future. | |||||
2011-08-10 | pactl: Update manpage | Maarten Bosmans | 1 | -40/+91 | |
2011-08-01 | man: add manpage for start-pulseaudio-kde and start-pulseaudio-x11 | Daniel Schaal | 3 | -2/+106 | |
2011-06-30 | build-sys: Use configure AC_OUTPUT to process config files | Maarten Bosmans | 1 | -7/+2 | |
Don't use sed to replace @variable@ in file.in. | |||||
2011-06-30 | build-sys: Move some more defines to configure.ac | Maarten Bosmans | 6 | -15/+13 | |
2011-06-24 | Remove libpulse-browse and pabrowse | Maarten Bosmans | 2 | -50/+0 | |
2011-03-11 | build: Use silent rules for generating files | Maarten Bosmans | 1 | -2/+2 | |
2010-12-19 | Further clarify src- and speex- references in pulse-daemon.conf | Daniel T Chen | 1 | -13/+14 | |
Based on comments from Arun Raghavan, make clear that we're referring to the libspeex API documentation for the speex- options. Also correct the quality range (was incorrectly 0..9 but is 0..10 now) and clean up the line length. Signed-off-by: Daniel T Chen <crimsun@ubuntu.com> | |||||
2010-12-18 | trivial: Mention speex as a resampler reference in pulse-daemon.conf | Daniel T Chen | 1 | -1/+1 | |
A Debian user seemed confused that the man page for pulse-daemon.conf does not refer to the libspeex API Resampler for use in PulseAudio's *-src. Fix it by explicitly mentioning speex. (http://bugs.debian.org/541206) Signed-off-by: Daniel T Chen <crimsun@ubuntu.com> | |||||
2010-11-28 | man: Reference correct `--use-pid-file` and fix typo (`s/Of/If/`). | Paul Menzel | 1 | -3/+3 | |
Also reword to avoid referring to the legacy /tmp/pulse-$USER path (Colin Guthrie) | |||||
2010-11-18 | man: Remove repeated lines | Wanming.Zhang@tieto.com | 1 | -6/+0 | |
From 3c18dbe5889816792db27c9a7253a83687d68ee9 Mon Sep 17 00:00:00 2001 From: Zhang Wanming <wanming.zhang@tieto.com> Date: Thu, 18 Nov 2010 10:03:39 +0800 Subject: [PATCH] man: Remove repeated lines Signed-off-by: Zhang Wanming <wanming.zhang@tieto.com> | |||||
2010-10-17 | man: Clarify wording in volume sync documentation. | Paul Menzel | 1 | -2/+2 | |
2010-10-16 | man: sync_volume parameters to manual page | Jyri Sarha | 1 | -0/+30 | |
Some wording teaks by Colin Guthrie and others. Signed-off-by: Jyri Sarha <jyri.sarha@nokia.com> Reviewed-by: Tanu Kaskinen <tanu.kaskinen@digia.com> | |||||
2010-02-09 | pacat: allow configuration of latency in msec | Lennart Poettering | 1 | -15/+81 | |
2010-02-02 | man pages: correct formatting/markup of options | Paul Menzel | 2 | -6/+6 | |
2010-01-13 | client: introduce auto-connect-display= following the scheme of ↵ | Lennart Poettering | 1 | -0/+7 | |
auto-connect-localhost= Just connecting to a PA server just because X11's $DISPLAY is set might be a security hole. | |||||
2010-01-13 | client: introduce auto-connect-localhost= option in client.conf | Lennart Poettering | 1 | -0/+10 | |
Partly fixes: http://pulseaudio.org/ticket/773 Also fixes a security hole since listening on the default port is not access controlled right now. | |||||
2009-11-05 | man: fix build with --disable-manpages | Lennart Poettering | 1 | -23/+23 | |
http://pulseaudio.org/ticket/698 | |||||
2009-09-04 | daemon: disable CPU load limiter by default | Lennart Poettering | 1 | -2/+2 | |
RLIMIT_RTTIME and rtki can do this job much better, so let's disable this by default. | |||||
2009-08-12 | conf: invert all negative boolean configuration option | Lennart Poettering | 2 | -31/+32 | |
2009-07-31 | update pulse-daemon.conf.5.xml.in about realtime-scheduling | Alam Arias | 1 | -1/+1 | |
2009-07-31 | update pulse-daemon.conf.5.xml.in about exit-idle-time | Alam Arias | 1 | -1/+1 | |
2009-06-07 | man: document that tsched doesn't use fragment settings | Lennart Poettering | 1 | -1/+2 | |
2009-06-07 | man: document 24bit sample types in man page | Lennart Poettering | 1 | -4/+6 | |
2009-06-07 | man: document log related daemon.conf options | Lennart Poettering | 1 | -2/+19 | |
2009-06-07 | conf: remove obsolete module-idle-time directive from default config ↵ | Lennart Poettering | 1 | -7/+0 | |
file/man page | |||||
2009-06-07 | daemon: optionally call mlockall() on startup | Lennart Poettering | 1 | -0/+8 | |
2009-02-21 | introduce default channel map in addition to the default sample spec | Lennart Poettering | 1 | -0/+4 | |
2009-01-27 | move flat volume logic into the core. while doing so add n_volume_steps ↵ | Lennart Poettering | 1 | -2/+7 | |
field to sinks/sources | |||||
2009-01-07 | --check: Updated manpage slightly and pulseaudio --help slightly. | Sean McNamara | 1 | -2/+4 | |
It's good for new users - I didn't know about the convention for daemon checks to only bump the exit code until, say, a year after I first installed Linux. Of course, we could also put an entire guide to using Linux in our manpage, or tell users how to check the exit code with $?, or how to get to the terminal, or an example script, ... (you can see how this would quickly get out of control). So just a little bit more hint should be good for now. John? Does this work for you? Sean Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
2008-10-01 | it's --daemonize, not --daemon | Lennart Poettering | 1 | -1/+1 | |
2008-10-01 | Some man page updates, add missing documentation, other fixes. | Lennart Poettering | 2 | -12/+40 | |
2008-10-01 | Make the shared memory segment size configurable | Lennart Poettering | 2 | -0/+18 | |
This is useful only on systems where memory overcommit is not available or disabled. | |||||
2008-09-05 | Add new option to disable remixing from/to LFE and set it to on by default | Lennart Poettering | 1 | -0/+10 | |
2008-09-05 | update documentation and help texts for s32le/s32be sample types | Lennart Poettering | 2 | -4/+8 | |
2008-08-08 | Reduce rules for man pages generation to pattern rules. | Diego 'Flameeyes' Pettenò | 1 | -105/+8 | |
Instead of having to duplicat ethe same code all over for all the man pages, simplify it and reduce it to generic pattern rules.x |