summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-08-15memblock: use built-in functionLu Guanqun1-1/+1
2011-08-15memblock: fix memory leak when pa_shm_create_rw failsLu Guanqun1-3/+3
2011-08-15Avoid read from freed memoryMaarten Bosmans1-2/+4
2011-08-15Initialise variablesMaarten Bosmans5-6/+9
2011-08-15Plug some memory leaksMaarten Bosmans4-2/+10
2011-08-15module-tunnel: Fix for new protocol versionsMaarten Bosmans1-8/+16
2011-08-15svolume: Make log messages more precise.Tanu Kaskinen4-4/+4
2011-08-15daemon-conf: Don't make log files executable.Tanu Kaskinen1-1/+1
2011-08-15sink-input: Avoid fake rewind in corked stateWang Xingchao1-4/+10
2011-08-15device-restore: Log invalid sink index while setting formatsArun Raghavan1-1/+3
2011-08-15sink: Fix lazy commentingArun Raghavan1-3/+3
2011-08-15pactl: Add a set-sink-formats commandArun Raghavan1-3/+63
2011-08-15format: Add string to pa_format_info conversion functionArun Raghavan2-10/+65
2011-08-15format: Make pa_format_info_snprint() more parseableArun Raghavan1-2/+5
2011-08-15device-restore: Set sink format when possibleArun Raghavan1-6/+41
2011-08-15device-restore: Make bools not be bit fieldsArun Raghavan1-3/+3
2011-08-15alsa: Implement get/set_formats()Arun Raghavan1-0/+69
2011-08-15sink: Add a set_formats() APIArun Raghavan2-0/+23
2011-08-12Plug some memory leaks and an invalid readMaarten Bosmans5-3/+6
2011-08-12sink-input: Drop redundant assert (PA_SINK_INPUT_IS_LINKED() checked already)Colin Guthrie1-4/+0
2011-08-12log: Add missing pulsecore/thread.h includeArun Raghavan1-0/+1
2011-08-11alsa: resets POLLOUT eventWang Xingchao2-0/+2
2011-08-11alsa: Update process_usec before going to sleepWang Xingchao2-0/+4
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans45-54/+51
2011-08-11Add some missing format.h includesMaarten Bosmans5-1/+5
2011-08-11Include config.h consistently in source files and not in headersMaarten Bosmans3-8/+4
2011-08-11sample-util: use built-in functionLu Guanqun1-1/+1
2011-08-11ext-device-restore: Include format.hColin Guthrie1-0/+1
2011-08-11alsa: Ensure that volumes are written to the h/w at startup.Colin Guthrie2-0/+6
2011-08-10alsa-mixer: Fix rounding direction on mixer initialisationColin Guthrie1-2/+2
2011-08-10pactl: Make stat backwards compatible with previous versions.Colin Guthrie1-5/+10
2011-08-10pactl: Split help string up in shorter pieces for easier translationMaarten Bosmans1-23/+21
2011-08-10pactl: Short --help output a bit by consolidating sink/source commandsMaarten Bosmans1-16/+9
2011-08-09log: add thread nameLu Guanqun1-2/+2
2011-08-09device-restore: Various fixes for the protocol extension.Colin Guthrie5-6/+39
2011-08-08Fix default.pa on non udev systemsMaarten Bosmans2-5/+13
2011-08-08stream-restore: Save/restore source output volume/muteColin Guthrie1-1/+91
2011-08-07source-output: Fix resampling.Colin Guthrie1-5/+5
2011-08-04Fix crash in path subset eliminationDavid Henningsson1-2/+4
2011-08-02protocol-native: Allow clients to know at what index underrun occurredDavid Henningsson5-3/+35
2011-07-27doc: Document subscription events betterArun Raghavan1-0/+20
2011-07-22rygel: Fix introspection XML for MediaItem2Jens Georg1-0/+1
2011-07-22rygel: Properly close {sv} iters for GetAllJens Georg1-0/+2
2011-07-21virtual: Fix volume callback setting.Tanu Kaskinen2-2/+2
2011-07-20reserve: Fix compile warning when compiling without dbusColin Guthrie1-2/+2
2011-07-20alsa-mixer: Remove workaround for USB head/handsetsColin Guthrie3-46/+1
2011-07-20alsa: No need to go via sink/source to get the core.Colin Guthrie2-4/+4
2011-07-20alsa-mixer: Detect and then drop pointless paths in the path set.Colin Guthrie3-6/+197
2011-07-20alsa-mixer: Do not 'unify' mixer paths.Colin Guthrie1-44/+0
2011-07-20alsa: Reinitialise the mixer on port change.Colin Guthrie11-120/+315