summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Reverting an incorrect checkin.Pierre Ossman2006-02-031-2/+1
* Fixes for the new infrastructure so that the waveout module compiles.Pierre Ossman2006-01-301-4/+2
* Fixes for the new infrastructure so that the solaris module compiles.Pierre Ossman2006-01-301-4/+2
* Breaks missing from conversion to a switch statement.Pierre Ossman2006-01-301-0/+3
* Print an error message before aborting.Pierre Ossman2006-01-301-0/+3
* * add variadic function pa_tagstruct_get() and pa_tagstruct_put() for parsing...Lennart Poettering2006-01-285-84/+247
* add support more for up to 16 auxiliary channel positionsLennart Poettering2006-01-271-0/+4
* Mega patch:Lennart Poettering2006-01-27114-1294/+2549
* Remove the version number from the module directory. Makes life easierPierre Ossman2006-01-271-1/+1
* We get the -lcap through LIBS, so no need for CAP_LIBS.Pierre Ossman2006-01-252-3/+2
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIBS since it is a lot smarter andPierre Ossman2006-01-251-4/+4
* Fix so that peer name can be determined on Windows. We do not support consolePierre Ossman2006-01-201-0/+8
* Open the device in non-blocking mode.Pierre Ossman2006-01-191-1/+1
* Ugly hack to get around Solaris particularly brain dead sound system.Pierre Ossman2006-01-191-3/+55
* We need a logical, not an arithmetic shift here. So use unsigned types whenPierre Ossman2006-01-161-2/+2
* Under win32 we freed the wrong pointer causing a segmentation fault.Pierre Ossman2006-01-121-4/+4
* Some crappy hardware generate noise on the output when reading input. ToPierre Ossman2006-01-121-1/+8
* Some drivers (via82xx) doesn't start recording until we read something.Pierre Ossman2006-01-121-0/+9
* Used 0 as an invalid fd. Changed to -1.Pierre Ossman2006-01-121-1/+1
* If the card couldn't do duplex when required we would incorrectly returnPierre Ossman2006-01-121-2/+2
* Many (FSF and Sun at least) have interpreted the C99 standard in a wayPierre Ossman2006-01-111-23/+3
* Remove the old compiler flag test now that we have a new shiny one.Pierre Ossman2006-01-111-10/+1
* Our makefiles work just fine on older automakes (1.7 tested). Let's keepPierre Ossman2006-01-111-1/+1
* * remove a lot of compiler warnings introduced by using some new GCC flagsLennart Poettering2006-01-11200-3460/+3574
* build system updates, including support for some newer GCC optionsLennart Poettering2006-01-102-11/+90