summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-06-02Tagging release 0.9.1tags/release-0.9.1Lennart Poettering0-0/+0
2006-06-02update docs for 0.9.1Lennart Poettering1-1/+10
2006-06-02bump version and sonameLennart Poettering1-2/+2
2006-06-02Add new configure options to disable/enable specific modules at configure tim...Lennart Poettering1-24/+90
2006-06-01update todoPierre Ossman1-0/+2
2006-06-01Try the ltdl mangled name ourselves so that .la files for modules are optional.Pierre Ossman1-2/+36
2006-05-31remove superfluous prefixes from service namesLennart Poettering1-2/+2
2006-05-31update TODOLennart Poettering1-0/+3
2006-05-31decrease maximum allowed sample frequency for ALSA devices to 5%, since 48000...Lennart Poettering1-1/+1
2006-05-30downgrade a log messageLennart Poettering1-1/+1
2006-05-30* alsa-sink: if "PCM" is not found as mixer track name, fallback to "Master"Lennart Poettering4-9/+20
2006-05-30* if an ALSA device doesn't support the channel count requested, use what ALS...Lennart Poettering4-11/+36
2006-05-30update todoLennart Poettering1-0/+1
2006-05-30load alsa modules with device string hw:0 instead of hw:0,0Lennart Poettering1-1/+1
2006-05-30fix amd64 portability issuesLennart Poettering1-3/+2
2006-05-29merge patch from Igor Zubkov, fixing linking of the HOWL modulesLennart Poettering1-2/+2
2006-05-29update svn:ignore to reflect the esdcompat name changeLennart Poettering0-0/+0
2006-05-29drop the .sh suffix from esdcompatLennart Poettering2-4/+4
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