summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-5/+2
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-2/+5
* enable module-hal-detect in the default configuration file only if HAL suppor...Lennart Poettering2006-09-201-1/+3
* Revert r1398 as it broke the srcdir != builddir patch. New fix that doesn'tPierre Ossman2006-09-191-0/+3
* No need to create these dirs as they're part of the source tree.Pierre Ossman2006-09-191-1/+0
* Fix up build structure for platform dependent modules. Also add implementationPierre Ossman2006-09-111-27/+23
* Fix typo.Pierre Ossman2006-09-111-1/+1
* update MakefileLennart Poettering2006-09-091-5/+13
* port the threaded mainloop to our new abstract mutex/thread APILennart Poettering2006-09-041-0/+6
* rework handling of srcdir != builddir (patch from Flameeyes)Lennart Poettering2006-09-021-7/+3
* allow building when srcdir != builddir (patch from Flameeyes)Lennart Poettering2006-09-021-1/+6
* make esdcompat executableLennart Poettering2006-09-021-0/+1
* Thread implementation for Win32.Pierre Ossman2006-09-011-3/+13
* define AO_REQUIRE_CAS in the Makefile instead of each source file, effectivel...Lennart Poettering2006-08-311-0/+1
* add a threading primitive APILennart Poettering2006-08-291-3/+13
* add lock-free reference counting macros, based on libatomic-opsLennart Poettering2006-08-291-1/+3
* add new test memblock-test for testing SHM import/exportLennart Poettering2006-08-181-4/+13
* implement new module "module-rescue-streams" which moves sink inputs away whe...Lennart Poettering2006-08-131-1/+9