summaryrefslogtreecommitdiff
path: root/src/utils/pacat.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-13utils: Fixes for building without NLSArun Raghavan1-0/+2
2011-10-11pacat: Fail early if the media name cannot be setMaarten Bosmans1-0/+5
2011-08-29pacat: make pacat respond to cork/uncork eventsLu Guanqun1-0/+20
2011-08-25More spelling fixesMaarten Bosmans1-1/+1
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans1-3/+2
2011-06-27parecord: Automatically detect file format from extensionMaarten Bosmans1-7/+11
2011-03-11pacat: Fix memory leak when draining the context.Tanu Kaskinen1-1/+3
2011-03-02Get rid of some unused-function compiler warningsMaarten Bosmans1-0/+2
2010-08-12AC3 passthrough supportPierre-Louis Bossart1-0/+7
2010-02-21pacat: pass buffer_attr to recording streams tooLennart Poettering1-1/+1
2010-02-21pacat: always fully fulfill write requestsLennart Poettering1-17/+30
2010-02-21Revert "pacat: Don't use any buffer attr if we don't set any latency/process ...Lennart Poettering1-9/+4
2010-02-11pacat: Don't use any buffer attr if we don't set any latency/process time paramsColin Guthrie1-4/+9
2010-02-09pacat: allow configuration of latency in msecLennart Poettering1-9/+37
2009-10-30use cloexec wrappers wherever applicableLennart Poettering1-1/+1
2009-09-17pacat: use fully automatic buffer sizes if possibleLennart Poettering1-5/+9
2009-09-08pacat: don't convert stream name twice (llvm-clang-analyzer)Lennart Poettering1-1/+0
2009-09-08llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering1-3/+2
2009-09-07i18n: move \r out of translatable stringLennart Poettering1-1/+2
2009-07-23pacat: use zero-copy write calls when playing audio fileLennart Poettering1-61/+65
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-14/+5
2009-05-26sndfile: big rework of libsndfile interfacing codeLennart Poettering1-223/+494
2009-04-14pacat: add missing newlineLennart Poettering1-1/+1
2009-04-01in verbose mode log buffer attr changesLennart Poettering1-0/+8
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-19pacat: remove unused variableMarc-André Lureau1-2/+1
2009-02-12allow sending meta/policy events to clientsLennart Poettering1-0/+13
2009-01-12for record streams fill in the latency as the fragsizeLennart Poettering1-0/+1
2009-01-10Make sure we don't drop any data on the client sideLennart Poettering1-9/+8
2008-10-22don't set the volume of pacat unless it is explicitly setLennart Poettering1-1/+3
2008-09-05check for errors returned by pa_context_connect()Lennart Poettering1-1/+4
2008-09-05use pa_channel_map_compatible() where applicableLennart Poettering1-1/+1
2008-09-05update documentation and help texts for s32le/s32be sample typesLennart Poettering1-1/+1
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-11/+11
2008-08-06add i18n supportLennart Poettering1-54/+55
2008-06-27use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...Lennart Poettering1-0/+2
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-31/+87
2007-11-21- Check process name when dealing with PID filesLennart Poettering1-11/+90
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+3
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-43/+43
2006-08-01bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...Lennart Poettering1-1/+1
2006-07-29handle EOF correctly if it is read before the stream was createdLennart Poettering1-9/+13
2006-06-19replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"Lennart Poettering1-1/+1
2006-06-19big s/polyp/pulse/gLennart Poettering1-6/+6
2006-05-26Returned buffer attr is const.Pierre Ossman1-1/+1
2006-05-25* add new API function pa_stream_get_buffer_attr().Lennart Poettering1-1/+19
2006-05-17fix include line for "core-util.h"Lennart Poettering1-1/+0
2006-05-17replace memory allocation function calls with pa_xXXXX() Lennart Poettering1-25/+21
2006-05-16bump version number to 0.9Lennart Poettering1-1/+1