summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Make typdefs for the pa_context callback prototypesLennart Poettering2006-02-207-27/+31
* remove cdecl.h from doxygen docsLennart Poettering2006-02-201-1/+1
* Fixes for the Solaris detection.Pierre Ossman2006-02-201-1/+3
* Add mute switch to todo.Pierre Ossman2006-02-201-0/+1
* Detect support for Windows' waveout.Pierre Ossman2006-02-201-0/+16
* Detect support for Solaris (/dev/audio).Pierre Ossman2006-02-202-1/+35
* Remove a debug fprintf that was left in.Pierre Ossman2006-02-201-2/+0
* util.c uses some socket functions so we need winsock on Windows.Pierre Ossman2006-02-201-1/+1
* update TODOLennart Poettering2006-02-201-5/+14
* make doxygen ignore PA_CDECL_BEGIN/PA_CDECL_ENDLennart Poettering2006-02-201-2/+2
* 1) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering2006-02-2038-752/+1939
* update todoLennart Poettering2006-02-181-4/+3
* Properly clear members during init.Pierre Ossman2006-02-171-0/+5
* That's a delta parameter, not a size parameter.Pierre Ossman2006-02-171-1/+1
* Have a memblock queue on the client side during recording. This makes thePierre Ossman2006-02-176-11/+98
* Ignore generated win32 binaries.Pierre Ossman2006-02-170-0/+0
* Module needs stuff in libpolypcore.Pierre Ossman2006-02-171-1/+1
* Fix path to poll.h.Pierre Ossman2006-02-171-1/+1
* Fix typo in #ifndef.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
* Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-17137-421/+523
* Move the util libs to the modules section since they're in that directory.Pierre Ossman2006-02-171-34/+16
* fix doxygenLennart Poettering2006-02-1710-19/+18
* include header files in simple.h with <> instead of ""Lennart Poettering2006-02-161-2/+2
* * rename polypcore/subscribe.[ch] to polypcore/core-subscribe.[ch] to avoid c...Lennart Poettering2006-02-1623-30/+30
* shorten include list of utils a littleLennart Poettering2006-02-165-11/+4
* * drop polylib prefix from #defineLennart Poettering2006-02-1613-27/+28
* fix compilation of simple APILennart Poettering2006-02-161-1/+1
* drop polyplib- prefix from client library filesLennart Poettering2006-02-1632-83/+83
* make channel naming somewhat RFC2551 compliantLennart Poettering2006-02-162-14/+27
* add a bunch of simple Makefile in the subdirs, just to make compilation with ...Lennart Poettering2006-02-166-0/+18
* move alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch] to the modules director...Lennart Poettering2006-02-1611-13/+15
* * svn:ignore some filesLennart Poettering2006-02-166-13/+17
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-16246-689/+724
* add simple hardware auto detection moduleLennart Poettering2006-02-162-2/+237
* Add HAVE_ALSA and HAVE_OSS definesLennart Poettering2006-02-161-2/+9
* allow polypaudio to startup without any enabled moduleLennart Poettering2006-02-161-1/+2
* print ALSA error messages on failureLennart Poettering2006-02-162-8/+10
* fix warning textLennart Poettering2006-02-161-1/+1
* todo updateLennart Poettering2006-02-151-4/+9
* Fix api. Setting volume is done through a pa_cvolume struct, not a pa_volume_tPierre Ossman2006-02-142-9/+9
* Add function to "wake up", i.e. interrupt, a running poll(). This is neededPierre Ossman2006-02-132-1/+71
* Split mainloop_iterate() into three, distinct parts. Allows for more flexiblePierre Ossman2006-02-132-49/+133
* Fix some new alignment bugs in the tagstruct handling.Pierre Ossman2006-02-101-3/+8
* Install the new headers for channels and volume.Pierre Ossman2006-02-101-1/+3
* Let's have just one endian conversion macro suite.Pierre Ossman2006-02-033-32/+31
* Fix endian conversion macros and reformat them to be a bit more readable.Pierre Ossman2006-02-031-4/+4
* Use defines and not hard coded values for volume levels. Caused incorrectPierre Ossman2006-02-031-7/+7
* Volume adjustment must be done _after_ dropping the chunk since drop willPierre Ossman2006-02-031-6/+6