]> code.delx.au - pulseaudio/history - src/pulsecore
Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work
[pulseaudio] / src / pulsecore /
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 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
2009-08-20 Wim Taymanssample-util: move volume code to separate file
2009-08-20 Wim Taymanssample-util: move some functions around
2009-08-20 Wim Taymanssample-utils: coding style cleanup
2009-08-20 Wim Taymanssample-utils: split out functions from case
2009-08-19 Lennart Poetteringcore: check return value of getgrnam_r() instead of...
2009-08-19 Tanu KaskinenMerge branch 'master' of git://0pointer.de/pulseaudio...
2009-08-19 Lennart PoetteringMerge commit 'origin/master-tx'
2009-08-19 Lennart Poetteringsink: volume handling rework, new flat volume logic
2009-08-18 Lennart Poetteringsource: rework volume handling
2009-08-18 Lennart Poetteringmacro: extend comments a bit
2009-08-17 Lennart Poetteringmacro: simplify page/word alignment macros a bit
2009-08-17 Lennart Poetteringmacro: add PA_ROUND_UP/PA_ROUND_DOWN macros
2009-08-17 Tanu Kaskinennamereg: Revert default device handling back to the...
2009-08-16 Tanu KaskinenMerge branch 'master' of git://0pointer.de/pulseaudio...
2009-08-16 Lennart Poetteringaupdate: implicitly call _write_swap() if it wasn't...
2009-08-15 Lennart Poetteringcore: add to FIXMEs
2009-08-15 Lennart Poetteringmodules: add various checks to avoid selecting objects...
2009-08-15 Lennart Poetteringthread-mq: do final q flush only when we aren't dispatc...
2009-08-15 Lennart Poetteringasyncmsgq: introduce pa_asyncmsgq_dispatching()
2009-08-15 Tanu Kaskinendbus-protocol: Use pa_hashmap_remove() instead of _get().
2009-08-15 Lennart Poetteringcore: introduce pa_{sink|source}_update_flags()
2009-08-15 Juho Hämäläinendatabase: simple hashmap based database implementation
2009-08-14 Lennart Poetteringhook-list: make use of PA_LLIST_FOREACH
2009-08-14 Lennart Poetteringnative-protocol: downgrade volume change log messages
next