index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
padsp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-22
solaris: Illumos does not ship with SOUND_PCM* functionality
Kamil Rytarowski
1
-0
/
+6
2015-07-21
padsp: Avoid possible deadlock. Unlocked i->mainloop before returning from de...
Deepak Srivastava
1
-0
/
+3
2015-05-27
padsp: Fix wrong condition discovered by -Wlogical-not-parentheses warning
Peter Meerwald
1
-2
/
+2
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-1
/
+1
2013-02-04
padsp: Handle holes in recording streams.
Tanu Kaskinen
1
-1
/
+14
2012-03-28
padsp: Fix a double-free bug.
Tanu Kaskinen
1
-0
/
+1
2011-08-25
More spelling fixes
Maarten Bosmans
1
-1
/
+1
2011-07-11
padsp: Handle eol in info callbacks correctly
Arun Raghavan
1
-2
/
+2
2011-03-18
Fix up some double spaces
Maarten Bosmans
1
-3
/
+3
2011-01-10
padsp: wrap __open_2 and __open64_2
Michal Schmidt
1
-9
/
+52
2010-02-21
padsp: emulate /dev/audio, too
Lennart Poettering
1
-35
/
+20
2009-09-17
core-util: unify how we determine the temporary directory
Lennart Poettering
1
-10
/
+1
2009-09-17
Improve TMPDIR handling
Lennart Poettering
1
-1
/
+14
2009-09-08
padsp: properly return return values (llvm-clang-analyzer)
Lennart Poettering
1
-3
/
+3
2009-08-01
core-util: replace remaining fixed size destination string functions by _mall...
Lennart Poettering
1
-3
/
+5
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-02-19
padsp: don't use si if it's NULL
Marc-André Lureau
1
-2
/
+2
2008-12-18
Allow access("/dev/dsp", W_OK) succeed
Lennart Poettering
1
-5
/
+5
2008-10-02
inform dsp_empty_socket() *after* we emptied the dsp socket, that it is now e...
Lennart Poettering
1
-4
/
+9
2008-09-03
use PA_STREAM_EARLY_REQUESTS for OSS streams
Lennart Poettering
1
-1
/
+1
2008-08-29
fix a few compiler warnings on older gcc
Lennart Poettering
1
-1
/
+1
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-16
/
+16
2008-08-05
fix error path (spotted by Coling Guthrie)
Lennart Poettering
1
-1
/
+3
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2008-05-15
merge glitch-free branch back into trunk
Lennart Poettering
1
-5
/
+4
2008-03-31
merge r2183 from prepare-0.9.10
Lennart Poettering
1
-0
/
+4
2008-02-15
Improve compatibility with applications which like to pass invalid strings to...
Lennart Poettering
1
-72
/
+60
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-29
/
+42
2007-06-13
Make sure mixer ioctls work on /dev/dsp aswell.
Pierre Ossman
1
-3
/
+4
2007-06-11
Support stat() and friends as some programs (audacity) likes to check if
Pierre Ossman
1
-0
/
+196
2007-06-04
Add support for the poorly documented SNDCTL_DSP_GETTRIGGER.
Pierre Ossman
1
-0
/
+11
2007-05-29
Kill spaces on EOL
Lennart Poettering
1
-1
/
+1
2007-05-23
fix a few obvious copynpaste errors when handling volumes
Lennart Poettering
1
-3
/
+3
2007-03-07
Add support for SNDCTL_DSP_SETTRIGGER. (closes #56)
Pierre Ossman
1
-9
/
+87
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+3
2007-01-19
Make sure we report success for SNDCTL_DSP_SETDUPLEX.
Pierre Ossman
1
-0
/
+5
2007-01-04
Report IO error on ioctl() when we're in a fatal error state.
Pierre Ossman
1
-0
/
+10
2007-01-04
Free stream objects when they've been invalidated.
Pierre Ossman
1
-0
/
+4
2007-01-04
Fix error messages for failure connecting streams.
Pierre Ossman
1
-2
/
+10
2007-01-04
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
1
-139
/
+139
2006-11-06
Fix some missing line breaks.
Pierre Ossman
1
-3
/
+3
2006-11-06
The OSS spec is unclear what should happen when a reset is requested. Let's
Pierre Ossman
1
-1
/
+9
2006-09-14
Stop using x86-isms and use ISO C (oversized shifts are undefined).
Pierre Ossman
1
-1
/
+1
2006-09-14
Fix debug output for SNDCTL_DSP_SETFRAGMENT.
Pierre Ossman
1
-1
/
+1
2006-09-06
fix a bogus debug line
Lennart Poettering
1
-1
/
+1
2006-09-06
implement a few more ioctl()s, including a subset of SNDCTL_DSP_GETOPTR. Just...
Lennart Poettering
1
-5
/
+72
2006-09-02
Merge FreeBSD compatibility patch (from Flameeyes)
Lennart Poettering
1
-0
/
+5
2006-08-31
work around bug in firefox which apparently misuses access() as NULL pointer ...
Lennart Poettering
1
-0
/
+7
2006-08-30
We need to have a callback when changing volume or we might deadlock.
Pierre Ossman
1
-2
/
+2
[next]