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
/
modules
/
module-esound-sink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-04
pulsecore: Move pa_core structure into its own header
Arun Raghavan
1
-0
/
+1
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-11-09
rtpoll: Drop extra wait_op argument to pa_rtpoll_run()
Peter Meerwald
1
-1
/
+1
2014-06-24
esound, native: Pass an absolute path to pa_authkey_load() when using a file ...
Tanu Kaskinen
1
-1
/
+12
2014-06-24
authkey: Rename pa_authkey_load_auto() to pa_authkey_load()
Tanu Kaskinen
1
-1
/
+1
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-11
/
+11
2013-06-14
iochannel: Avoid unnecessary wakeup after successful write
David Henningsson
1
-1
/
+1
2012-11-16
modules: Micro-optimisation for rewind_requested paths
Arun Raghavan
1
-1
/
+1
2012-11-16
sink: Process rewind requests also when suspended.
Tanu Kaskinen
1
-3
/
+2
2012-05-15
auth: move cookie file to ~/.config/pulse/cookie
Lennart Poettering
1
-1
/
+1
2011-11-27
win32: Avoid some compiler warnings when cross-compiling for mingw32
Maarten Bosmans
1
-1
/
+1
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-4
/
+0
2011-02-17
Apply #ifdefs around functionality not available on win32
Maarten Bosmans
1
-0
/
+9
2011-02-17
Use <pulsecore/socket.h> instead of <sys/socket.h>
Maarten Bosmans
1
-1
/
+1
2011-02-17
Clean up <poll.h> includes
Maarten Bosmans
1
-1
/
+2
2010-05-07
thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm
Lennart Poettering
1
-1
/
+1
2009-06-22
Merge most of elmarco/rtclock2
Lennart Poettering
1
-8
/
+9
2009-06-20
Base mainloop on pa_rtclock_now()
Marc-André Lureau
1
-1
/
+1
2009-06-20
pulse: move pa_rtclock_now in pulsecommon
Marc-André Lureau
1
-2
/
+3
2009-06-19
core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...
Lennart Poettering
1
-1
/
+0
2009-06-19
perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`
Marc-André Lureau
1
-5
/
+5
2009-05-28
modules: add {sink|source|card}_properties argument to all modules
Lennart Poettering
1
-4
/
+12
2009-04-05
Modify smoothing code to make cubic interpolation optional and allow 'quick f...
Lennart Poettering
1
-2
/
+9
2009-03-25
beef up esd sink properties a bit
Lennart Poettering
1
-1
/
+2
2009-03-25
initialize max_request to SO_SNDBUF
Lennart Poettering
1
-0
/
+10
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-01-27
don't make m-e-s hit an assert when the latency is queried
Lennart Poettering
1
-1
/
+1
2009-01-22
include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut up
Lennart Poettering
1
-0
/
+1
2009-01-15
rework module usage counter stuff to be pull based
Lennart Poettering
1
-0
/
+9
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-8
/
+8
2008-08-09
don't use PA_GCC_UNUSED anymore
Lennart Poettering
1
-2
/
+2
2008-08-05
fix shutdown when --disallow-module-loading=1 is passed
Lennart Poettering
1
-2
/
+2
2008-06-26
make sure to call process_rewind() under all circumstances before we do the n...
Lennart Poettering
1
-0
/
+4
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
-18
/
+24
2007-11-09
tag modules that may only be loaded once at most especially, and enforce that...
Lennart Poettering
1
-4
/
+5
2007-11-04
fix two alignment issues found by the debian buildd gcc on sparc
Lennart Poettering
1
-1
/
+4
2007-10-29
ignore network sinks/sources
Lennart Poettering
1
-1
/
+1
2007-10-29
downgrade a few log messages
Lennart Poettering
1
-3
/
+3
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-127
/
+350
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+2
2007-01-04
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
1
-29
/
+29
2006-11-06
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
1
-9
/
+2
2006-09-26
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
1
-2
/
+9
2006-08-18
remove all occurences of
Lennart Poettering
1
-12
/
+12
2006-08-12
make use of pa_sink_used_by()/pa_source_used_by() wherever applicable
Lennart Poettering
1
-1
/
+1
2006-08-11
don't set the sink/source descriptions manually, use the new functions pa_{si...
Lennart Poettering
1
-1
/
+4
2006-06-19
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
Lennart Poettering
1
-1
/
+1
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-16
/
+16
2006-05-25
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
Lennart Poettering
1
-1
/
+1
[next]