Age | Commit message (Expand) | Author | Files | Lines |
2006-06-02 | Tagging release 0.9.1tags/release-0.9.1 | Lennart Poettering | 0 | -0/+0 |
2006-06-02 | update docs for 0.9.1 | Lennart Poettering | 1 | -1/+10 |
2006-06-02 | bump version and soname | Lennart Poettering | 1 | -2/+2 |
2006-06-02 | Add new configure options to disable/enable specific modules at configure tim... | Lennart Poettering | 1 | -24/+90 |
2006-06-01 | update todo | Pierre Ossman | 1 | -0/+2 |
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 | update TODO | Lennart Poettering | 1 | -0/+3 |
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 | update todo | Lennart Poettering | 1 | -0/+1 |
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 | update svn:ignore to reflect the esdcompat name change | Lennart Poettering | 0 | -0/+0 |
2006-05-29 | drop the .sh suffix from esdcompat | Lennart Poettering | 2 | -4/+4 |
2006-05-26 | update README for 0.9.0 | Lennart Poettering | 1 | -6/+6 |
2006-05-26 | disable padsp for the polypaudio daemon itself by defining the __padsp_disabl... | Lennart Poettering | 1 | -0/+7 |
2006-05-26 | update todo | Pierre Ossman | 1 | -4/+1 |
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 | update todo | Lennart Poettering | 1 | -3/+0 |
2006-05-25 | * add new API function pa_stream_get_buffer_attr(). | Lennart Poettering | 8 | -5/+109 |
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 | 49 | -255/+324 |
2006-05-25 | move modules to ${libdir}/polypaudio-${PA_MAJORMINOR}/modules/ | Lennart Poettering | 2 | -3/+2 |
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 | add item about moving pa_cstrerror() to TODO | Lennart Poettering | 1 | -1/+2 |
2006-05-25 | update todo | Lennart Poettering | 1 | -4/+7 |
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 |
2006-05-25 | * issue volume updates syncrhonously | Lennart Poettering | 1 | -5/+18 |
2006-05-25 | update TODO | Lennart Poettering | 1 | -0/+2 |
2006-05-24 | padsp needs dlsym & co so make sure we get that lib included. | Pierre Ossman | 1 | -0/+1 |
2006-05-24 | Fix warnings. | Pierre Ossman | 8 | -18/+42 |
2006-05-24 | Remove the exceedingly anal warnings. It's impossible to write a non-trivial | Pierre Ossman | 1 | -1/+1 |
2006-05-24 | Fix stray \ | Pierre Ossman | 1 | -1/+1 |
2006-05-24 | implement a /dev/mixer interface | Lennart Poettering | 1 | -25/+261 |
2006-05-24 | fix playback of small sound files | Lennart Poettering | 1 | -2/+4 |
2006-05-23 | implement emulation of /dev/sndstat | Lennart Poettering | 1 | -15/+102 |
2006-05-23 | - use pthread_atfork() to disable open sound streams in the child after a fork. | Lennart Poettering | 1 | -6/+122 |