summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge Pierre's changesLennart Poettering2006-01-1065-854/+3590
* improve sync clock changeLennart Poettering2006-01-091-1/+1
* fix synchronized clock changeLennart Poettering2006-01-091-1/+1
* fix alsa memory leakLennart Poettering2005-09-162-0/+2
* chance ALSA sink to use "default" as default alsa deviceLennart Poettering2005-09-161-1/+1
* initialize running_as_daemon Lennart Poettering2005-09-161-0/+1
* increase number of allowed connectionsLennart Poettering2005-09-161-1/+1
* add new field running_as_daemon to pa_coreLennart Poettering2005-09-163-3/+12
* add pa_sound_file_too_big_to_cache()Lennart Poettering2005-09-162-1/+38
* handle float values in sound files sensiblyLennart Poettering2005-09-161-9/+8
* print a nice message when libltdl is missingLennart Poettering2005-09-161-0/+8
* git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@352 fefdeb5f-60d...Lennart Poettering2005-09-161-0/+1
* build fixLennart Poettering2005-09-161-0/+2
* bail out if no sink is definedLennart Poettering2005-09-161-4/+10
* alter alsa periods numberLennart Poettering2005-09-151-1/+1
* handle EOF in ioline.cLennart Poettering2005-09-151-2/+10
* remove esound protocol directory on unload of module-protocol-esoundLennart Poettering2005-09-151-0/+7
* fix start_timeout()Lennart Poettering2005-09-151-1/+2
* add libsamplerate/libsndfile CFLAGS Lennart Poettering2005-09-151-1/+1
* * fix LIRC configurationLennart Poettering2005-01-122-4/+5
* * extend HTTP moduleLennart Poettering2005-01-125-50/+84
* * make pa_sample_spec_snprint return point to written stringLennart Poettering2005-01-1210-18/+374
* * new environment variable $POLYP_LOGLennart Poettering2005-01-115-20/+91
* * add new module module-mmkbd-evdevLennart Poettering2005-01-097-5/+249
* * todo updateLennart Poettering2005-01-086-19/+24
* * increase timeout in pacmdLennart Poettering2005-01-081-2/+2