summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Kill spaces on EOLLennart Poettering2007-05-291-1/+1
* fix a few obvious copynpaste errors when handling volumesLennart Poettering2007-05-231-3/+3
* Add support for SNDCTL_DSP_SETTRIGGER. (closes #56)Pierre Ossman2007-03-071-9/+87
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-138-0/+20
* Make sure we report success for SNDCTL_DSP_SETDUPLEX.Pierre Ossman2007-01-191-0/+5
* Report IO error on ioctl() when we're in a fatal error state.Pierre Ossman2007-01-041-0/+10
* Free stream objects when they've been invalidated.Pierre Ossman2007-01-041-0/+4
* Fix error messages for failure connecting streams.Pierre Ossman2007-01-041-2/+10
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-047-285/+285
* Fix some missing line breaks.Pierre Ossman2006-11-061-3/+3
* The OSS spec is unclear what should happen when a reset is requested. Let'sPierre Ossman2006-11-061-1/+9
* Stop using x86-isms and use ISO C (oversized shifts are undefined).Pierre Ossman2006-09-141-1/+1
* Fix debug output for SNDCTL_DSP_SETFRAGMENT.Pierre Ossman2006-09-141-1/+1
* fix a bogus debug lineLennart Poettering2006-09-061-1/+1
* implement a few more ioctl()s, including a subset of SNDCTL_DSP_GETOPTR. Just...Lennart Poettering2006-09-062-5/+72
* Merge FreeBSD compatibility patch (from Flameeyes)Lennart Poettering2006-09-021-0/+5
* work around bug in firefox which apparently misuses access() as NULL pointer ...Lennart Poettering2006-08-311-0/+7
* We need to have a callback when changing volume or we might deadlock.Pierre Ossman2006-08-301-2/+2
* fix pactl output (sink drivers and names where switched)Lennart Poettering2006-08-211-1/+1
* remove all occurences of Lennart Poettering2006-08-182-11/+11
* fix bad printf()Lennart Poettering2006-08-131-1/+1
* implement "pactl move-source-output"Lennart Poettering2006-08-031-4/+20
* bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...Lennart Poettering2006-08-013-3/+3
* add new "move-sink-input" command to pactlLennart Poettering2006-07-311-3/+20
* handle EOF correctly if it is read before the stream was createdLennart Poettering2006-07-291-9/+13
* make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)Lennart Poettering2006-07-161-6/+52
* show value of PA_SINK_HARDWARE/PA_SOURCE_HARDWARE in pactlLennart Poettering2006-07-161-4/+6
* Don't call pa_path_get_filename() anymore since it is implicitly called by pa...Lennart Poettering2006-07-141-1/+1
* * add proper error handling to pabrowse.cLennart Poettering2006-07-131-1/+16
* Fix handling of the io flags in duplex mode.Pierre Ossman2006-06-201-17/+21
* Warn when applications use SNDCTL_DSP_GET[IO]PTR even when they shouldn't.Pierre Ossman2006-06-201-1/+10
* Make fix_metrics() exit early so that it doesn't spam the output needlessly.Pierre Ossman2006-06-201-0/+7
* Fix the final few occurences of polyp.Pierre Ossman2006-06-201-2/+2
* s/POLYP/PULSE/gLennart Poettering2006-06-192-31/+31
* replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"Lennart Poettering2006-06-197-17/+17
* big s/polyp/pulse/gLennart Poettering2006-06-199-58/+58
* Handle clients that just want to set fragment size (and not count).Pierre Ossman2006-06-191-1/+5
* /dev/dsp should default to U8, not mulaw.Pierre Ossman2006-06-161-1/+1
* Creating a stream might take some time, so check that it's in the right statePierre Ossman2006-06-161-2/+2
* Record support.Pierre Ossman2006-06-161-132/+435
* Make debug output in padsp a bit less verbose. Specifying -d twice will givePierre Ossman2006-06-152-118/+146
* Catch the access() system call as some applications do this to test if theyPierre Ossman2006-06-131-0/+28
* Fix the fix_metrics() function so that we don't get a tiny buffer by default.Pierre Ossman2006-05-261-6/+16
* Fix typos.Pierre Ossman2006-05-261-3/+3
* Returned buffer attr is const.Pierre Ossman2006-05-261-1/+1
* * add new API function pa_stream_get_buffer_attr().Lennart Poettering2006-05-251-1/+19
* Wrong prefix used in the padsp script.Pierre Ossman2006-05-251-10/+10
* really fix a superfluous warning when building padsp.cLennart Poettering2006-05-251-1/+1
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-252-9/+9
* Fix padsp script so that it accepts parameters, setting relevant environmentPierre Ossman2006-05-251-0/+51