summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering2008-06-111-0/+8
* don't exit when the XSM signals us a session exit. instead just unload all X1...Lennart Poettering2008-06-111-1/+1
* add new module-console-kit which tracks ck sessions to avoid termination when...Lennart Poettering2008-06-111-2/+14
* add new module module-position-event-sounds for positioning event sounds in s...Lennart Poettering2008-06-111-2/+11
* Rejig r2495 slightly and directly compile the necessary source files as libpu...Colin Guthrie2008-06-031-2/+2
* Also link libpulsecore.la to some libraries (needed for logging). Discovered ...Colin Guthrie2008-06-031-2/+2
* define PA_SYSTEM_CONFIG_PATH and PA_SYSTEM_STATE_PATH for CLennart Poettering2008-05-211-0/+2
* add a small test program for pa_close_all()Lennart Poettering2008-05-181-0/+6
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-12/+33
* merge r2195 from prepare-0.9.10Lennart Poettering2008-03-311-5/+18
* rename polkit policy file to org.pulseaudio.policy to follow upstream guidelinesLennart Poettering2008-03-271-2/+2
* Use check_PROGRAMS rather than noinst_PROGRAMS for test programs.Diego Petteno2008-01-241-3/+3
* add new property list implementationLennart Poettering2007-12-231-3/+11
* Add new subsystem for applying envelopes (such as volume ramps) to audio signalsLennart Poettering2007-11-241-1/+8
* Check for mkdir -p or equivalent, and use that rather than simple mkdir to cr...Diego Petteno2007-11-231-3/+3
* Enable D-Bus if Bluez or HAL are enabled; use DBUS_LIBS/DBUS_CFLAGS when buil...Diego Petteno2007-11-231-2/+2
* update speex resampler with newer snapshot from Speex SVNLennart Poettering2007-11-221-1/+1
* build PolicyKit supportLennart Poettering2007-11-161-1/+13
* don't fail if the bt-proximity-helper is not builtLennart Poettering2007-11-131-1/+1
* add new fun module that automatically mutes your audio devices when you leave...Lennart Poettering2007-11-111-1/+25
* add a simple fully-automatic fully-linearupmixer/downmixer and enable it by d...Lennart Poettering2007-11-111-1/+7
* optimize mixing code a bit. Add mixers for S32LE, S32BE, ULAW, ALAW and FLOAT...Lennart Poettering2007-11-091-1/+7
* .la files for modules can probably be removed safely on all archs nowLennart Poettering2007-11-091-0/+1
* parse the pasuspend argument like any other boolean in PulseAudioLennart Poettering2007-11-081-1/+1
* Add linker version script to hide non-ABI stable symbols in the clientLennart Poettering2007-11-041-10/+20
* add new module module-zeroconf-discoverLennart Poettering2007-10-291-1/+8
* bring back module-tunnel, yay!Lennart Poettering2007-10-291-10/+10
* add missing dependency on socket-utilLennart Poettering2007-10-281-1/+1
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-60/+189
* jack driver build fix which became apparent on fedoraLennart Poettering2007-08-041-2/+2
* Make sure we link to the core to get all symbols.Pierre Ossman2007-07-101-1/+1
* Make -no-undefined actually work (and fix up error found by it).Pierre Ossman2007-07-101-2/+2
* 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