summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2006-06-20Fix handling of the io flags in duplex mode.Pierre Ossman1-17/+21
2006-06-20Warn when applications use SNDCTL_DSP_GET[IO]PTR even when they shouldn't.Pierre Ossman1-1/+10
2006-06-20Make fix_metrics() exit early so that it doesn't spam the output needlessly.Pierre Ossman1-0/+7
2006-06-20Fix the final few occurences of polyp.Pierre Ossman1-2/+2
2006-06-19s/POLYP/PULSE/gLennart Poettering2-31/+31
2006-06-19replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"Lennart Poettering7-17/+17
2006-06-19big s/polyp/pulse/gLennart Poettering9-58/+58
2006-06-19Handle clients that just want to set fragment size (and not count).Pierre Ossman1-1/+5
2006-06-16/dev/dsp should default to U8, not mulaw.Pierre Ossman1-1/+1
2006-06-16Creating a stream might take some time, so check that it's in the right statePierre Ossman1-2/+2
2006-06-16Record support.Pierre Ossman1-132/+435
2006-06-15Make debug output in padsp a bit less verbose. Specifying -d twice will givePierre Ossman2-118/+146
2006-06-13Catch the access() system call as some applications do this to test if theyPierre Ossman1-0/+28
2006-05-26Fix the fix_metrics() function so that we don't get a tiny buffer by default.Pierre Ossman1-6/+16
2006-05-26Fix typos.Pierre Ossman1-3/+3
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-25Wrong prefix used in the padsp script.Pierre Ossman1-10/+10
2006-05-25really fix a superfluous warning when building padsp.cLennart Poettering1-1/+1
2006-05-25* split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2-9/+9
2006-05-25Fix padsp script so that it accepts parameters, setting relevant environmentPierre Ossman1-0/+51
2006-05-25Use only the basename of libpolypdsp.so so that it will work on multi-archPierre Ossman1-2/+2
2006-05-25read stream and client name from $PADSP_STREAM_NAME resp. $PADSP_CLIENT_NAME,...Lennart Poettering1-4/+17
2006-05-25add support to disable emulation of /dev/dsp,/dev/mixer,/dev/sndstat selectiv...Lennart Poettering1-3/+58
2006-05-25fix evil, evil typo that cause all gtk2 based apps to crashLennart Poettering1-1/+1
2006-05-25* issue volume updates syncrhonouslyLennart Poettering1-5/+18
2006-05-24Fix warnings.Pierre Ossman1-7/+14
2006-05-24Fix stray \Pierre Ossman1-1/+1
2006-05-24implement a /dev/mixer interfaceLennart Poettering1-25/+261
2006-05-24fix playback of small sound filesLennart Poettering1-2/+4
2006-05-23implement emulation of /dev/sndstatLennart Poettering1-15/+102
2006-05-23- use pthread_atfork() to disable open sound streams in the child after a fork.Lennart Poettering1-6/+122
2006-05-23pass the binary name as client name to polypaudioLennart Poettering1-1/+13
2006-05-23Cast size_t to long to be more compatible with 64-bit systems.Pierre Ossman1-1/+1
2006-05-23add new padsp utility: a $LD_PRELOAD wrapper for using the OSS API with polyp...Lennart Poettering2-0/+1314
2006-05-22Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman1-7/+8
2006-05-19Fix some missing headers.Pierre Ossman1-0/+2
2006-05-18Make paplay convert names to UTF-8 before sending to the server.Pierre Ossman1-4/+18
2006-05-18Don't include util.h from core-util.h as it is not needed by many users.Pierre Ossman1-0/+2
2006-05-17fix include line for "core-util.h"Lennart Poettering3-3/+2
2006-05-17split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering1-3/+1
2006-05-17replace memory allocation function calls with pa_xXXXX() Lennart Poettering3-63/+54
2006-05-17* use S16NE for SF_FORMAT_PCM_S8 formats, tooLennart Poettering1-2/+4
2006-05-17when playing an ULAW or ALAW audio file, do not convert to S16NE unconditiona...Lennart Poettering1-22/+35
2006-05-16bump version number to 0.9Lennart Poettering3-3/+3
2006-05-14take the filename specified on the command line as default stream nameLennart Poettering1-7/+11
2006-04-26allow the user to specify an alternative channel map in paplay tooLennart Poettering1-4/+25
2006-04-26fix volume range printed on --helpLennart Poettering1-2/+1
2006-04-26allow specifying the channel map to use on the command lineLennart Poettering1-3/+24
2006-04-18fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering1-1/+1