summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-0820-59/+49
|
* i18n: move \r out of translatable stringLennart Poettering2009-09-071-1/+2
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=521552
* Merge remote branch 'wtay/optimize'Lennart Poettering2009-09-073-9/+12
|\
| * x86: also call see init for SSE2Wim Taymans2009-09-071-1/+1
| |
| * x86: only install some functions when SSE2Wim Taymans2009-09-072-8/+11
| | | | | | | | | | Remap and volume functions use SSE2 instructions so only install them when SSE2 is present.
* | libpulse: allow invocation of pa_context_play_sample_with_proplist() with ↵Lennart Poettering2009-09-071-2/+8
| | | | | | | | NULL proplist
* | vector: don't try to build vector stuff on altivecLennart Poettering2009-09-071-1/+2
| |
* | volume: if pa_cvolume_set_{balance|fade}() is called with invalid ↵Lennart Poettering2009-09-071-8/+4
| | | | | | | | fade/balance value log, but don't assert
* | volume: when passing NULL as channel map to pa_cvolume_scale_mask() handle ↵Lennart Poettering2009-09-071-1/+5
| | | | | | | | this the same way as pa_cvolume_scale()
* | volume: drop some redundant but expensive validity checksLennart Poettering2009-09-071-7/+1
| |
* | volume: add a couple of validity checks for pa_volume_t argumentsLennart Poettering2009-09-071-0/+16
| |
* | volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and ↵Lennart Poettering2009-09-075-14/+17
| | | | | | | | use it wherever applicable
* | introspect: rearrange order of functions a bitLennart Poettering2009-09-061-6/+6
| |
* | libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicableLennart Poettering2009-09-066-11/+17
|/
* daemon: disable CPU load limiter by defaultLennart Poettering2009-09-042-2/+2
| | | | | RLIMIT_RTTIME and rtki can do this job much better, so let's disable this by default.
* always-sink: rename null sink created to 'dummy sink' and make it translatableLennart Poettering2009-09-041-2/+4
|
* null: make name of null sink translatableLennart Poettering2009-09-041-2/+3
|
* alsa: add more input sources to path setLennart Poettering2009-09-031-0/+8
|
* remap: build sse code only on x86v0.9.16-test7Lennart Poettering2009-09-031-0/+2
|
* core: drop unnecessary variable initializationLennart Poettering2009-09-031-1/+1
|
* daemon: make use of SIMD optional via config variable to ease debuggingLennart Poettering2009-09-031-2/+4
|
* remap_sse: fix inner loop increment on SSELennart Poettering2009-09-031-2/+2
| | | | | In each iteration we can process 2^4 S16NE samples and 2^5 F32NE samples, that's twice as much as in MMX, hence correct the increments.
* remap_sse: reindent macro so that diff to MMX is nicerLennart Poettering2009-09-031-19/+19
| | | | | Completely useless, but diff -u remap_mmx.c remap_sse.c is much nicer this way.
* sconv_sse: fix leftover counterWim Taymans2009-09-021-2/+2
|
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-09-024-223/+34
|\
| * daemon: drop polkit code from git repo we weren't using anymoreLennart Poettering2009-09-022-199/+0
| |
| * core-util: call dbus_connection_set_exit_on_disconnect() on shared busses to ↵Lennart Poettering2009-09-021-0/+10
| | | | | | | | make sure dbus_shutdown() isn't fatal
| * build-sys: drop LIBOIL_{FLAGS|LIBS} from Makefile.am since we don't use the ↵Lennart Poettering2009-09-021-24/+24
| | | | | | | | library anymore
* | core-util: don't leak memory in pa_unset_env_recorded()Lennart Poettering2009-09-021-2/+4
|/
* sink: simplify pa_sink_render_full() by replacing it by a pa_sink_render() ↵Lennart Poettering2009-09-021-76/+14
| | | | plus a couple of pa_sink_render_full()
* 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
|