summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rename polypaudio.h to pulseaudio.hLennart Poettering2006-06-191-0/+0
* big s/polyp/pulse/gLennart Poettering2006-06-19285-2574/+2574
* Handle clients that just want to set fragment size (and not count).Pierre Ossman2006-06-191-1/+5
* * rework latency interpolation to make it smootherLennart Poettering2006-06-192-19/+12
* minor cleanupsLennart Poettering2006-06-191-2/+2
* add new test "interpol-test"Lennart Poettering2006-06-192-0/+174
* * add new argument 'exit_on_eof' to module-cli and make use of it if "-C" is ...Lennart Poettering2006-06-182-12/+48
* * implement volume adjusting and mixing for S16RELennart Poettering2006-06-171-3/+83
* * make hw param settings easier to debug by splitting up long ifLennart Poettering2006-06-171-6/+18
* /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
* if S16NE is not supported, fall back to S16RE. If FLOAT32NE is not supported,...Lennart Poettering2006-06-161-14/+70
* Make debug output in padsp a bit less verbose. Specifying -d twice will givePierre Ossman2006-06-152-118/+146
* Make a copy of the va_list as vsnprintf() is free to change it.Pierre Ossman2006-06-131-1/+7
* Catch the access() system call as some applications do this to test if theyPierre Ossman2006-06-131-0/+28
* Make sure our inet_ntop() implementation gets linked into the new users.Pierre Ossman2006-06-131-1/+4
* Tweak the printing of client connections a bit so that it's more apparentPierre Ossman2006-06-133-3/+10
* Handle pretty printing of IPv6 socket names.Pierre Ossman2006-06-131-0/+17
* Use AM_ICONV to determine what needs to be done for iconv support. (closes #19)Pierre Ossman2006-06-122-6/+7
* Add all the preopen libs to the polypaudio binary's dependency list as theyPierre Ossman2006-06-111-0/+2
* rework ioline EOF handling to actually work properlyLennart Poettering2006-06-031-32/+55
* fix pa_xstrndup() implementation to not access potentially uninitialized memoryLennart Poettering2006-06-031-10/+9
* actually build cpulimit support if SIGXCPU is availableLennart Poettering2006-06-021-3/+4
* fix ugly access-after-free bug when doing asyncronous NS lookupsLennart Poettering2006-06-021-6/+8
* Try the ltdl mangled name ourselves so that .la files for modules are optional.Pierre Ossman2006-06-011-2/+36
* remove superfluous prefixes from service namesLennart Poettering2006-05-311-2/+2
* decrease maximum allowed sample frequency for ALSA devices to 5%, since 48000...Lennart Poettering2006-05-311-1/+1
* downgrade a log messageLennart Poettering2006-05-301-1/+1
* * alsa-sink: if "PCM" is not found as mixer track name, fallback to "Master"Lennart Poettering2006-05-304-9/+20
* * if an ALSA device doesn't support the channel count requested, use what ALS...Lennart Poettering2006-05-304-11/+36
* load alsa modules with device string hw:0 instead of hw:0,0Lennart Poettering2006-05-301-1/+1
* fix amd64 portability issuesLennart Poettering2006-05-301-3/+2
* merge patch from Igor Zubkov, fixing linking of the HOWL modulesLennart Poettering2006-05-291-2/+2
* drop the .sh suffix from esdcompatLennart Poettering2006-05-292-4/+4
* disable padsp for the polypaudio daemon itself by defining the __padsp_disabl...Lennart Poettering2006-05-261-0/+7
* 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
* * add new API function pa_stream_get_buffer_attr().Lennart Poettering2006-05-257-4/+108
* 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-2548-253/+324
* 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
* 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