summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* daemon: clean up environment when forking off childrenLennart Poettering2009-09-022-2/+10
|
* core-util: add api for setting env vars and record them so that we can undo ↵Lennart Poettering2009-09-022-0/+32
| | | | them n fork
* core: fill up memblock with pa_sink_render_into_full() in ↵Lennart Poettering2009-09-011-11/+5
| | | | pa_sink_render_full() instead of doing our own loop
* core: handle suspended state in pa_sink_render_full() similar to the other ↵Lennart Poettering2009-09-011-1/+10
| | | | render functions
* core: add missing sink_unref()Lennart Poettering2009-09-011-0/+3
|
* ladspa,remap: make description of sink follow movesLennart Poettering2009-09-012-6/+43
|
* alsa: by default increase watermarks only on real underruns, don't try to be ↵Lennart Poettering2009-09-012-2/+5
| | | | smart
* alsa: distuingish real underruns from left_to_play=0Lennart Poettering2009-09-012-2/+6
|
* daemon: don't override path env vars if they are already setLennart Poettering2009-09-011-3/+8
|
* remap: fix counters for mmx and sse remapWim Taymans2009-08-312-26/+42
| | | | | Take the size of the sample into account when calculating the amount of samples we process in parallel.
* pactl: drop unnecessary newlines from pa_log() invocationsLennart Poettering2009-08-311-50/+50
|
* pactl: implement pactl commands for changing volumes/mute statiLennart Poettering2009-08-311-15/+177
|
* cli: make sure 'dump' uses pa_cvolume_max() to deduce a single-channel ↵Lennart Poettering2009-08-311-2/+2
| | | | volume from a multi-channel volume
* cli: apply single-channel volume changes equally to all channelsLennart Poettering2009-08-311-3/+3
|
* core: always allow volume setting with single-channel pa_cvolumeLennart Poettering2009-08-314-10/+33
|
* native: make sure clients cannot trigger an assert by sending us invalid ↵Lennart Poettering2009-08-291-1/+6
| | | | volume info
* core: initialize sink/source priorities automatically based on their proplistsLennart Poettering2009-08-293-0/+50
|
* namereg: select default sink by priorityLennart Poettering2009-08-291-8/+23
|
* protocol-native: replace use of pa_namereg_is_valid_name() by ↵Lennart Poettering2009-08-291-10/+15
| | | | pa_namereg_is_valid_name_or_wildcard() where applicable to allow use of @@ wildcards
* namereg: add new pa_namereg_is_valid_name_or_wildcard() callLennart Poettering2009-08-292-1/+22
|
* core: add priority field to pa_sink/pa_sourceLennart Poettering2009-08-285-0/+10
|
* sconv: quieten gcc a bitLennart Poettering2009-08-281-3/+1
|
* suspend-on-idle: don't resume devices for corked streamsLennart Poettering2009-08-281-12/+18
|
* core: move 'flags' field into 'pa_sink_input_new_data' structure so that ↵Lennart Poettering2009-08-2817-43/+50
| | | | hooks can access it
* Fix checking for NULL after usageAndy Shevchenko2009-08-284-18/+9
| | | | | | The pa_xmalloc calls oom() in case of NULL pointer returned by malloc() on one hand and dereferencing of pointer is happen early than actual check on other hand. Thus, just remove useless checks.
* core-util: Fix logic of pa_make_path_absolute()Andy Shevchenko2009-08-281-6/+6
| | | | | Make it works as described in commentary (when fn is NULL, pa_assert(fn) could break logic).
* raop: Fix memory leakAndy Shevchenko2009-08-281-3/+7
| | | | | The return memory of the pa_strbuf_tostring_free() should be freed. pa_headerlist_puts() saves its own copy.
* build-sys: make proximity helper properly suidLennart Poettering2009-08-281-1/+1
|
* bluetooth: remove left-over debug lineLennart Poettering2009-08-281-1/+0
|
* Merge commit 'vudentz/master'Lennart Poettering2009-08-271-0/+17
|\
| * Handle DisconnectRequested in bluetooth module.Luiz Augusto von Dentz2009-08-271-0/+17
| |
* | convert: add sse/sse2 s16 to float32ne conversionsWim Taymans2009-08-274-0/+239
| |
* | macro: add macro to align variablesWim Taymans2009-08-271-0/+6
| |
* | remap: cleanup assembler a littleWim Taymans2009-08-272-29/+26
| |
* | sample-util: avoid stack overrunWim Taymans2009-08-271-2/+2
| | | | | | | | | | The linear volume array needs enough padding when preparing the volumes for mixing.
* | remap: add sse optimized mono to stereoWim Taymans2009-08-274-2/+153
| |
* | sconv: fix indentationWim Taymans2009-08-271-2/+2
|/
* proplist: allow setting of zero-length data propertiesLennart Poettering2009-08-271-2/+3
|
* sink-input: extend comments on rewinding logic a bitLennart Poettering2009-08-272-8/+16
|
* protocol-native: print more volume change debug messages to easy tracking ↵Lennart Poettering2009-08-273-7/+25
| | | | down of feedback loops
* protocol-native: compare uint64_t variable with (uint64_t) -1 instead of ↵Lennart Poettering2009-08-271-1/+2
| | | | (size_t) -1 for compat with 32bit archs
* pdispatch: various modernizationsLennart Poettering2009-08-262-19/+15
|
* pdispatch: add missing commands to command tableLennart Poettering2009-08-261-2/+6
|
* llist: add PA_LLIST_FOREACH_SAFE macro for iteration that allows deletingLennart Poettering2009-08-261-0/+3
|
* loopback: quieten gcc on 32bitLennart Poettering2009-08-261-1/+1
|
* loopback: update description and icons when moving loopback streamsLennart Poettering2009-08-261-2/+52
|
* loopback: make sure a monitor can't be looped back to its sinkLennart Poettering2009-08-261-0/+27
|
* combine: store adjust time in usecLennart Poettering2009-08-261-15/+15
|
* loopback: add loopback module for direct connections of sinks and sourcesLennart Poettering2009-08-262-3/+714
|
* macro: add PA_CLIP_SUB() for saturated subtractionLennart Poettering2009-08-261-0/+11
|