summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | don't try to use weakref stuff on older compilers that don't really support itLennart Poettering2009-02-201-1/+1
|/ / /
* | | split out mixer setup into seperate functions to make things more readableLennart Poettering2009-02-192-163/+177
| | |
* | | modernize pa_msleep() a bitLennart Poettering2009-02-191-2/+4
| | |
* | | add pa_timespec_loadLennart Poettering2009-02-192-0/+10
| | |
* | | make interpol-test useful for recording as wellLennart Poettering2009-02-191-4/+31
| | |
* | | additional validity checkLennart Poettering2009-02-191-0/+3
| | |
* | | additional validity checkLennart Poettering2009-02-191-0/+3
| | |
* | | handle both positive and negative errno'sLennart Poettering2009-02-191-0/+3
| | |
* | | export card information for sinks/sources and number of sinks/sources a ↵Lennart Poettering2009-02-183-3/+17
| | | | | | | | | | | | profile would create to clients
* | | introduce pa_realpath()Lennart Poettering2009-02-182-0/+27
| | |
* | | export pa_match()Lennart Poettering2009-02-182-3/+5
| | |
* | | if we fail to import a memblock fill in silence to guarantee stability of timingLennart Poettering2009-02-183-21/+29
| | |
* | | allow importing of more memory blocks than exportingLennart Poettering2009-02-181-1/+1
| | |
* | | refer folks to the ALSA devs, not usLennart Poettering2009-02-181-4/+4
| | |
* | | minor optimizationsLennart Poettering2009-02-181-5/+10
| | |
* | | simplify pa_alsa_init_proplist_pcm() a bit and include resolution bits in ↵Lennart Poettering2009-02-184-20/+28
| | | | | | | | | | | | alsa device props
* | | allow pa to be run in a chroot() environment tht lacks /procLennart Poettering2009-02-181-2/+5
| | |
* | | bump required alsa versionLennart Poettering2009-02-181-2/+2
|/ /
* | don't open the alsa devices in hw:xxx modeLennart Poettering2009-02-151-1/+1
| |
* | unify ALSA mixer initializationLennart Poettering2009-02-144-74/+83
| |
* | add doxygen comment for PA_GCC_WEAKREFLennart Poettering2009-02-131-0/+1
| |
* | document all currently known propertiesLennart Poettering2009-02-131-59/+112
| |
* | Optionally disable IPv6Iain Hibbert2009-02-1315-23/+179
| | | | | | | | Closes #79
* | show whether gtk+ support is enabled after configureLennart Poettering2009-02-131-0/+6
| |
* | ignore gtk-testLennart Poettering2009-02-131-0/+1
| |
* | properly read icon/application name/display from gtk/glib/gdkLennart Poettering2009-02-134-14/+173
| |
* | make PULSE_PROP env vars non-overriding but introduce PULSE_PROP_OVERRIDE ↵Lennart Poettering2009-02-131-6/+24
| | | | | | | | for allowing overriding
* | add definition for GCC style weak referencesLennart Poettering2009-02-131-0/+6
| |
* | make PA_GCC_PACKED and PA_GCC_MALLOC actually workLennart Poettering2009-02-135-10/+10
| |
* | drop check for PA_PROP_APPLICATION_NAME since often enough we can deduce ↵Lennart Poettering2009-02-131-3/+0
| | | | | | | | this better from g_get_application_name()
* | we reinit proplist since the server will copy from client proplist anywayLennart Poettering2009-02-131-3/+1
| |
* | fix aiff channel mapping for 6 channelsLennart Poettering2009-02-131-2/+2
| |
* | add a module that forwards cork/uncork requests to X11 as fake pause/resume ↵Lennart Poettering2009-02-134-2/+199
| | | | | | | | key events
* | add full set of argument descriptionLennart Poettering2009-02-121-1/+5
| |
* | don't try to recycle rtpoll objectsLennart Poettering2009-02-122-8/+12
| |
* | don't claim that profile changes are always successfulLennart Poettering2009-02-121-1/+1
| |
* | use the same service fd shutdown logic when destructing module and changing ↵Lennart Poettering2009-02-121-10/+12
| | | | | | | | profile
* | minor service IO fixesLennart Poettering2009-02-121-7/+4
| |
* | the service fd is a stream socket, so handle things accordinglyLennart Poettering2009-02-121-41/+54
|/
* run make update-pov0.9.15-test2Lennart Poettering2009-02-1211-440/+440
|
* prepare test2Lennart Poettering2009-02-121-1/+1
|
* handle errors from BT service properlyLennart Poettering2009-02-121-10/+15
|
* make module-hal-detect pick up all cards even when they have no device 0Lennart Poettering2009-02-121-6/+1
|
* properly free modargs object when init fails; don't abbreviate modargs in structLennart Poettering2009-02-121-8/+14
|
* tabs are evilLennart Poettering2009-02-122-7/+7
|
* some minor fixupsLennart Poettering2009-02-121-6/+4
|
* instead of reparsing the rate module argument when changing profile, simply ↵Lennart Poettering2009-02-121-8/+3
| | | | restore the originally requested sample_spec, this also makes sure the channel count is properly reset
* addendum to f56da9893: don't crash when s->sink is NULLLennart Poettering2009-02-121-0/+3
|
* call _kill functions instead of _unlink since the latter should only be ↵Lennart Poettering2009-02-122-4/+4
| | | | called be the stream implementor
* Merge commit 'elmarco/bt-wip'Lennart Poettering2009-02-126-73/+264
|\