summaryrefslogtreecommitdiff
path: root/src/utils/pacat.c
Commit message (Expand)AuthorAgeFilesLines
* Removed exclamation marks from user-visible messages.Deepak Srivastava2015-08-141-1/+1
* 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-141-3/+1
* pacat: Mention source in addition to sink where applicable in helpPeter Meerwald2014-04-271-4/+4
* pacat: Fix partially translated messageTanu Kaskinen2014-03-241-2/+2
* pacat: Added support for recording from one specific sink inputMagnus Ekhall2013-08-141-3/+18
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-18/+18
* pacat: Fix mode detection for parecordTanu Kaskinen2013-03-211-1/+1
* pacat: Handle holes in recording streams.Tanu Kaskinen2013-02-041-11/+26
* pacat: Replace read(), write() with pa_* equivalent.Thomas Martitz2012-10-231-3/+5
* pacat: Enable binary mode on Windows.Thomas Martitz2012-10-231-0/+4
* utils: Fixes for building without NLSArun Raghavan2011-12-131-0/+2
* pacat: Fail early if the media name cannot be setMaarten Bosmans2011-10-111-0/+5
* pacat: make pacat respond to cork/uncork eventsLu Guanqun2011-08-291-0/+20
* More spelling fixesMaarten Bosmans2011-08-251-1/+1
* Move i18n.[ch] to src/pulsecoreMaarten Bosmans2011-08-111-3/+2
* parecord: Automatically detect file format from extensionMaarten Bosmans2011-06-271-7/+11
* 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
* AC3 passthrough supportPierre-Louis Bossart2010-08-121-0/+7
* pacat: pass buffer_attr to recording streams tooLennart Poettering2010-02-211-1/+1
* pacat: always fully fulfill write requestsLennart Poettering2010-02-211-17/+30
* Revert "pacat: Don't use any buffer attr if we don't set any latency/process ...Lennart Poettering2010-02-211-9/+4
* 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
* use cloexec wrappers wherever applicableLennart Poettering2009-10-301-1/+1
* pacat: use fully automatic buffer sizes if possibleLennart Poettering2009-09-171-5/+9
* 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
* pacat: use zero-copy write calls when playing audio fileLennart Poettering2009-07-231-61/+65
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-14/+5
* sndfile: big rework of libsndfile interfacing codeLennart Poettering2009-05-261-223/+494
* pacat: add missing newlineLennart Poettering2009-04-141-1/+1
* in verbose mode log buffer attr changesLennart Poettering2009-04-011-0/+8
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* pacat: remove unused variableMarc-André Lureau2009-02-191-2/+1
* allow sending meta/policy events to clientsLennart Poettering2009-02-121-0/+13
* for record streams fill in the latency as the fragsizeLennart Poettering2009-01-121-0/+1
* Make sure we don't drop any data on the client sideLennart Poettering2009-01-101-9/+8
* don't set the volume of pacat unless it is explicitly setLennart Poettering2008-10-221-1/+3
* check for errors returned by pa_context_connect()Lennart Poettering2008-09-051-1/+4
* use pa_channel_map_compatible() where applicableLennart Poettering2008-09-051-1/+1
* update documentation and help texts for s32le/s32be sample typesLennart Poettering2008-09-051-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-11/+11
* add i18n supportLennart Poettering2008-08-061-54/+55
* use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...Lennart Poettering2008-06-271-0/+2
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-31/+87