summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* increase timing update interval exponentiallyLennart Poettering2009-04-012-4/+14
* fix an error where a signal was accidently freed when it is tried to register...Lennart Poettering2009-03-311-3/+2
* fix some typos in doxygen commentsMaarten Bosmans2009-03-311-7/+7
* allow nofail mode only when no server string was specifiedLennart Poettering2009-03-302-4/+6
* minor cleanupsLennart Poettering2009-03-301-4/+8
* take org.pulseaudio.Server instead of org.pulseaudio to match the interface n...Lennart Poettering2009-03-301-2/+2
* Merge commit 'elmarco/dbus'Lennart Poettering2009-03-304-6/+90
|\
| * pulse: client connect to dbusMarc-André Lureau2009-03-304-6/+90
* | notify clients about tlength changesLennart Poettering2009-03-304-3/+105
* | typo fixLennart Poettering2009-03-301-1/+1
|/
* fix value of DYNAMIC_LATENCYLennart Poettering2009-03-251-1/+1
* introduce new flag that marks sinks/sources which can adjust the latency dyna...Lennart Poettering2009-03-251-2/+12
* minimal reorderingLennart Poettering2009-03-241-1/+1
* add pa_assert_cc() for compile time assertionsLennart Poettering2009-03-231-1/+1
* pulse: check context (do not user pstream when NULL)Marc-André Lureau2009-03-231-0/+1
* try to detect when stupid clients forks and refuse all service from then onLennart Poettering2009-03-058-3/+226
* handle negative error codesLennart Poettering2009-03-041-1/+4
* Merge commit 'coling/lgpl21'Lennart Poettering2009-03-0343-43/+43
|\
| * Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-0343-43/+43
* | pass profile priority value to clientsLennart Poettering2009-03-032-1/+3
|/
* For now don't list icon property (in favour of icon name property) since icon...Lennart Poettering2009-03-011-0/+8
* add logic for initializing a useful icon nameLennart Poettering2009-03-011-0/+6
* rename PA_PROP_DEVICE_CONNECTOR to PA_PROP_DEVICE_BUSLennart Poettering2009-03-011-2/+2
* revise form factor list a bit, simplify and use singular everywhereLennart Poettering2009-03-011-1/+1
* introduce seperate vendor/product id fieldsLennart Poettering2009-03-011-2/+11
* make example code a bit more robust/change-proofLennart Poettering2009-03-011-5/+5
* revise list of form factors a littleLennart Poettering2009-02-271-1/+1
* introduce new well-known role 'a11y'Lennart Poettering2009-02-241-1/+1
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-212-0/+6
* add new property PA_PROP_APPLICATION_PROCESS_SESSION_ID and initialize it by ...Lennart Poettering2009-02-211-0/+3
* check for ENABLE_LEGACY_RUNTIME_DIR with #ifdef, not #ifLennart Poettering2009-02-211-2/+2
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-02-201-1/+5
|\
| * Merge commit 'elmarco/legacy-dir'Lennart Poettering2009-02-191-1/+5
| |\
| | * pulse/context: add --enable-legacy-runtime-dirMarc-André Lureau2009-02-181-1/+5
* | | don't try to use weakref stuff on older compilers that don't really support itLennart Poettering2009-02-201-1/+1
|/ /
* | modernize pa_msleep() a bitLennart Poettering2009-02-191-2/+4
* | export card information for sinks/sources and number of sinks/sources a profi...Lennart Poettering2009-02-182-3/+13
* | if we fail to import a memblock fill in silence to guarantee stability of timingLennart Poettering2009-02-181-7/+6
|/
* add doxygen comment for PA_GCC_WEAKREFLennart Poettering2009-02-131-0/+1
* document all currently known propertiesLennart Poettering2009-02-131-59/+112
* add definition for GCC style weak referencesLennart Poettering2009-02-131-0/+6
* make PA_GCC_PACKED and PA_GCC_MALLOC actually workLennart Poettering2009-02-131-2/+2
* drop check for PA_PROP_APPLICATION_NAME since often enough we can deduce this...Lennart Poettering2009-02-131-3/+0
* 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
* declare 'animation' stream role for Flash and suchlikeLennart Poettering2009-02-121-1/+1
* allow sending meta/policy events to clientsLennart Poettering2009-02-126-2/+161
* add #defines for all enums that lacked itLennart Poettering2009-02-063-0/+141
* parse ini-style sections properlyLennart Poettering2009-02-051-10/+10
* clarify things a bitLennart Poettering2009-02-041-4/+4