summaryrefslogtreecommitdiffstats
path: root/src/utils/pacat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Check process name when dealing with PID filesLennart Poettering2007-11-211-11/+90
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-43/+43
* bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...Lennart Poettering2006-08-011-1/+1
* handle EOF correctly if it is read before the stream was createdLennart Poettering2006-07-291-9/+13
* replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"Lennart Poettering2006-06-191-1/+1
* big s/polyp/pulse/gLennart Poettering2006-06-191-6/+6
* Returned buffer attr is const.Pierre Ossman2006-05-261-1/+1
* * add new API function pa_stream_get_buffer_attr().Lennart Poettering2006-05-251-1/+19
* fix include line for "core-util.h"Lennart Poettering2006-05-171-1/+0
* replace memory allocation function calls with pa_xXXXX() Lennart Poettering2006-05-171-25/+21
* bump version number to 0.9Lennart Poettering2006-05-161-1/+1
* take the filename specified on the command line as default stream nameLennart Poettering2006-05-141-7/+11
* fix volume range printed on --helpLennart Poettering2006-04-261-2/+1
* allow specifying the channel map to use on the command lineLennart Poettering2006-04-261-3/+24
* when storing recording data in file, create file with proper access rightsLennart Poettering2006-04-121-1/+1
* yet anotrher fix for slow linksLennart Poettering2006-04-121-1/+1
* small fix to deal properly with slow linksLennart Poettering2006-04-121-4/+7
* beefup pacat a little: Lennart Poettering2006-04-121-13/+46
* when using record mode, allow file to save data to to be passed on the comman...Lennart Poettering2006-04-101-17/+17
* * update docs for reworked latency APILennart Poettering2006-04-071-5/+4
* update pacat.c for new latency APILennart Poettering2006-04-071-6/+34
* fix pacatLennart Poettering2006-02-211-13/+51
* change calls of pa_context_connect() to pass flags arugment correctlyLennart Poettering2006-02-201-1/+1
* 1) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering2006-02-201-3/+3
* Have a memblock queue on the client side during recording. This makes thePierre Ossman2006-02-171-2/+8
* shorten include list of utils a littleLennart Poettering2006-02-161-3/+1
* drop polyplib- prefix from client library filesLennart Poettering2006-02-161-2/+2
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+541