summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* read stream and client name from $PADSP_STREAM_NAME resp. $PADSP_CLIENT_NAME,...Lennart Poettering2006-05-251-4/+17
* add support to disable emulation of /dev/dsp,/dev/mixer,/dev/sndstat selectiv...Lennart Poettering2006-05-251-3/+58
* fix evil, evil typo that cause all gtk2 based apps to crashLennart Poettering2006-05-251-1/+1
* * issue volume updates syncrhonouslyLennart Poettering2006-05-251-5/+18
* Fix warnings.Pierre Ossman2006-05-241-7/+14
* Fix stray \Pierre Ossman2006-05-241-1/+1
* implement a /dev/mixer interfaceLennart Poettering2006-05-241-25/+261
* fix playback of small sound filesLennart Poettering2006-05-241-2/+4
* implement emulation of /dev/sndstatLennart Poettering2006-05-231-15/+102
* - use pthread_atfork() to disable open sound streams in the child after a fork.Lennart Poettering2006-05-231-6/+122
* pass the binary name as client name to polypaudioLennart Poettering2006-05-231-1/+13
* Cast size_t to long to be more compatible with 64-bit systems.Pierre Ossman2006-05-231-1/+1
* add new padsp utility: a $LD_PRELOAD wrapper for using the OSS API with polyp...Lennart Poettering2006-05-232-0/+1314
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-7/+8
* Fix some missing headers.Pierre Ossman2006-05-191-0/+2
* Make paplay convert names to UTF-8 before sending to the server.Pierre Ossman2006-05-181-4/+18
* Don't include util.h from core-util.h as it is not needed by many users.Pierre Ossman2006-05-181-0/+2
* fix include line for "core-util.h"Lennart Poettering2006-05-173-3/+2
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-3/+1
* replace memory allocation function calls with pa_xXXXX() Lennart Poettering2006-05-173-63/+54
* * use S16NE for SF_FORMAT_PCM_S8 formats, tooLennart Poettering2006-05-171-2/+4
* when playing an ULAW or ALAW audio file, do not convert to S16NE unconditiona...Lennart Poettering2006-05-171-22/+35
* bump version number to 0.9Lennart Poettering2006-05-163-3/+3
* take the filename specified on the command line as default stream nameLennart Poettering2006-05-141-7/+11
* allow the user to specify an alternative channel map in paplay tooLennart Poettering2006-04-261-4/+25
* 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
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-181-1/+1
* 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
* * show flags value when dumping sink/source info in pactl. Lennart Poettering2006-04-071-7/+15
* * update docs for reworked latency APILennart Poettering2006-04-071-5/+4
* update pacat.c for new latency APILennart Poettering2006-04-071-6/+34
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-232-11/+11
* revive howl supportLennart Poettering2006-02-221-10/+13
* fix pacatLennart Poettering2006-02-211-13/+51
* change calls of pa_context_connect() to pass flags arugment correctlyLennart Poettering2006-02-203-3/+3
* * modify pa_context_exit_daemon() to return a pa_operation objectLennart Poettering2006-02-201-1/+1
* 1) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering2006-02-203-6/+6
* Have a memblock queue on the client side during recording. This makes thePierre Ossman2006-02-171-2/+8
* Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-171-1/+2
* shorten include list of utils a littleLennart Poettering2006-02-165-11/+4
* drop polyplib- prefix from client library filesLennart Poettering2006-02-164-6/+6
* add a bunch of simple Makefile in the subdirs, just to make compilation with ...Lennart Poettering2006-02-161-0/+1
* * svn:ignore some filesLennart Poettering2006-02-161-98/+0
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-167-0/+2348