summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Update module-solaris to new structure.Pierre Ossman2007-09-281-7/+7
* fix make distLennart Poettering2007-09-251-2/+2
* add test program for the resamplerLennart Poettering2007-09-221-4/+10
* make rtp send socket low delayLennart Poettering2007-09-181-1/+1
* port module-rtp-send.c to lock-free coreLennart Poettering2007-09-181-14/+14
* add LADSPA sink than can be piggy-backed ontop of another sinkLennart Poettering2007-09-171-1/+8
* Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ...Lennart Poettering2007-09-171-1/+7
* once.c is no longer POSIX specific. Since it is now considerably more advance...Lennart Poettering2007-09-171-5/+3
* Add a special ltdl .so loader that avoids lazy frelocations during runtimeLennart Poettering2007-09-171-0/+1
* add a new module module-remap-sink which can be used to remap the channel map...Lennart Poettering2007-09-161-1/+7
* call dbus_shutdown() before exiting, to make valgrind output more usefulLennart Poettering2007-09-141-3/+2
* Remove mkdir_p again...Pierre Ossman2007-09-101-1/+3
* install libpulsecore again, since libtool otherwise links it statically into ...Lennart Poettering2007-09-061-1/+1
* update default config:Lennart Poettering2007-09-061-2/+2
* add a few missing files for make distLennart Poettering2007-09-041-2/+2
* add a new module module-default-device-restore which automatically saves and ...Lennart Poettering2007-09-031-0/+8
* make libpulse-core a noinst lib, because it does not have yet a stable API an...Lennart Poettering2007-09-021-15/+18
* port module-combine to new coreLennart Poettering2007-08-301-5/+5
* include ffmpeg resampler in buildLennart Poettering2007-08-251-2/+8
* build speex resampler tiwce, once for fixed point, one for floating pointLennart Poettering2007-08-231-1/+20
* fix minor typoLennart Poettering2007-08-221-1/+1
* add rtpoll, rtclock, rtsig to MakefileLennart Poettering2007-08-221-1/+10
* add new tool pasuspender which temporarily suspends all sinks and resumes the...Lennart Poettering2007-08-151-1/+7
* load module-x11-xsmp from a /etc/xdg/autostart file, to make sure it is loade...Lennart Poettering2007-08-131-1/+8
* make make distcheck passLennart Poettering2007-08-121-0/+1
* make make dist workLennart Poettering2007-08-121-2/+3
* Wrap two pa_asyncmsq in a new pa_thread_mq object for bidirectional, lock-fre...Lennart Poettering2007-08-101-0/+1
* move pa_queue to an implementation based on pa_flistLennart Poettering2007-08-101-1/+7
* * drop redundant pa_core argument from module initialization functionsLennart Poettering2007-08-101-3/+2
* Add X11 XSMP module for hooking into the X11 session manager, for being notif...Lennart Poettering2007-08-091-1/+8
* add new module-suspend-on-idle module which suspends sinks/sources which are ...Lennart Poettering2007-08-091-0/+8
* port esound protocol to new lock-free coreLennart Poettering2007-08-061-41/+40
* merge compat changes from trunkLennart Poettering2007-08-041-2/+2
* A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-311-22/+21
* port module-alsa-source to new lock-free coreLennart Poettering2007-07-281-6/+6
* port module-alsa-sink to new lock-free core. also add mmmap'ing support while...Lennart Poettering2007-07-281-13/+13
* Add fdsem to makefileLennart Poettering2007-07-261-0/+1
* Convert most snprintf() calls to pa_snprintf()Lennart Poettering2007-07-251-1/+1
* Reenable a couple of more modulesLennart Poettering2007-07-131-3/+3
* Remove module-oss-mmap, since it is now merged into module-ossLennart Poettering2007-07-131-6/+0
* Update OSS driver for new lock-free coreLennart Poettering2007-06-231-11/+11
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-131-83/+88
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-50/+68
* Kill spaces on EOLLennart Poettering2007-05-291-15/+15
* fix suid Makefile targetLennart Poettering2007-05-251-3/+3
* Pulsecore should be linked into all modules.Pierre Ossman2007-03-061-1/+1
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+4
* Add atomic.h as a dependency at relevant places.Pierre Ossman2006-11-101-0/+3
* Make sure we package version.h.in.Pierre Ossman2006-11-101-0/+1
* Yet again try to fix the creation of necessary directories when srcdir !=Pierre Ossman2006-11-091-3/+3