Age | Commit message (Expand) | Author | Files | Lines |
2006-06-19 | big s/polyp/pulse/g | Lennart Poettering | 285 | -2574/+2574 |
2006-06-19 | Handle clients that just want to set fragment size (and not count). | Pierre Ossman | 1 | -1/+5 |
2006-06-19 | * rework latency interpolation to make it smoother | Lennart Poettering | 2 | -19/+12 |
2006-06-19 | minor cleanups | Lennart Poettering | 1 | -2/+2 |
2006-06-19 | add new test "interpol-test" | Lennart Poettering | 2 | -0/+174 |
2006-06-18 | * add new argument 'exit_on_eof' to module-cli and make use of it if "-C" is ... | Lennart Poettering | 2 | -12/+48 |
2006-06-17 | * implement volume adjusting and mixing for S16RE | Lennart Poettering | 1 | -3/+83 |
2006-06-17 | * make hw param settings easier to debug by splitting up long if | Lennart Poettering | 1 | -6/+18 |
2006-06-16 | /dev/dsp should default to U8, not mulaw. | Pierre Ossman | 1 | -1/+1 |
2006-06-16 | Creating a stream might take some time, so check that it's in the right state | Pierre Ossman | 1 | -2/+2 |
2006-06-16 | Record support. | Pierre Ossman | 1 | -132/+435 |
2006-06-16 | if S16NE is not supported, fall back to S16RE. If FLOAT32NE is not supported,... | Lennart Poettering | 1 | -14/+70 |
2006-06-15 | Make debug output in padsp a bit less verbose. Specifying -d twice will give | Pierre Ossman | 2 | -118/+146 |
2006-06-13 | Make a copy of the va_list as vsnprintf() is free to change it. | Pierre Ossman | 1 | -1/+7 |
2006-06-13 | Catch the access() system call as some applications do this to test if they | Pierre Ossman | 1 | -0/+28 |
2006-06-13 | Make sure our inet_ntop() implementation gets linked into the new users. | Pierre Ossman | 1 | -1/+4 |
2006-06-13 | Tweak the printing of client connections a bit so that it's more apparent | Pierre Ossman | 3 | -3/+10 |
2006-06-13 | Handle pretty printing of IPv6 socket names. | Pierre Ossman | 1 | -0/+17 |
2006-06-12 | Use AM_ICONV to determine what needs to be done for iconv support. (closes #19) | Pierre Ossman | 2 | -6/+7 |
2006-06-11 | Add all the preopen libs to the polypaudio binary's dependency list as they | Pierre Ossman | 1 | -0/+2 |
2006-06-03 | rework ioline EOF handling to actually work properly | Lennart Poettering | 1 | -32/+55 |
2006-06-03 | fix pa_xstrndup() implementation to not access potentially uninitialized memory | Lennart Poettering | 1 | -10/+9 |
2006-06-02 | actually build cpulimit support if SIGXCPU is available | Lennart Poettering | 1 | -3/+4 |
2006-06-02 | fix ugly access-after-free bug when doing asyncronous NS lookups | Lennart Poettering | 1 | -6/+8 |
2006-06-01 | Try the ltdl mangled name ourselves so that .la files for modules are optional. | Pierre Ossman | 1 | -2/+36 |
2006-05-31 | remove superfluous prefixes from service names | Lennart Poettering | 1 | -2/+2 |
2006-05-31 | decrease maximum allowed sample frequency for ALSA devices to 5%, since 48000... | Lennart Poettering | 1 | -1/+1 |
2006-05-30 | downgrade a log message | Lennart Poettering | 1 | -1/+1 |
2006-05-30 | * alsa-sink: if "PCM" is not found as mixer track name, fallback to "Master" | Lennart Poettering | 4 | -9/+20 |
2006-05-30 | * if an ALSA device doesn't support the channel count requested, use what ALS... | Lennart Poettering | 4 | -11/+36 |
2006-05-30 | load alsa modules with device string hw:0 instead of hw:0,0 | Lennart Poettering | 1 | -1/+1 |
2006-05-30 | fix amd64 portability issues | Lennart Poettering | 1 | -3/+2 |
2006-05-29 | merge patch from Igor Zubkov, fixing linking of the HOWL modules | Lennart Poettering | 1 | -2/+2 |
2006-05-29 | drop the .sh suffix from esdcompat | Lennart Poettering | 2 | -4/+4 |
2006-05-26 | disable padsp for the polypaudio daemon itself by defining the __padsp_disabl... | Lennart Poettering | 1 | -0/+7 |
2006-05-26 | Fix the fix_metrics() function so that we don't get a tiny buffer by default. | Pierre Ossman | 1 | -6/+16 |
2006-05-26 | Fix typos. | Pierre Ossman | 1 | -3/+3 |
2006-05-26 | Returned buffer attr is const. | Pierre Ossman | 1 | -1/+1 |
2006-05-26 | Explicitly check version number when determining which fields are in a stream | Pierre Ossman | 2 | -20/+10 |
2006-05-25 | * add new API function pa_stream_get_buffer_attr(). | Lennart Poettering | 7 | -4/+108 |
2006-05-25 | Wrong prefix used in the padsp script. | Pierre Ossman | 1 | -10/+10 |
2006-05-25 | We only need the so for libpolypdsp. | Pierre Ossman | 1 | -0/+2 |
2006-05-25 | really fix a superfluous warning when building padsp.c | Lennart Poettering | 1 | -1/+1 |
2006-05-25 | * split pa_cstrerror() into its own file polypcore/core-error.[ch] | Lennart Poettering | 48 | -253/+324 |
2006-05-25 | Fix padsp script so that it accepts parameters, setting relevant environment | Pierre Ossman | 1 | -0/+51 |
2006-05-25 | Use only the basename of libpolypdsp.so so that it will work on multi-arch | Pierre Ossman | 2 | -11/+5 |
2006-05-25 | Move libpolypdsp in the makefile to avoid the libtool bug where it must come | Pierre Ossman | 1 | -19/+24 |
2006-05-25 | read stream and client name from $PADSP_STREAM_NAME resp. $PADSP_CLIENT_NAME,... | Lennart Poettering | 1 | -4/+17 |
2006-05-25 | add support to disable emulation of /dev/dsp,/dev/mixer,/dev/sndstat selectiv... | Lennart Poettering | 1 | -3/+58 |
2006-05-25 | fix evil, evil typo that cause all gtk2 based apps to crash | Lennart Poettering | 1 | -1/+1 |