summaryrefslogtreecommitdiffstats
path: root/src/modules/module-esound-sink.c
Commit message (Expand)AuthorAgeFilesLines
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-221-8/+9
|\
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-1/+1
| * pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-201-2/+3
| * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-191-5/+5
* | core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-191-1/+0
|/
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-281-4/+12
* Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering2009-04-051-2/+9
* beef up esd sink properties a bitLennart Poettering2009-03-251-1/+2
* initialize max_request to SO_SNDBUFLennart Poettering2009-03-251-0/+10
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* don't make m-e-s hit an assert when the latency is queriedLennart Poettering2009-01-271-1/+1
* include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering2009-01-221-0/+1
* rework module usage counter stuff to be pull basedLennart Poettering2009-01-151-0/+9
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-8/+8
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-2/+2
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-051-2/+2
* make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering2008-06-261-0/+4
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-18/+24
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-091-4/+5
* fix two alignment issues found by the debian buildd gcc on sparcLennart Poettering2007-11-041-1/+4
* ignore network sinks/sourcesLennart Poettering2007-10-291-1/+1
* downgrade a few log messagesLennart Poettering2007-10-291-3/+3
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-127/+350
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-29/+29
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-9/+2
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-2/+9
* remove all occurences of Lennart Poettering2006-08-181-12/+12
* make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering2006-08-121-1/+1
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-1/+4
* replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"Lennart Poettering2006-06-191-1/+1
* big s/polyp/pulse/gLennart Poettering2006-06-191-16/+16
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-5/+6
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-12/+12
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+427