| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | show value of PA_SINK_HARDWARE/PA_SOURCE_HARDWARE in pactl | Lennart Poettering | 2006-07-16 | 1 | -4/+6 |
* | set is_hardware flag for a few hw plugins | Lennart Poettering | 2006-07-16 | 6 | -0/+10 |
* | add new PA_SOURCE_HARDWARE/PA_SINK_HARDWARE flag | Lennart Poettering | 2006-07-16 | 2 | -4/+12 |
* | add a new boolean variable is_hardware to pa_sink/pa_source to denote wether ... | Lennart Poettering | 2006-07-16 | 4 | -0/+8 |
* | improve latency calculation of NULL sink | Lennart Poettering | 2006-07-14 | 1 | -7/+27 |
* | remove checking for SIGPIPE blocking from client code. Because we use | Lennart Poettering | 2006-07-14 | 1 | -4/+0 |
* | don't send SCM_CREDENTIALS on every sendmsg(), instead do it only on handshake | Lennart Poettering | 2006-07-14 | 1 | -5/+4 |
* | don't set MSG_NOSIGNAL for recvmsg(), since it doesn't make sense there | Lennart Poettering | 2006-07-14 | 1 | -1/+1 |
* | try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which | Lennart Poettering | 2006-07-14 | 17 | -58/+100 |
* | Make sure the win32 default conf gets shipped. | Pierre Ossman | 2006-07-14 | 1 | -0/+1 |
* | add new test get-binary-name-test for testing pa_get_binary_name() | Lennart Poettering | 2006-07-14 | 2 | -1/+43 |
* | Don't call pa_path_get_filename() anymore since it is implicitly called by pa... | Lennart Poettering | 2006-07-14 | 1 | -1/+1 |
* | * fall back to prctl(PR_GET_NAME) in pa_get_binary_name() if readlink() fails | Lennart Poettering | 2006-07-14 | 1 | -18/+45 |
* | support time events with NULL timevals which are OK in avahi, but not in PA. ... | Lennart Poettering | 2006-07-13 | 1 | -3/+12 |
* | remove howl-wrap.[ch] | Lennart Poettering | 2006-07-13 | 2 | -154/+0 |
* | * add proper error handling to pabrowse.c | Lennart Poettering | 2006-07-13 | 1 | -1/+16 |
* | * port libpulse-browse to use the native avahi API instead of the HOWL cruft | Lennart Poettering | 2006-07-13 | 4 | -205/+327 |
* | update module-zeroconf-publish to make use of the native AVAHI API, instead o... | Lennart Poettering | 2006-07-13 | 4 | -129/+537 |
* | make sure gccmacro.h and cdecl.h may be included at the same time as those he... | Lennart Poettering | 2006-07-13 | 2 | -4/+4 |
* | Fix typo. | Pierre Ossman | 2006-07-08 | 1 | -1/+1 |
* | Make sure we print the file name we actually use. | Pierre Ossman | 2006-06-30 | 2 | -2/+2 |
* | increase the maxium number of concurrent esd and native connections | Lennart Poettering | 2006-06-21 | 2 | -2/+2 |
* | include config.h in browser.c (closes #20) | Lennart Poettering | 2006-06-21 | 1 | -0/+4 |
* | only interpolate when the last timing info told us the stream is indeed playing | Lennart Poettering | 2006-06-21 | 1 | -1/+1 |
* | fix segfault when module-alsa-source fails to load | Lennart Poettering | 2006-06-20 | 2 | -2/+2 |
* | Fix handling of the io flags in duplex mode. | Pierre Ossman | 2006-06-20 | 1 | -17/+21 |
* | Warn when applications use SNDCTL_DSP_GET[IO]PTR even when they shouldn't. | Pierre Ossman | 2006-06-20 | 1 | -1/+10 |
* | Make fix_metrics() exit early so that it doesn't spam the output needlessly. | Pierre Ossman | 2006-06-20 | 1 | -0/+7 |
* | Make sure we do not use pthread_yield() on platforms that do not have them. | Pierre Ossman | 2006-06-20 | 1 | -1/+1 |
* | Make interpol-test build on Win32 and non-pthread systems. | Pierre Ossman | 2006-06-20 | 1 | -0/+9 |
* | Fix the final few occurences of polyp. | Pierre Ossman | 2006-06-20 | 5 | -6/+6 |
* | s/POLYP/PULSE/g | Lennart Poettering | 2006-06-19 | 9 | -76/+76 |
* | * more s/pulseaudio/PulseAudio/ replacements | Lennart Poettering | 2006-06-19 | 18 | -37/+37 |
* | update references to the pkg-config files in the docs | Lennart Poettering | 2006-06-19 | 1 | -4/+4 |
* | name the pkg-config files after the library names | Lennart Poettering | 2006-06-19 | 1 | -10/+9 |
* | replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio" | Lennart Poettering | 2006-06-19 | 20 | -53/+53 |
* | rename polypaudio.h to pulseaudio.h | Lennart Poettering | 2006-06-19 | 1 | -0/+0 |
* | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 285 | -2574/+2574 |
* | Handle clients that just want to set fragment size (and not count). | Pierre Ossman | 2006-06-19 | 1 | -1/+5 |
* | * rework latency interpolation to make it smoother | Lennart Poettering | 2006-06-19 | 2 | -19/+12 |
* | minor cleanups | Lennart Poettering | 2006-06-19 | 1 | -2/+2 |
* | add new test "interpol-test" | Lennart Poettering | 2006-06-19 | 2 | -0/+174 |
* | * add new argument 'exit_on_eof' to module-cli and make use of it if "-C" is ... | Lennart Poettering | 2006-06-18 | 2 | -12/+48 |
* | * implement volume adjusting and mixing for S16RE | Lennart Poettering | 2006-06-17 | 1 | -3/+83 |
* | * make hw param settings easier to debug by splitting up long if | Lennart Poettering | 2006-06-17 | 1 | -6/+18 |
* | /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 |
* | if S16NE is not supported, fall back to S16RE. If FLOAT32NE is not supported,... | Lennart Poettering | 2006-06-16 | 1 | -14/+70 |
* | Make debug output in padsp a bit less verbose. Specifying -d twice will give | Pierre Ossman | 2006-06-15 | 2 | -118/+146 |