]> code.delx.au - pulseaudio/history - src/utils/padsp.c
merge 'lennart' branch back into trunk.
[pulseaudio] / src / utils / padsp.c
2007-10-28 Lennart Poetteringmerge 'lennart' branch back into trunk.
2007-06-13 Pierre OssmanMake sure mixer ioctls work on /dev/dsp aswell.
2007-06-11 Pierre OssmanSupport stat() and friends as some programs (audacity...
2007-06-04 Pierre OssmanAdd support for the poorly documented SNDCTL_DSP_GETTRI...
2007-05-29 Lennart PoetteringKill spaces on EOL
2007-05-23 Lennart Poetteringfix a few obvious copynpaste errors when handling volumes
2007-03-07 Pierre OssmanAdd support for SNDCTL_DSP_SETTRIGGER. (closes #56)
2007-02-13 Pierre OssmanAdd copyright notices to all relevant files. (based...
2007-01-19 Pierre OssmanMake sure we report success for SNDCTL_DSP_SETDUPLEX.
2007-01-04 Pierre OssmanReport IO error on ioctl() when we're in a fatal error...
2007-01-04 Pierre OssmanFree stream objects when they've been invalidated.
2007-01-04 Pierre OssmanFix error messages for failure connecting streams.
2007-01-04 Pierre OssmanHuge trailing whitespace cleanup. Let's keep the tree...
2006-11-06 Pierre OssmanFix some missing line breaks.
2006-11-06 Pierre OssmanThe OSS spec is unclear what should happen when a reset...
2006-09-14 Pierre OssmanStop using x86-isms and use ISO C (oversized shifts...
2006-09-14 Pierre OssmanFix debug output for SNDCTL_DSP_SETFRAGMENT.
2006-09-06 Lennart Poetteringfix a bogus debug line
2006-09-06 Lennart Poetteringimplement a few more ioctl()s, including a subset of...
2006-09-02 Lennart PoetteringMerge FreeBSD compatibility patch (from Flameeyes)
2006-08-31 Lennart Poetteringwork around bug in firefox which apparently misuses...
2006-08-30 Pierre OssmanWe need to have a callback when changing volume or...
2006-07-16 Lennart Poetteringmake pulseaudio compile again on FreeBSD (patch from...
2006-07-14 Lennart PoetteringDon't call pa_path_get_filename() anymore since it...
2006-06-20 Pierre OssmanFix handling of the io flags in duplex mode.
2006-06-20 Pierre OssmanWarn when applications use SNDCTL_DSP_GET[IO]PTR even...
2006-06-20 Pierre OssmanMake fix_metrics() exit early so that it doesn't spam...
2006-06-19 Lennart Poetterings/POLYP/PULSE/g
2006-06-19 Lennart Poetteringreplace a few remaining uppercase "Polypaudio" occurenc...
2006-06-19 Lennart Poetteringbig s/polyp/pulse/g
2006-06-19 Pierre OssmanHandle clients that just want to set fragment size...
2006-06-16 Pierre Ossman/dev/dsp should default to U8, not mulaw.
2006-06-16 Pierre OssmanCreating a stream might take some time, so check that...
2006-06-16 Pierre OssmanRecord support.
2006-06-15 Pierre OssmanMake debug output in padsp a bit less verbose. Specifyi...
2006-06-13 Pierre OssmanCatch the access() system call as some applications...
2006-05-26 Pierre OssmanFix the fix_metrics() function so that we don't get...
2006-05-26 Pierre OssmanFix typos.
2006-05-25 Lennart Poetteringreally fix a superfluous warning when building padsp.c
2006-05-25 Lennart Poettering* split pa_cstrerror() into its own file polypcore...
2006-05-25 Lennart Poetteringread stream and client name from $PADSP_STREAM_NAME...
2006-05-25 Lennart Poetteringadd support to disable emulation of /dev/dsp,/dev/mixer...
2006-05-25 Lennart Poetteringfix evil, evil typo that cause all gtk2 based apps...
2006-05-25 Lennart Poettering* issue volume updates syncrhonously
2006-05-24 Pierre OssmanFix warnings.
2006-05-24 Pierre OssmanFix stray \
2006-05-24 Lennart Poetteringimplement a /dev/mixer interface
2006-05-24 Lennart Poetteringfix playback of small sound files
2006-05-23 Lennart Poetteringimplement emulation of /dev/sndstat
2006-05-23 Lennart Poettering- use pthread_atfork() to disable open sound streams...
2006-05-23 Lennart Poetteringpass the binary name as client name to polypaudio
2006-05-23 Pierre OssmanCast size_t to long to be more compatible with 64-bit...
2006-05-23 Lennart Poetteringadd new padsp utility: a $LD_PRELOAD wrapper for using...