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