summaryrefslogtreecommitdiff
path: root/src/pulse
AgeCommit message (Collapse)AuthorFilesLines
2009-07-20mergedrtpollLennart Poettering35-473/+1541
2009-03-05try to detect when stupid clients forks and refuse all service from then onLennart Poettering8-3/+226
2009-03-04handle negative error codesLennart Poettering1-1/+4
2009-03-03Merge commit 'coling/lgpl21'Lennart Poettering43-43/+43
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie43-43/+43
2009-03-03pass profile priority value to clientsLennart Poettering2-1/+3
2009-03-01For now don't list icon property (in favour of icon name property) since ↵Lennart Poettering1-0/+8
icon negotiation is probably much more complex (i.e. sizes...) than just putting icon data somewhere.
2009-03-01add logic for initializing a useful icon nameLennart Poettering1-0/+6
2009-03-01rename PA_PROP_DEVICE_CONNECTOR to PA_PROP_DEVICE_BUSLennart Poettering1-2/+2
2009-03-01revise form factor list a bit, simplify and use singular everywhereLennart Poettering1-1/+1
2009-03-01introduce seperate vendor/product id fieldsLennart Poettering1-2/+11
2009-03-01make example code a bit more robust/change-proofLennart Poettering1-5/+5
2009-02-27revise list of form factors a littleLennart Poettering1-1/+1
2009-02-24introduce new well-known role 'a11y'Lennart Poettering1-1/+1
2009-02-21introduce default channel map in addition to the default sample specLennart Poettering2-0/+6
2009-02-21add new property PA_PROP_APPLICATION_PROCESS_SESSION_ID and initialize it by ↵Lennart Poettering1-0/+3
default
2009-02-21check for ENABLE_LEGACY_RUNTIME_DIR with #ifdef, not #ifLennart Poettering1-2/+2
2009-02-20Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering1-1/+5
2009-02-20don't try to use weakref stuff on older compilers that don't really support itLennart Poettering1-1/+1
2009-02-19Merge commit 'elmarco/legacy-dir'Lennart Poettering1-1/+5
2009-02-19modernize pa_msleep() a bitLennart Poettering1-2/+4
2009-02-18export card information for sinks/sources and number of sinks/sources a ↵Lennart Poettering2-3/+13
profile would create to clients
2009-02-18if we fail to import a memblock fill in silence to guarantee stability of timingLennart Poettering1-7/+6
2009-02-18pulse/context: add --enable-legacy-runtime-dirMarc-André Lureau1-1/+5
2009-02-13add doxygen comment for PA_GCC_WEAKREFLennart Poettering1-0/+1
2009-02-13document all currently known propertiesLennart Poettering1-59/+112
2009-02-13add definition for GCC style weak referencesLennart Poettering1-0/+6
2009-02-13make PA_GCC_PACKED and PA_GCC_MALLOC actually workLennart Poettering1-2/+2
2009-02-13drop check for PA_PROP_APPLICATION_NAME since often enough we can deduce ↵Lennart Poettering1-3/+0
this better from g_get_application_name()
2009-02-13we reinit proplist since the server will copy from client proplist anywayLennart Poettering1-3/+1
2009-02-13fix aiff channel mapping for 6 channelsLennart Poettering1-2/+2
2009-02-12declare 'animation' stream role for Flash and suchlikeLennart Poettering1-1/+1
2009-02-12allow sending meta/policy events to clientsLennart Poettering6-2/+161
2009-02-06add #defines for all enums that lacked itLennart Poettering3-0/+141
2009-02-05parse ini-style sections properlyLennart Poettering1-10/+10
2009-02-04clarify things a bitLennart Poettering1-4/+4
2009-02-04add a few additional validity checksLennart Poettering2-6/+43
2009-02-04fix up parser in pa_proplist_from_string() to handle escapes correctly; make ↵Lennart Poettering2-76/+310
pa_proplist_to_string() escape quotes properly
2009-02-04add new API pa_ascii_valid(), pa_ascii_filter()Lennart Poettering2-0/+32
2009-02-04add pa_sample_size_of_format()Lennart Poettering2-2/+14
2009-02-03add a lot of validity checkingLennart Poettering3-24/+71
2009-02-03add a bit of missing i18nLennart Poettering2-17/+22
2009-02-03add new API pa_cvolume_compatible_with_channel_map()Lennart Poettering2-2/+19
2009-02-03before applying balance/fade check it actually makes senseLennart Poettering2-7/+26
2009-02-03add a macro definition for each error codeLennart Poettering1-0/+28
2009-02-03add new error code PA_ERR_NOTIMPLEMENTEDLennart Poettering2-1/+4
2009-02-03implement PA_STREAM_FAIL_ON_SUSPEND logicLennart Poettering2-2/+10
2009-02-02don't use PA_STREAM_NOT_MONOTONOUS anymoreLennart Poettering2-3/+3
2009-02-02whitespace cleanupLennart Poettering1-0/+3
2009-02-02add a few new form factorsLennart Poettering1-1/+1