index
:
~tanuk/pulseaudio
better-move-logging-for-11.1
device-manager-fix
hfp
master
rtpoll-mainloop-v2
webrtc
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-20
Fix handling of the io flags in duplex mode.
Pierre Ossman
1
-17
/
+21
2006-06-20
Warn when applications use SNDCTL_DSP_GET[IO]PTR even when they shouldn't.
Pierre Ossman
1
-1
/
+10
2006-06-20
Make fix_metrics() exit early so that it doesn't spam the output needlessly.
Pierre Ossman
1
-0
/
+7
2006-06-20
Fix the final few occurences of polyp.
Pierre Ossman
1
-2
/
+2
2006-06-19
s/POLYP/PULSE/g
Lennart Poettering
2
-31
/
+31
2006-06-19
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
Lennart Poettering
7
-17
/
+17
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
9
-58
/
+58
2006-06-19
Handle clients that just want to set fragment size (and not count).
Pierre Ossman
1
-1
/
+5
2006-06-16
/dev/dsp should default to U8, not mulaw.
Pierre Ossman
1
-1
/
+1
2006-06-16
Creating a stream might take some time, so check that it's in the right state
Pierre Ossman
1
-2
/
+2
2006-06-16
Record support.
Pierre Ossman
1
-132
/
+435
2006-06-15
Make debug output in padsp a bit less verbose. Specifying -d twice will give
Pierre Ossman
2
-118
/
+146
2006-06-13
Catch the access() system call as some applications do this to test if they
Pierre Ossman
1
-0
/
+28
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-25
* add new API function pa_stream_get_buffer_attr().
Lennart Poettering
1
-1
/
+19
2006-05-25
Wrong prefix used in the padsp script.
Pierre Ossman
1
-10
/
+10
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
2
-9
/
+9
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
1
-2
/
+2
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-24
Fix warnings.
Pierre Ossman
1
-7
/
+14
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
2006-05-23
pass the binary name as client name to polypaudio
Lennart Poettering
1
-1
/
+13
2006-05-23
Cast size_t to long to be more compatible with 64-bit systems.
Pierre Ossman
1
-1
/
+1
2006-05-23
add new padsp utility: a $LD_PRELOAD wrapper for using the OSS API with polyp...
Lennart Poettering
2
-0
/
+1314
2006-05-22
Wrap strerror() in a function that makes it thread safe and converts the
Pierre Ossman
1
-7
/
+8
2006-05-19
Fix some missing headers.
Pierre Ossman
1
-0
/
+2
2006-05-18
Make paplay convert names to UTF-8 before sending to the server.
Pierre Ossman
1
-4
/
+18
2006-05-18
Don't include util.h from core-util.h as it is not needed by many users.
Pierre Ossman
1
-0
/
+2
2006-05-17
fix include line for "core-util.h"
Lennart Poettering
3
-3
/
+2
2006-05-17
split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
Lennart Poettering
1
-3
/
+1
2006-05-17
replace memory allocation function calls with pa_xXXXX()
Lennart Poettering
3
-63
/
+54
2006-05-17
* use S16NE for SF_FORMAT_PCM_S8 formats, too
Lennart Poettering
1
-2
/
+4
2006-05-17
when playing an ULAW or ALAW audio file, do not convert to S16NE unconditiona...
Lennart Poettering
1
-22
/
+35
2006-05-16
bump version number to 0.9
Lennart Poettering
3
-3
/
+3
2006-05-14
take the filename specified on the command line as default stream name
Lennart Poettering
1
-7
/
+11
2006-04-26
allow the user to specify an alternative channel map in paplay too
Lennart Poettering
1
-4
/
+25
2006-04-26
fix volume range printed on --help
Lennart Poettering
1
-2
/
+1
2006-04-26
allow specifying the channel map to use on the command line
Lennart Poettering
1
-3
/
+24
2006-04-18
fix a couple of issues I found when compiling polypaudio with gcc 2.95
Lennart Poettering
1
-1
/
+1
[next]