| Commit message (Expand) | Author | Age | Files | Lines |
* | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 9 | -58/+58 |
* | Handle clients that just want to set fragment size (and not count). | Pierre Ossman | 2006-06-19 | 1 | -1/+5 |
* | /dev/dsp should default to U8, not mulaw. | Pierre Ossman | 2006-06-16 | 1 | -1/+1 |
* | Creating a stream might take some time, so check that it's in the right state | Pierre Ossman | 2006-06-16 | 1 | -2/+2 |
* | Record support. | Pierre Ossman | 2006-06-16 | 1 | -132/+435 |
* | Make debug output in padsp a bit less verbose. Specifying -d twice will give | Pierre Ossman | 2006-06-15 | 2 | -118/+146 |
* | Catch the access() system call as some applications do this to test if they | Pierre Ossman | 2006-06-13 | 1 | -0/+28 |
* | 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 |
* | * add new API function pa_stream_get_buffer_attr(). | Lennart Poettering | 2006-05-25 | 1 | -1/+19 |
* | Wrong prefix used in the padsp script. | Pierre Ossman | 2006-05-25 | 1 | -10/+10 |
* | 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 | 2 | -9/+9 |
* | 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 | 1 | -2/+2 |
* | 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 | 1 | -7/+14 |
* | 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 | 2 | -0/+1314 |
* | Wrap strerror() in a function that makes it thread safe and converts the | Pierre Ossman | 2006-05-22 | 1 | -7/+8 |
* | Fix some missing headers. | Pierre Ossman | 2006-05-19 | 1 | -0/+2 |
* | Make paplay convert names to UTF-8 before sending to the server. | Pierre Ossman | 2006-05-18 | 1 | -4/+18 |
* | Don't include util.h from core-util.h as it is not needed by many users. | Pierre Ossman | 2006-05-18 | 1 | -0/+2 |
* | fix include line for "core-util.h" | Lennart Poettering | 2006-05-17 | 3 | -3/+2 |
* | split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch] | Lennart Poettering | 2006-05-17 | 1 | -3/+1 |
* | replace memory allocation function calls with pa_xXXXX() | Lennart Poettering | 2006-05-17 | 3 | -63/+54 |
* | * use S16NE for SF_FORMAT_PCM_S8 formats, too | Lennart Poettering | 2006-05-17 | 1 | -2/+4 |
* | when playing an ULAW or ALAW audio file, do not convert to S16NE unconditiona... | Lennart Poettering | 2006-05-17 | 1 | -22/+35 |
* | bump version number to 0.9 | Lennart Poettering | 2006-05-16 | 3 | -3/+3 |
* | take the filename specified on the command line as default stream name | Lennart Poettering | 2006-05-14 | 1 | -7/+11 |
* | allow the user to specify an alternative channel map in paplay too | Lennart Poettering | 2006-04-26 | 1 | -4/+25 |
* | fix volume range printed on --help | Lennart Poettering | 2006-04-26 | 1 | -2/+1 |
* | allow specifying the channel map to use on the command line | Lennart Poettering | 2006-04-26 | 1 | -3/+24 |
* | fix a couple of issues I found when compiling polypaudio with gcc 2.95 | Lennart Poettering | 2006-04-18 | 1 | -1/+1 |
* | when storing recording data in file, create file with proper access rights | Lennart Poettering | 2006-04-12 | 1 | -1/+1 |
* | yet anotrher fix for slow links | Lennart Poettering | 2006-04-12 | 1 | -1/+1 |
* | small fix to deal properly with slow links | Lennart Poettering | 2006-04-12 | 1 | -4/+7 |
* | beefup pacat a little: | Lennart Poettering | 2006-04-12 | 1 | -13/+46 |
* | when using record mode, allow file to save data to to be passed on the comman... | Lennart Poettering | 2006-04-10 | 1 | -17/+17 |
* | * show flags value when dumping sink/source info in pactl. | Lennart Poettering | 2006-04-07 | 1 | -7/+15 |