index
:
delta/pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
baserock/morph
bluez5
bug-template-001
marge_bot_batch_merge_job
master
master-tx
merge-queue
next
patch-1
routing
rtpoll
stable-1.x
stable-11.x
stable-12.x
stable-14.x
stable-16.x
stable-2.x
stable-3.x
stable-7.x
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
tanuk/restore-profile-per-port
gitlab.freedesktop.org: pulseaudio/pulseaudio.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-esound-sink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
optimize set_state_in_io_thread() callbacks
Raman Shyshniou
2018-03-22
1
-2
/
+2
*
pass pa_suspend_cause_t to set_state_in_io_thread() callbacks
Tanu Kaskinen
2018-03-20
1
-1
/
+6
*
replace sink/source SET_STATE handlers with callbacks
Tanu Kaskinen
2018-03-16
1
-26
/
+33
*
build-sys: Stop using symdef headers for modules
Arun Raghavan
2017-12-12
1
-2
/
+0
*
source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...
Georg Chini
2017-04-17
1
-1
/
+1
*
don't assume that pa_asyncq_new() always succeeds
Tanu Kaskinen
2016-12-20
1
-1
/
+6
*
update FSF addresses to FSF web page
Ondrej Holecek
2015-01-14
1
-3
/
+1
*
rtpoll: Drop extra wait_op argument to pa_rtpoll_run()
Peter Meerwald
2014-11-09
1
-1
/
+1
*
esound, native: Pass an absolute path to pa_authkey_load() when using a file ...
Tanu Kaskinen
2014-06-24
1
-1
/
+12
*
authkey: Rename pa_authkey_load_auto() to pa_authkey_load()
Tanu Kaskinen
2014-06-24
1
-1
/
+1
*
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
2013-07-04
1
-11
/
+11
*
iochannel: Avoid unnecessary wakeup after successful write
David Henningsson
2013-06-14
1
-1
/
+1
*
modules: Micro-optimisation for rewind_requested paths
Arun Raghavan
2012-11-16
1
-1
/
+1
*
sink: Process rewind requests also when suspended.
Tanu Kaskinen
2012-11-16
1
-3
/
+2
*
auth: move cookie file to ~/.config/pulse/cookie
Lennart Poettering
2012-05-15
1
-1
/
+1
*
win32: Avoid some compiler warnings when cross-compiling for mingw32
Maarten Bosmans
2011-11-27
1
-1
/
+1
*
Remove unnecessary #includes
Maarten Bosmans
2011-06-22
1
-4
/
+0
*
Apply #ifdefs around functionality not available on win32
Maarten Bosmans
2011-02-17
1
-0
/
+9
*
Use <pulsecore/socket.h> instead of <sys/socket.h>
Maarten Bosmans
2011-02-17
1
-1
/
+1
*
Clean up <poll.h> includes
Maarten Bosmans
2011-02-17
1
-1
/
+2
*
thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm
Lennart Poettering
2010-05-07
1
-1
/
+1
*
Merge most of elmarco/rtclock2
Lennart Poettering
2009-06-22
1
-8
/
+9
|
\
|
*
Base mainloop on pa_rtclock_now()
Marc-André Lureau
2009-06-20
1
-1
/
+1
|
*
pulse: move pa_rtclock_now in pulsecommon
Marc-André Lureau
2009-06-20
1
-2
/
+3
|
*
perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`
Marc-André Lureau
2009-06-19
1
-5
/
+5
*
|
core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...
Lennart Poettering
2009-06-19
1
-1
/
+0
|
/
*
modules: add {sink|source|card}_properties argument to all modules
Lennart Poettering
2009-05-28
1
-4
/
+12
*
Modify smoothing code to make cubic interpolation optional and allow 'quick f...
Lennart Poettering
2009-04-05
1
-2
/
+9
*
beef up esd sink properties a bit
Lennart Poettering
2009-03-25
1
-1
/
+2
*
initialize max_request to SO_SNDBUF
Lennart Poettering
2009-03-25
1
-0
/
+10
*
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
2009-03-03
1
-1
/
+1
*
don't make m-e-s hit an assert when the latency is queried
Lennart Poettering
2009-01-27
1
-1
/
+1
*
include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut up
Lennart Poettering
2009-01-22
1
-0
/
+1
*
rework module usage counter stuff to be pull based
Lennart Poettering
2009-01-15
1
-0
/
+9
*
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
2008-08-19
1
-8
/
+8
*
don't use PA_GCC_UNUSED anymore
Lennart Poettering
2008-08-09
1
-2
/
+2
*
fix shutdown when --disallow-module-loading=1 is passed
Lennart Poettering
2008-08-05
1
-2
/
+2
*
make sure to call process_rewind() under all circumstances before we do the n...
Lennart Poettering
2008-06-26
1
-0
/
+4
*
get rid of svn $ keywords
Lennart Poettering
2008-06-18
1
-2
/
+0
*
merge glitch-free branch back into trunk
Lennart Poettering
2008-05-15
1
-18
/
+24
*
tag modules that may only be loaded once at most especially, and enforce that...
Lennart Poettering
2007-11-09
1
-4
/
+5
*
fix two alignment issues found by the debian buildd gcc on sparc
Lennart Poettering
2007-11-04
1
-1
/
+4
*
ignore network sinks/sources
Lennart Poettering
2007-10-29
1
-1
/
+1
*
downgrade a few log messages
Lennart Poettering
2007-10-29
1
-3
/
+3
*
merge 'lennart' branch back into trunk.
Lennart Poettering
2007-10-28
1
-127
/
+350
*
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
2007-02-13
1
-0
/
+2
*
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
2007-01-04
1
-29
/
+29
*
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
2006-11-06
1
-9
/
+2
*
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
2006-09-26
1
-2
/
+9
*
remove all occurences of
Lennart Poettering
2006-08-18
1
-12
/
+12
[next]