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