summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-26Tagging release 0.9.0tags/release-0.9.0Lennart Poettering0-0/+0
2006-05-26update README for 0.9.0Lennart Poettering1-6/+6
2006-05-26disable padsp for the polypaudio daemon itself by defining the __padsp_disabl...Lennart Poettering1-0/+7
2006-05-26update todoPierre Ossman1-4/+1
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-26Explicitly check version number when determining which fields are in a streamPierre Ossman2-20/+10
2006-05-25update todoLennart Poettering1-3/+0
2006-05-25* add new API function pa_stream_get_buffer_attr().Lennart Poettering8-5/+109
2006-05-25Wrong prefix used in the padsp script.Pierre Ossman1-10/+10
2006-05-25We only need the so for libpolypdsp.Pierre Ossman1-0/+2
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 Poettering49-255/+324
2006-05-25move modules to ${libdir}/polypaudio-${PA_MAJORMINOR}/modules/Lennart Poettering2-3/+2
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 Ossman2-11/+5
2006-05-25Move libpolypdsp in the makefile to avoid the libtool bug where it must comePierre Ossman1-19/+24
2006-05-25add item about moving pa_cstrerror() to TODOLennart Poettering1-1/+2
2006-05-25update todoLennart Poettering1-4/+7
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-25update TODOLennart Poettering1-0/+2
2006-05-24padsp needs dlsym & co so make sure we get that lib included.Pierre Ossman1-0/+1
2006-05-24Fix warnings.Pierre Ossman8-18/+42
2006-05-24Remove the exceedingly anal warnings. It's impossible to write a non-trivialPierre Ossman1-1/+1
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 Poettering3-2/+1335
2006-05-23change return type of pa_cstrerror() to "const char*"Lennart Poettering2-2/+2
2006-05-23Fix some warnings.Pierre Ossman2-1/+2
2006-05-22Fix TLS on Win32 to something a bit more safe and portable (compiler-wise).Pierre Ossman1-1/+85
2006-05-22add missing #includeLennart Poettering1-0/+1
2006-05-22Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman49-169/+337
2006-05-22update todoPierre Ossman1-0/+1
2006-05-21add missing #includeLennart Poettering1-0/+1
2006-05-21add new function pa_usec_to_bytes() as inverse of pa_bytes_to_usec()Lennart Poettering2-0/+9
2006-05-20doc updateLennart Poettering1-0/+1
2006-05-20fix long-standing buf that could cause polypaudio to eat 100% CPU: fix handli...Lennart Poettering1-4/+4
2006-05-20rename pa_simple_get_playback_latency() to pa_simple_get_latency() and allow ...Lennart Poettering3-6/+4
2006-05-19generate PA_MAJORMINOR properly - only from major and minor, not from microLennart Poettering1-2/+7
2006-05-19Fix some missing headers.Pierre Ossman3-1/+4
2006-05-19Fix which headers get installed for libpolyp.Pierre Ossman1-1/+11