summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Use only the basename of libpolypdsp.so so that it will work on multi-archPierre Ossman2006-05-251-9/+3
* Move libpolypdsp in the makefile to avoid the libtool bug where it must comePierre Ossman2006-05-251-19/+24
* add new padsp utility: a $LD_PRELOAD wrapper for using the OSS API with polyp...Lennart Poettering2006-05-231-2/+21
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-0/+1
* Fix which headers get installed for libpolyp.Pierre Ossman2006-05-191-1/+11
* Sort source files.Pierre Ossman2006-05-191-28/+28
* Move timeval calculation functions into their own file.Pierre Ossman2006-05-181-2/+4
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-18/+13
* Move utf8 to the public part (libpolyp).Pierre Ossman2006-05-171-4/+5
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-7/+7
* * add new configure option --with-module-dir=Lennart Poettering2006-05-161-50/+48
* * remove .a files from the modules directory after installationLennart Poettering2006-05-161-23/+24
* add new test programme utf8-test.cLennart Poettering2006-05-161-1/+7
* undo r868Lennart Poettering2006-05-151-3/+3
* module-volume-restore uses regexp() so make sure it's only built on systemsPierre Ossman2006-05-151-3/+3
* add utf8 validity checking APILennart Poettering2006-05-141-1/+3
* add new module module-volume-restore which saves and restores volume of playb...Lennart Poettering2006-05-141-2/+10
* Handle pipes on platforms where they are non-existant of broken.Pierre Ossman2006-05-111-0/+2
* Add stubs for the threaded main loop so that we can compile it onPierre Ossman2006-05-091-7/+2
* Windows doesn't have POSIX thread. ifdef out things for now.Pierre Ossman2006-05-021-1/+6
* add new threaded main loop implementation (with test/example)Lennart Poettering2006-04-301-0/+8
* add new test 'channelmap-test'Lennart Poettering2006-04-261-1/+7
* * Merge build system patch from Igor ZubkovLennart Poettering2006-04-231-12/+13
* fix CFLAGS for jack modulesLennart Poettering2006-04-181-2/+2
* fix make distcheckLennart Poettering2006-04-181-2/+4
* build jack sourceLennart Poettering2006-04-181-2/+10
* We need to emulate sendmsg/recvmsg to support rtp on Windows. Will doPierre Ossman2006-04-181-2/+12
* add new JACK sinkLennart Poettering2006-04-171-1/+14
* rename module-rtp-monitor to module-rtp-sendLennart Poettering2006-04-161-6/+6
* * add RTP/SAP/SDP reciever moduleLennart Poettering2006-04-161-3/+10
* * ignore some more filesLennart Poettering2006-04-141-3/+16
* add new configure option to enable preloading even on architectures that supp...Lennart Poettering2006-04-131-1/+6
* Handle the new latency protocol. This is just a quick fix and does notPierre Ossman2006-03-021-0/+1
* Add inet_pton emulation for platforms that lack it. Only support IPv4 atPierre Ossman2006-02-231-0/+1
* unbreak Makefile.amLennart Poettering2006-02-221-2/+2
* todo testLennart Poettering2006-02-221-2/+2
* Support for setting volume on sources.Pierre Ossman2006-02-221-0/+1
* * Don't build seperate ipv4/ipv6 versions of the protocol pluginsLennart Poettering2006-02-211-35/+0
* * Get rid of libpolyp-mainloopLennart Poettering2006-02-211-23/+17
* build dllmain.c only on win32 (makes gcc shut up a little more)Lennart Poettering2006-02-201-2/+10
* fix moddirLennart Poettering2006-02-201-2/+2
* * modify pa_context_exit_daemon() to return a pa_operation objectLennart Poettering2006-02-201-2/+2
* util.c uses some socket functions so we need winsock on Windows.Pierre Ossman2006-02-201-1/+1
* 1) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering2006-02-201-1/+21
* Have a memblock queue on the client side during recording. This makes thePierre Ossman2006-02-171-0/+1
* Module needs stuff in libpolypcore.Pierre Ossman2006-02-171-1/+1
* Integrate error routines into libpolyp. Not much point in having this as aPierre Ossman2006-02-171-12/+7
* Make sure that all polypcore headers are installed.Pierre Ossman2006-02-171-9/+47
* Move the util libs to the modules section since they're in that directory.Pierre Ossman2006-02-171-34/+16
* * rename polypcore/subscribe.[ch] to polypcore/core-subscribe.[ch] to avoid c...Lennart Poettering2006-02-161-2/+2