summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Don't call pa_path_get_filename() anymore since it is implicitly called by pa...Lennart Poettering2006-07-141-1/+1
* * add proper error handling to pabrowse.cLennart Poettering2006-07-131-1/+16
* Fix handling of the io flags in duplex mode.Pierre Ossman2006-06-201-17/+21
* Warn when applications use SNDCTL_DSP_GET[IO]PTR even when they shouldn't.Pierre Ossman2006-06-201-1/+10
* Make fix_metrics() exit early so that it doesn't spam the output needlessly.Pierre Ossman2006-06-201-0/+7
* Fix the final few occurences of polyp.Pierre Ossman2006-06-201-2/+2
* s/POLYP/PULSE/gLennart Poettering2006-06-192-31/+31
* replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"Lennart Poettering2006-06-197-17/+17
* big s/polyp/pulse/gLennart Poettering2006-06-199-58/+58
* Handle clients that just want to set fragment size (and not count).Pierre Ossman2006-06-191-1/+5
* /dev/dsp should default to U8, not mulaw.Pierre Ossman2006-06-161-1/+1
* Creating a stream might take some time, so check that it's in the right statePierre Ossman2006-06-161-2/+2
* Record support.Pierre Ossman2006-06-161-132/+435
* Make debug output in padsp a bit less verbose. Specifying -d twice will givePierre Ossman2006-06-152-118/+146
* Catch the access() system call as some applications do this to test if theyPierre Ossman2006-06-131-0/+28
* Fix the fix_metrics() function so that we don't get a tiny buffer by default.Pierre Ossman2006-05-261-6/+16
* Fix typos.Pierre Ossman2006-05-261-3/+3
* 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
* Wrong prefix used in the padsp script.Pierre Ossman2006-05-251-10/+10
* really fix a superfluous warning when building padsp.cLennart Poettering2006-05-251-1/+1
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-252-9/+9
* Fix padsp script so that it accepts parameters, setting relevant environmentPierre Ossman2006-05-251-0/+51
* Use only the basename of libpolypdsp.so so that it will work on multi-archPierre Ossman2006-05-251-2/+2
* 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