summaryrefslogtreecommitdiff
path: root/src/pulsecore
AgeCommit message (Expand)AuthorFilesLines
2009-11-11protocol-native: declare that user configured volumes are always absoluteLennart Poettering1-1/+3
2009-11-11Fix build when using -fweb, accept both register and memory constraints.Diego Elio 'Flameeyes' Pettenò2-4/+4
2009-10-30svolume: fix MMX errorWim Taymans1-1/+6
2009-09-23svolume: tweak constraints for 32 bitsWim Taymans2-4/+4
2009-09-20core: dump proplist when creating stream similar to how we already to it for ...Lennart Poettering2-4/+12
2009-09-19memtrap: properly add items to linked listLennart Poettering1-1/+4
2009-09-18namereg: choose default sink/source as soon as one becomes availableLennart Poettering1-1/+12
2009-09-18memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they usuall...Lennart Poettering1-4/+11
2009-09-18socket-client: modernizationsLennart Poettering2-38/+24
2009-09-18memblock: modernizationsLennart Poettering1-3/+2
2009-09-18timeval: make timeval conversion routines handle PA_USEC_INVALID specialLennart Poettering1-1/+7
2009-09-18core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()Lennart Poettering2-0/+15
2009-09-18macro: introduce PA_INT_TYPE_MIN, PA_INT_TYPE_MAX, PA_INT_TYPE_SIGNED macrosLennart Poettering1-0/+12
2009-09-17core-util: unify how we determine the temporary directoryLennart Poettering2-10/+25
2009-09-17Improve TMPDIR handlingLennart Poettering1-1/+1
2009-09-17svolume_mmx: disable test accidentaly left onLennart Poettering1-1/+1
2009-09-17Merge remote branch 'wtay/optimize'Lennart Poettering2-14/+8
2009-09-17memblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLELennart Poettering1-0/+7
2009-09-16svolume_mmx: optimize some moreWim Taymans1-13/+7
2009-09-16svolume_sse: fix commentWim Taymans1-1/+1
2009-09-11core: add an additional volume factor that is applied after resampling took p...Lennart Poettering2-10/+56
2009-09-10native: send PA_COMMAND_PLAYBACK_BUFFER_ATTR_CHANGED messages only to clients...Lennart Poettering1-13/+15
2009-09-09simd: be more precise which SIMD optimizations we activateLennart Poettering5-16/+28
2009-09-09sample-util: add pa_convert_size() call for converting sizes between two samp...Lennart Poettering2-0/+12
2009-09-09ratelimit: allow non-static ratelimit structsLennart Poettering1-4/+14
2009-09-08protocol-native: log explicitly when someone asks us to quitLennart Poettering1-0/+2
2009-09-08core-util: properly fill in exception array for pa_reset_sigs() (llvm-clang-a...Lennart Poettering1-1/+1
2009-09-08conf-parser: properly initialize variable we free() later (llvm-clang-analyzer)Lennart Poettering1-1/+1
2009-09-08cli-command: don't necessarily ovveride failure code of files (llvm-clang-ana...Lennart Poettering1-2/+0
2009-09-08cli-command: modernizationsLennart Poettering1-16/+16
2009-09-08llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering9-29/+30
2009-09-07Merge remote branch 'wtay/optimize'Lennart Poettering3-9/+12
2009-09-07vector: don't try to build vector stuff on altivecLennart Poettering1-1/+2
2009-09-07volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and u...Lennart Poettering1-2/+2
2009-09-07x86: also call see init for SSE2Wim Taymans1-1/+1
2009-09-07x86: only install some functions when SSE2Wim Taymans2-8/+11
2009-09-06libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicableLennart Poettering2-7/+7
2009-09-03remap: build sse code only on x86v0.9.16-test7Lennart Poettering1-0/+2
2009-09-03core: drop unnecessary variable initializationLennart Poettering1-1/+1
2009-09-03remap_sse: fix inner loop increment on SSELennart Poettering1-2/+2
2009-09-03remap_sse: reindent macro so that diff to MMX is nicerLennart Poettering1-19/+19
2009-09-02sconv_sse: fix leftover counterWim Taymans1-2/+2
2009-09-02Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering1-0/+10
2009-09-02core-util: don't leak memory in pa_unset_env_recorded()Lennart Poettering1-2/+4
2009-09-02core-util: call dbus_connection_set_exit_on_disconnect() on shared busses to ...Lennart Poettering1-0/+10
2009-09-02sink: simplify pa_sink_render_full() by replacing it by a pa_sink_render() pl...Lennart Poettering1-76/+14
2009-09-02daemon: clean up environment when forking off childrenLennart Poettering1-0/+5
2009-09-02core-util: add api for setting env vars and record them so that we can undo t...Lennart Poettering2-0/+32
2009-09-01core: fill up memblock with pa_sink_render_into_full() in pa_sink_render_full...Lennart Poettering1-11/+5
2009-09-01core: handle suspended state in pa_sink_render_full() similar to the other re...Lennart Poettering1-1/+10