| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Handle pretty printing of IPv6 socket names. | Pierre Ossman | 2006-06-13 | 1 | -0/+17 |
* | Use AM_ICONV to determine what needs to be done for iconv support. (closes #19) | Pierre Ossman | 2006-06-12 | 2 | -6/+7 |
* | Add all the preopen libs to the polypaudio binary's dependency list as they | Pierre Ossman | 2006-06-11 | 1 | -0/+2 |
* | rework ioline EOF handling to actually work properly | Lennart Poettering | 2006-06-03 | 1 | -32/+55 |
* | fix pa_xstrndup() implementation to not access potentially uninitialized memory | Lennart Poettering | 2006-06-03 | 1 | -10/+9 |
* | actually build cpulimit support if SIGXCPU is available | Lennart Poettering | 2006-06-02 | 1 | -3/+4 |
* | fix ugly access-after-free bug when doing asyncronous NS lookups | Lennart Poettering | 2006-06-02 | 1 | -6/+8 |
* | Try the ltdl mangled name ourselves so that .la files for modules are optional. | Pierre Ossman | 2006-06-01 | 1 | -2/+36 |
* | remove superfluous prefixes from service names | Lennart Poettering | 2006-05-31 | 1 | -2/+2 |
* | decrease maximum allowed sample frequency for ALSA devices to 5%, since 48000... | Lennart Poettering | 2006-05-31 | 1 | -1/+1 |
* | downgrade a log message | Lennart Poettering | 2006-05-30 | 1 | -1/+1 |
* | * alsa-sink: if "PCM" is not found as mixer track name, fallback to "Master" | Lennart Poettering | 2006-05-30 | 4 | -9/+20 |
* | * if an ALSA device doesn't support the channel count requested, use what ALS... | Lennart Poettering | 2006-05-30 | 4 | -11/+36 |
* | load alsa modules with device string hw:0 instead of hw:0,0 | Lennart Poettering | 2006-05-30 | 1 | -1/+1 |
* | fix amd64 portability issues | Lennart Poettering | 2006-05-30 | 1 | -3/+2 |
* | merge patch from Igor Zubkov, fixing linking of the HOWL modules | Lennart Poettering | 2006-05-29 | 1 | -2/+2 |
* | drop the .sh suffix from esdcompat | Lennart Poettering | 2006-05-29 | 2 | -4/+4 |
* | disable padsp for the polypaudio daemon itself by defining the __padsp_disabl... | Lennart Poettering | 2006-05-26 | 1 | -0/+7 |
* | Fix the fix_metrics() function so that we don't get a tiny buffer by default. | Pierre Ossman | 2006-05-26 | 1 | -6/+16 |
* | Fix typos. | Pierre Ossman | 2006-05-26 | 1 | -3/+3 |
* | Returned buffer attr is const. | Pierre Ossman | 2006-05-26 | 1 | -1/+1 |
* | Explicitly check version number when determining which fields are in a stream | Pierre Ossman | 2006-05-26 | 2 | -20/+10 |
* | * add new API function pa_stream_get_buffer_attr(). | Lennart Poettering | 2006-05-25 | 7 | -4/+108 |
* | Wrong prefix used in the padsp script. | Pierre Ossman | 2006-05-25 | 1 | -10/+10 |
* | We only need the so for libpolypdsp. | Pierre Ossman | 2006-05-25 | 1 | -0/+2 |
* | really fix a superfluous warning when building padsp.c | Lennart Poettering | 2006-05-25 | 1 | -1/+1 |
* | * split pa_cstrerror() into its own file polypcore/core-error.[ch] | Lennart Poettering | 2006-05-25 | 48 | -253/+324 |
* | Fix padsp script so that it accepts parameters, setting relevant environment | Pierre Ossman | 2006-05-25 | 1 | -0/+51 |
* | Use only the basename of libpolypdsp.so so that it will work on multi-arch | Pierre Ossman | 2006-05-25 | 2 | -11/+5 |
* | Move libpolypdsp in the makefile to avoid the libtool bug where it must come | Pierre Ossman | 2006-05-25 | 1 | -19/+24 |
* | read stream and client name from $PADSP_STREAM_NAME resp. $PADSP_CLIENT_NAME,... | Lennart Poettering | 2006-05-25 | 1 | -4/+17 |
* | add support to disable emulation of /dev/dsp,/dev/mixer,/dev/sndstat selectiv... | Lennart Poettering | 2006-05-25 | 1 | -3/+58 |
* | fix evil, evil typo that cause all gtk2 based apps to crash | Lennart Poettering | 2006-05-25 | 1 | -1/+1 |
* | * issue volume updates syncrhonously | Lennart Poettering | 2006-05-25 | 1 | -5/+18 |
* | Fix warnings. | Pierre Ossman | 2006-05-24 | 8 | -18/+42 |
* | Fix stray \ | Pierre Ossman | 2006-05-24 | 1 | -1/+1 |
* | implement a /dev/mixer interface | Lennart Poettering | 2006-05-24 | 1 | -25/+261 |
* | fix playback of small sound files | Lennart Poettering | 2006-05-24 | 1 | -2/+4 |
* | implement emulation of /dev/sndstat | Lennart Poettering | 2006-05-23 | 1 | -15/+102 |
* | - use pthread_atfork() to disable open sound streams in the child after a fork. | Lennart Poettering | 2006-05-23 | 1 | -6/+122 |
* | pass the binary name as client name to polypaudio | Lennart Poettering | 2006-05-23 | 1 | -1/+13 |
* | Cast size_t to long to be more compatible with 64-bit systems. | Pierre Ossman | 2006-05-23 | 1 | -1/+1 |
* | add new padsp utility: a $LD_PRELOAD wrapper for using the OSS API with polyp... | Lennart Poettering | 2006-05-23 | 3 | -2/+1335 |
* | change return type of pa_cstrerror() to "const char*" | Lennart Poettering | 2006-05-23 | 2 | -2/+2 |
* | Fix some warnings. | Pierre Ossman | 2006-05-23 | 2 | -1/+2 |
* | Fix TLS on Win32 to something a bit more safe and portable (compiler-wise). | Pierre Ossman | 2006-05-22 | 1 | -1/+85 |
* | add missing #include | Lennart Poettering | 2006-05-22 | 1 | -0/+1 |
* | Wrap strerror() in a function that makes it thread safe and converts the | Pierre Ossman | 2006-05-22 | 48 | -169/+334 |
* | add missing #include | Lennart Poettering | 2006-05-21 | 1 | -0/+1 |
* | add new function pa_usec_to_bytes() as inverse of pa_bytes_to_usec() | Lennart Poettering | 2006-05-21 | 2 | -0/+9 |