summaryrefslogtreecommitdiff
path: root/src/pulsecore
AgeCommit message (Expand)AuthorFilesLines
2011-08-25Remove extra ; s where they are not allowed in strict C99Maarten Bosmans1-1/+1
2011-08-25More spelling fixesMaarten Bosmans46-95/+93
2011-08-24Fix spelling sucess -> successDavid Henningsson1-1/+1
2011-08-18sample-util: Fix off-by-one in error checkArun Raghavan1-2/+2
2011-08-18source-output: Ensure no volumes are applied for passthrough streamsArun Raghavan3-6/+49
2011-08-18sink-input: Ensure no volumes are applied for passthrough streamsArun Raghavan3-21/+56
2011-08-18passthrough: We must not plug in a resampler on stream moveArun Raghavan2-6/+8
2011-08-18formats: Fix bad passsthrough checkArun Raghavan2-2/+2
2011-08-17formats: Use correct API to check for passthrough streamsArun Raghavan2-2/+2
2011-08-16core: Unload the modules and cached samples before unref'ing the core.Colin Guthrie1-2/+2
2011-08-16Initialise write_volumeMaarten Bosmans2-0/+16
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-15Initialise variablesMaarten Bosmans1-1/+2
2011-08-15svolume: Make log messages more precise.Tanu Kaskinen4-4/+4
2011-08-15sink-input: Avoid fake rewind in corked stateWang Xingchao1-4/+10
2011-08-15sink: Fix lazy commentingArun Raghavan1-3/+3
2011-08-15sink: Add a set_formats() APIArun Raghavan2-0/+23
2011-08-12Plug some memory leaks and an invalid readMaarten Bosmans2-1/+2
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-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans4-2/+101
2011-08-11Add some missing format.h includesMaarten Bosmans4-0/+4
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-09log: add thread nameLu Guanqun1-2/+2
2011-08-07source-output: Fix resampling.Colin Guthrie1-5/+5
2011-08-02protocol-native: Allow clients to know at what index underrun occurredDavid Henningsson1-1/+3
2011-07-20alsa: Reinitialise the mixer on port change.Colin Guthrie4-14/+162
2011-07-20devices: Set certain sink/source flags automatically.Colin Guthrie2-12/+70
2011-07-19devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie4-23/+131
2011-07-12protocol-native: Trivial fix for a compiler warningArun Raghavan1-1/+1
2011-07-11protocol-native: Fix invalid assertArun Raghavan1-1/+3
2011-07-09protocol-native: Fix backward compatibility breakArun Raghavan1-2/+6
2011-06-27parecord: Automatically detect file format from extensionMaarten Bosmans1-1/+1
2011-06-24win32: Make some unused-variable warnings go awayMaarten Bosmans8-17/+29
2011-06-24win32: Make once-test workMaarten Bosmans1-0/+21
2011-06-22Remove unnecessary #includesMaarten Bosmans88-146/+31
2011-06-22esound,streams: Fix some crashes.Colin Guthrie3-9/+14
2011-06-22source-output: Trivial code moveArun Raghavan1-52/+52
2011-06-22capture: Remove support for synchronised capture streams.Colin Guthrie3-86/+2
2011-06-22streams: Tidy up includesColin Guthrie2-2/+2
2011-06-22introspect: Get format of source outputColin Guthrie1-0/+1
2011-06-22capture: Implement per-stream volume control for capture streams.Colin Guthrie9-83/+1654
2011-06-22introspect: Get formats for sourcesColin Guthrie1-0/+13
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie8-70/+369
2011-06-22alsa-sink: Some trivial tidyupsColin Guthrie3-14/+18
2011-06-22SSE/MMX: Fix problem with highpitched noise on i386David Henningsson2-4/+20
2011-06-19protocol-native: Don't leak formatsArun Raghavan1-3/+16
2011-06-14protocol-native: Use original requested latency on stream movesArun Raghavan1-4/+12