summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-09module-suspend-on-idle: Move vacuum code to coreMaarten Bosmans2-46/+24
2011-09-07alsa: Tidy up argument descriptionsColin Guthrie5-6/+6
2011-09-07bluetooth: Bump DBus version to 1.3.0 and drop conditional code.Colin Guthrie2-20/+2
2011-09-07loopback: New modargs: sink_input_properties and source_output_properties.Tanu Kaskinen1-22/+24
2011-09-05raop: Use the port supplied by avahi when connecting to RAOP devices.Colin Guthrie3-12/+20
2011-09-05device-restore: Fix use-after-free error.Colin Guthrie1-2/+5
2011-09-05formats: Export more functions needed for a clean build.Colin Guthrie1-0/+4
2011-09-05formats: The format code should be in libpulse, not libpulsecommonColin Guthrie2-5/+6
2011-09-04stream-restore: Add proper data validity checks to the legacy database entry ...Colin Guthrie1-0/+20
2011-09-04stream-restore: Add in some variable sets that were missing from 9ffa93.Colin Guthrie1-0/+8
2011-09-03device-restore: Simplify the migration of data to per-port keys.Colin Guthrie1-65/+65
2011-09-03Make gcc --std=c99 happyMaarten Bosmans5-1/+14
2011-09-03Squash the last gcc warningsMaarten Bosmans2-2/+3
2011-09-03module-equalizer-sink: Use correct limit in loopMaarten Bosmans1-1/+1
2011-09-03bluetooth/sbc: Use __asm__ keywordMaarten Bosmans4-25/+25
2011-09-03module-equalizer-sink: Use = in initialising variablesMaarten Bosmans1-13/+13
2011-09-03module-equalizer-sink: Use %z for printf of size_t variablesMaarten Bosmans1-5/+5
2011-09-03alsa-mixer: Set "Front" control to 0 dB on headphone pathDavid Henningsson2-4/+6
2011-08-31module-switch-on-connect: Don't switch unlinked sink input and source outputsDavid Henningsson1-2/+2
2011-08-31vala: Add has_type_id=false to all enums, structs and classesArun Raghavan1-51/+51
2011-08-29build-sys: bump sonamev0.99.3Colin Guthrie1-1/+1
2011-08-29equalizer: Comment out unused functionArun Raghavan1-0/+2
2011-08-29echo-cancel: Get rid of annoying compiler warningsArun Raghavan1-3/+4
2011-08-29echo-cancel: Don't allow streams to attach while unloadingArun Raghavan1-0/+14
2011-08-29echo-cancel: Make save_aec modarg a bool instead of an intArun Raghavan1-3/+3
2011-08-29pacat: make pacat respond to cork/uncork eventsLu Guanqun1-0/+20
2011-08-29Set better priorities on input pathsDavid Henningsson7-7/+7
2011-08-29passthrough: Fix setting volume to unamplified againArun Raghavan2-2/+2
2011-08-29device-restore: Restore volumes on port change.Colin Guthrie1-0/+89
2011-08-29device-restore: Split device restore database into two parts.Colin Guthrie1-165/+371
2011-08-25passthrough: Fix what volume we set sinks/sources toArun Raghavan2-2/+2
2011-08-25sndfile-util: Check return value of sf_command for errorsMaarten Bosmans1-6/+16
2011-08-25Remove extra ; s where they are not allowed in strict C99Maarten Bosmans5-9/+9
2011-08-25echo-cancel: Use stream index in debug messageMaarten Bosmans1-8/+8
2011-08-25gitignore: Add Orc autogenerated filesMaarten Bosmans1-0/+1
2011-08-25echo-cancel: Move speex preprocessing out of the main moduleArun Raghavan3-98/+117
2011-08-25echo-cancel: Use pa_streq instead of strcmpArun Raghavan1-2/+2
2011-08-25echo-cancel: Add multiple include protection for headerArun Raghavan1-0/+5
2011-08-25More spelling fixesMaarten Bosmans81-167/+165
2011-08-25Spelling fixes in public headersMaarten Bosmans10-39/+39
2011-08-24build-sys: Fix some LDFLAGS vs. LDADD usageArun Raghavan1-4/+4
2011-08-24Fix spelling sucess -> successDavid Henningsson3-4/+4
2011-08-24switch-on-connect: Don't switch to a monitor sourceDavid Henningsson1-0/+5
2011-08-18device-restore: Change the API to include type information (sink vs. source)Colin Guthrie5-32/+77
2011-08-18dbus: Use pa_device_type_t rather than an internal equivalentColin Guthrie1-61/+56
2011-08-18def: Add a new enum to allow differntiation between sinks and sources.Colin Guthrie1-0/+11
2011-08-18sink: Add PA_SINK_SET_FORMATS macroArun Raghavan1-0/+1
2011-08-18sample-util: Fix off-by-one in error checkArun Raghavan1-2/+2
2011-08-18Revert "device-restore: Make bools not be bit fields"Arun Raghavan1-4/+4
2011-08-18source-output: Ensure no volumes are applied for passthrough streamsArun Raghavan3-6/+49