]> code.delx.au - pulseaudio/history - src/utils
Fix padsp script so that it accepts parameters, setting relevant environment
[pulseaudio] / src / utils /
2006-05-25 Pierre OssmanFix padsp script so that it accepts parameters, setting...
2006-05-25 Pierre OssmanUse only the basename of libpolypdsp.so so that it...
2006-05-25 Lennart Poetteringread stream and client name from $PADSP_STREAM_NAME...
2006-05-25 Lennart Poetteringadd support to disable emulation of /dev/dsp,/dev/mixer...
2006-05-25 Lennart Poetteringfix evil, evil typo that cause all gtk2 based apps...
2006-05-25 Lennart Poettering* issue volume updates syncrhonously
2006-05-24 Pierre OssmanFix warnings.
2006-05-24 Pierre OssmanFix stray \
2006-05-24 Lennart Poetteringimplement a /dev/mixer interface
2006-05-24 Lennart Poetteringfix playback of small sound files
2006-05-23 Lennart Poetteringimplement emulation of /dev/sndstat
2006-05-23 Lennart Poettering- use pthread_atfork() to disable open sound streams...
2006-05-23 Lennart Poetteringpass the binary name as client name to polypaudio
2006-05-23 Pierre OssmanCast size_t to long to be more compatible with 64-bit...
2006-05-23 Lennart Poetteringadd new padsp utility: a $LD_PRELOAD wrapper for using...
2006-05-22 Pierre OssmanWrap strerror() in a function that makes it thread...
2006-05-19 Pierre OssmanFix some missing headers.
2006-05-18 Pierre OssmanMake paplay convert names to UTF-8 before sending to...
2006-05-18 Pierre OssmanDon't include util.h from core-util.h as it is not...
2006-05-17 Lennart Poetteringfix include line for "core-util.h"
2006-05-17 Lennart Poetteringsplit polypcore/util.[ch] into polypcore/core-util...
2006-05-17 Lennart Poetteringreplace memory allocation function calls with pa_xXXXX()
2006-05-17 Lennart Poettering* use S16NE for SF_FORMAT_PCM_S8 formats, too
2006-05-17 Lennart Poetteringwhen playing an ULAW or ALAW audio file, do not convert...
2006-05-16 Lennart Poetteringbump version number to 0.9
2006-05-14 Lennart Poetteringtake the filename specified on the command line as...
2006-04-26 Lennart Poetteringallow the user to specify an alternative channel map...
2006-04-26 Lennart Poetteringfix volume range printed on --help
2006-04-26 Lennart Poetteringallow specifying the channel map to use on the command...
2006-04-18 Lennart Poetteringfix a couple of issues I found when compiling polypaudi...
2006-04-12 Lennart Poetteringwhen storing recording data in file, create file with...
2006-04-12 Lennart Poetteringyet anotrher fix for slow links
2006-04-12 Lennart Poetteringsmall fix to deal properly with slow links
2006-04-12 Lennart Poetteringbeefup pacat a little:
2006-04-10 Lennart Poetteringwhen using record mode, allow file to save data to...
2006-04-07 Lennart Poettering* show flags value when dumping sink/source info in...
2006-04-07 Lennart Poettering* update docs for reworked latency API
2006-04-07 Lennart Poetteringupdate pacat.c for new latency API
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-22 Lennart Poetteringrevive howl support
2006-02-21 Lennart Poetteringfix pacat
2006-02-20 Lennart Poetteringchange calls of pa_context_connect() to pass flags...
2006-02-20 Lennart Poettering* modify pa_context_exit_daemon() to return a pa_operat...
2006-02-20 Lennart Poettering1) Add flexible seeking support (including absolute...
2006-02-17 Pierre OssmanHave a memblock queue on the client side during recordi...
2006-02-17 Pierre OssmanCleaned up the includes after the restructuring. Indica...
2006-02-16 Lennart Poetteringshorten include list of utils a little
2006-02-16 Lennart Poetteringdrop polyplib- prefix from client library files
2006-02-16 Lennart Poetteringadd a bunch of simple Makefile in the subdirs, just...
2006-02-16 Lennart Poettering* svn:ignore some files
2006-02-16 Pierre OssmanReorganised the source tree. We now have src/ with...