]> code.delx.au - pulseaudio/history - src/pulsecore
core: volume ramping fix
[pulseaudio] / src / pulsecore /
2009-09-07 Wim Taymansx86: also call see init for SSE2
2009-09-07 Wim Taymansx86: only install some functions when SSE2
2009-09-06 Lennart Poetteringlibpulse: introduce PA_BYTES_SNPRINT_MAX and make use...
2009-09-03 Lennart PoetteringMerge commit 'origin/master-tx'
2009-09-02 Lennart Poetteringremap: build sse code only on x86
2009-09-02 Lennart Poetteringcore: drop unnecessary variable initialization
2009-09-02 Lennart Poetteringremap_sse: fix inner loop increment on SSE
2009-09-02 Lennart Poetteringremap_sse: reindent macro so that diff to MMX is nicer
2009-09-02 Wim Taymanssconv_sse: fix leftover counter
2009-09-02 Lennart PoetteringMerge branch 'master' of ssh://rootserver/home/lennart...
2009-09-02 Lennart Poetteringcore-util: don't leak memory in pa_unset_env_recorded()
2009-09-02 Lennart Poetteringcore-util: call dbus_connection_set_exit_on_disconnect...
2009-09-01 Lennart Poetteringsink: simplify pa_sink_render_full() by replacing it...
2009-09-01 Lennart Poetteringdaemon: clean up environment when forking off children
2009-09-01 Lennart Poetteringcore-util: add api for setting env vars and record...
2009-09-01 Lennart Poetteringcore: fill up memblock with pa_sink_render_into_full...
2009-09-01 Lennart Poetteringcore: handle suspended state in pa_sink_render_full...
2009-09-01 Lennart Poetteringcore: add missing sink_unref()
2009-08-31 Wim Taymansremap: fix counters for mmx and sse remap
2009-08-31 Lennart Poetteringcli: make sure 'dump' uses pa_cvolume_max() to deduce...
2009-08-31 Lennart Poetteringcli: apply single-channel volume changes equally to...
2009-08-31 Lennart Poetteringcore: always allow volume setting with single-channel...
2009-08-31 Tanu Kaskinendbus-protocol: Implement argument type checking for...
2009-08-30 Tanu KaskinenMerge branch 'master' of git://0pointer.de/pulseaudio...
2009-08-30 Tanu Kaskinendbus: Do message argument type checking early, centrally.
2009-08-29 Lennart Poetteringnative: make sure clients cannot trigger an assert...
2009-08-29 Lennart Poetteringcore: initialize sink/source priorities automatically...
2009-08-29 Lennart Poetteringnamereg: select default sink by priority
2009-08-29 Lennart Poetteringprotocol-native: replace use of pa_namereg_is_valid_nam...
2009-08-29 Lennart Poetteringnamereg: add new pa_namereg_is_valid_name_or_wildcard...
2009-08-28 Lennart Poetteringcore: add priority field to pa_sink/pa_source
2009-08-28 Lennart Poetteringsconv: quieten gcc a bit
2009-08-28 Lennart Poetteringcore: move 'flags' field into 'pa_sink_input_new_data...
2009-08-28 Andy ShevchenkoFix checking for NULL after usage
2009-08-28 Andy Shevchenkocore-util: Fix logic of pa_make_path_absolute()
2009-08-27 Lennart PoetteringMerge commit 'vudentz/master'
2009-08-27 Wim Taymansconvert: add sse/sse2 s16 to float32ne conversions
2009-08-27 Wim Taymansmacro: add macro to align variables
2009-08-27 Wim Taymansremap: cleanup assembler a little
2009-08-27 Wim Taymanssample-util: avoid stack overrun
2009-08-27 Wim Taymansremap: add sse optimized mono to stereo
2009-08-27 Wim Taymanssconv: fix indentation
2009-08-26 Lennart Poetteringsink-input: extend comments on rewinding logic a bit
2009-08-26 Lennart Poetteringprotocol-native: print more volume change debug message...
2009-08-26 Lennart Poetteringprotocol-native: compare uint64_t variable with (uint64...
2009-08-26 Lennart Poetteringpdispatch: various modernizations
2009-08-26 Lennart Poetteringpdispatch: add missing commands to command table
2009-08-26 Lennart Poetteringllist: add PA_LLIST_FOREACH_SAFE macro for iteration...
2009-08-26 Tanu KaskinenMerge branch 'master' of git://0pointer.de/pulseaudio...
2009-08-25 Lennart Poetteringmacro: add PA_CLIP_SUB() for saturated subtraction
2009-08-24 Lennart PoetteringMerge commit 'jprvita2/master'
2009-08-24 Lennart Poetteringremap: fix build for non-x86 builds
2009-08-24 Tanu KaskinenMerge branch 'master' of git://0pointer.de/pulseaudio...
2009-08-24 Tanu Kaskinendbus-protocol: Print a debug line whenever interfaces...
2009-08-24 Tanu Kaskinenmodargs: New function: pa_modargs_iterate().
2009-08-24 Lennart PoetteringMerge commit 'origin/master-tx'
2009-08-24 Lennart Poetteringalsa: automatically decrease watermark after a time...
2009-08-23 Lennart Poetteringport a few things over to use xmalloc and friends inste...
2009-08-22 Lennart PoetteringMerge commit 'wtay/optimize'
2009-08-22 Lennart Poetteringcore: relex validity checks when destructing half-set...
2009-08-21 Ted Percivalcore: Remove wrong doc on how to free returned data
2009-08-21 Ted Percivalcore: Add thread-safe group info functions with dynamic...
2009-08-21 Lennart PoetteringMerge commit 'origin/master-tx'
2009-08-21 Lennart Poetteringobject: speed up type verification by not relying on...
2009-08-21 Lennart Poetteringadjust various data/library paths automatically if...
2009-08-21 Lennart Poetteringsink-input: add callbacks that are called whenever...
2009-08-20 Wim Taymansremap: make the MMX code pretier
2009-08-20 Wim Taymansremap: add MMX mono to stereo
2009-08-20 Wim Taymansremap: init the do_remap function to NULL
2009-08-20 Wim Taymansremap: allow specialisations to install NULL
2009-08-20 Wim Taymansremap: move remapping code in separate file
2009-08-20 Wim Taymansresamples; refactor the channel remapping bits
2009-08-20 Wim Taymanssconv: allow for setting custom functions
2009-08-20 Wim Taymanssvolume: cleanups
2009-08-20 Wim Taymanswhitespace fixes
2009-08-20 Wim Taymansresampler: avoid some multiplies when we can
2009-08-20 Wim Taymanssvolume: add comment
2009-08-20 Wim Taymansarm: implement ARM cpu detection
2009-08-20 Wim Taymansx86: keep the cpu flags local
2009-08-20 Wim Taymanssvolume: fix compilation in 32bits
2009-08-20 Wim Taymansresampler: fix identity check
2009-08-20 Wim Taymansresample: fix counters
2009-08-20 Wim Taymansresample: refactor the channel remapping a little
2009-08-20 Wim Taymanssvolume: add CPU guards around code
2009-08-20 Wim Taymanssvolume: add ARM optimized volume scaling
2009-08-20 Wim Taymanssvolume: remove unneeded compare
2009-08-20 Wim Taymansresampler: cache integer channel_map
2009-08-20 Wim TaymansGet rid of liboil
2009-08-20 Wim Taymansvolume: remove ref functions
2009-08-20 Wim Taymansvolume: improved comments
2009-08-20 Wim Taymansvolume: make the benchmark more meaningfull
2009-08-20 Wim Taymanssvolume: add some comments
2009-08-20 Wim Taymanscpu-x86: guard header with ifdef
2009-08-20 Wim Taymansmain: hook up cpu detection code
2009-08-20 Wim Taymanscpu-x86: add cpu detection code and helpers
2009-08-20 Wim Taymanssvolume: improve SSE and MMX code
2009-08-20 Wim Taymansvolume_sse: add sse optimisations
2009-08-20 Wim Taymansvolume_mmx: fix mmx code a bit
2009-08-20 Wim Taymansvolume: add first mmx optimized function
2009-08-20 Wim Taymanssamples-util: add padding to volume array
next