]> code.delx.au - pulseaudio/history - src/pulsecore
Whitespace cleanup: Remove all multiple newlines
[pulseaudio] / src / pulsecore /
2013-06-24 poljar (Damir Jelić)Whitespace cleanup: Remove all multiple newlines
2013-06-24 poljar (Damir Jelić)Style fix: Remove new lines from opening brackets
2013-06-24 poljar (Damir Jelić)Style fix: Add a space between the closing/opening...
2013-06-24 poljar (Damir Jelić)Style fix: Add a space betwen the if statement and...
2013-06-24 poljar (Damir Jelić)Whitespace cleanup: Fix broken indentation by hand
2013-06-24 poljar (Damir Jelić)Whitespace cleanup: Remove tabs
2013-06-23 Tanu Kaskinencore-util: Fix log message levels
2013-06-20 Tanu Kaskinenlog: Fix error message
2013-06-20 Shuai Fancli, log: Improve the set-log-target functionality
2013-06-17 David Henningssonpstream: Fixup hangs caused by recent iochannel patch
2013-06-15 Arun Raghavansink-input: Log format negotiation better
2013-06-14 Arun Raghavaniochannel: Document modified pa_iochannel_write return...
2013-06-14 David Henningssoniochannel: Avoid unnecessary wakeup after successful...
2013-06-11 Tanu Kaskinennative: Don't enable prebuffering when draining
2013-06-10 Jan Alexander Stef... core-util: Clamp RLIMIT_RTTIME to what RealtimeKit...
2013-06-03 Arun Raghavanpulsecore: Fix assert in pa_msgobject creation
2013-06-03 Peter Meerwaldcli: Fix plural in caption of source-outputs list
2013-06-03 Arun Raghavancore: Add an "internal" suspend cause
2013-06-03 Tanu Kaskinenmodule: Assign the index before calling init()
2013-06-03 Ismo Puustinenmodule: initialize module index to invalid value.
2013-06-03 Peter Meerwaldfdsem: Remember pa_write() type in pa_fdsem_post()
2013-06-03 Tanu Kaskinencore-util: Don't accept random words in pa_parse_boolean()
2013-06-03 poljar (Damir Jelić)device-port: Introduce pa_device_port_new_data
2013-06-03 Tanu Kaskinendevice-port: Make it impossible to have dual-direction...
2013-05-22 David Henningssoncore-util: Add pa_safe_streq
2013-05-22 Arun Raghavansink-input,source-output: Deal with FIX* flags and...
2013-05-20 David Henningssonsink-input/source-output: Don't set save_volume if...
2013-04-29 Peter Meerwaldpstream: Fix case in log message
2013-04-20 Arun Raghavanpulsecore: Make run-from-build not readlink() on every...
2013-04-20 Arun Raghavandaemon: Fix dlsearchpath while running from build tree
2013-04-14 Arun Raghavanpulsecore: Don't conditionally inline pa_run_from_build...
2013-04-10 Tanu Kaskinensink, source: Send notifications when flags change
2013-04-10 Tanu Kaskinensink, source: Really set the fixed latency in set_fixed...
2013-04-10 Tanu Kaskinensink, source: Propagate flag changes to filters
2013-04-10 Tanu Kaskinenshm: Don't force the shm files to be read-only
2013-04-09 David Henningssonpstream: Optimise write of smaller packages
2013-04-09 Tanu Kaskinenmix: Mix the right number of streams
2013-04-09 Albert Zeyersemaphore-osx: posix implementation based on named...
2013-04-08 David Henningssonsocket-server: Make the new channel low-delay, not...
2013-04-08 David Henningssonpstream: Rename "do_something" function
2013-03-29 Peter Meerwaldremap: fix check when to apply specialized code path
2013-03-28 Tanu Kaskinensink: Fix flag name typo
2013-03-28 Arun Raghavanresample: Switch to speex-float-1 by default
2013-03-27 Mikel AstizRevert "card: Support adding ports dynamically"
2013-03-25 David Henningssonprotocol-native: Lower default minreq in low-latency...
2013-03-25 David Henningssonprotocol-native: Ensure tlength is not set higher than...
2013-03-25 Arun Raghavanprotocol-native: Fix some debug output
2013-03-25 Arun Raghavancore: Fix up some debug logging
2013-03-23 Tanu KaskinenRevert "conf-parser: Remove redundant feof() call"
2013-03-22 Tanu Kaskinenconf-parser: Remove redundant feof() call
2013-03-21 David Henningssonsink-input: Make sure the process_underrun callback...
2013-03-20 David Henningssoncore, alsa: Better drain reporting
2013-03-12 Tanu Kaskinenmodule: Don't use lt_dlerror(), it's useless
2013-02-19 Mikel Astizcard: Set initial profile availability state
2013-02-18 Mikel Astizcli: Show card profile availability status
2013-02-18 Mikel Astizcard: Add card profile availability
2013-02-18 Mikel Astizcore: Internally deprecate pa_port_available_t to use...
2013-02-16 David Henningssonmodule: Unload modules in reverse order
2013-02-15 Tanu Kaskinenidxset: Add pa_idxset_remove_all()
2013-02-15 Tanu Kaskinenhashmap: Add pa_hashmap_remove_all()
2013-02-15 Tanu Kaskinenidxset: Use pa_free_cb_t instead of pa_free2_cb_t
2013-02-15 Tanu Kaskinendevice-port: Remove pa_device_port_hashmap_free()
2013-02-15 Tanu Kaskinenhashmap: Use pa_free_cb_t instead of pa_free2_cb_t
2013-02-15 Peter Meerwaldmix: Add optimized mix code path for ARM NEON
2013-02-15 Peter Meerwaldmix: Change end pointer to length parameter in mixing...
2013-02-15 Peter Meerwaldmix: Add special cases for mixing streams in s16ne...
2013-02-15 Peter Meerwaldcore: Refactor code to multiply s16 by volume
2013-02-15 Peter Meerwaldmix: Combine loops over streams in pa_mix()
2013-02-15 Peter Meerwaldmix: Export function to get/set mixing implementation...
2013-02-15 Peter Meerwaldmix: Split pa_mix() code using function table
2013-02-15 Peter Meerwaldmix: Use table for calc_stream_columes()
2013-02-15 Peter Meerwaldsample-util: Remove duplicate stdio.h #include
2013-02-15 Peter Meerwaldcore: Move pa_mix() into new file mix.c
2013-02-15 Peter Meerwaldresampler: Resample first followed by remapping if...
2013-02-07 Stefan Huberresampler: Generate normalized rows in calc_map_table()
2013-02-07 Stefan Huberresampler: Refactor calc_map_table()
2013-02-07 Stefan Huberresampler: Replace pa_bool_t by bool
2013-02-07 Jarkko Suontaustacore: Assert on memchunk divisibility by sample spec...
2013-02-06 Tanu Kaskinendbus: Fix cleanup when removing signal listeners
2013-02-04 Peter Meerwaldsconv: Change/fix conversion to/from float32
2013-02-01 Peter Meerwaldresampler: Improve s16<-->s32 conversion, use s16 work...
2013-02-01 Peter Meerwaldresampler: Drop redundant assignment in convert_from_wo...
2013-02-01 Peter Meerwaldsconv: Check for SSE flag before initializing code
2013-02-01 Peter Meerwaldremap_sse: More specific logging: SSE -> SSE2
2013-01-22 Tanu Kaskinencard: Remove some unnecessary checks.
2013-01-22 Tanu Kaskinendevice-port: Return early from pa_device_port_set_laten...
2013-01-20 poljar (Damir Jelić)device-port: Fire a hook when the latency offset changes.
2013-01-20 poljar (Damir Jelić)device-port: Cleanup of the sink/source subscription...
2013-01-20 poljar (Damir Jelić)device-port: Access the cards directly.
2013-01-20 poljar (Damir Jelić)device-port: Add a card pointer to the ports.
2013-01-04 Tanu Kaskinenshm: Support Solaris shm file paths.
2012-12-19 Tanu Kaskinenmodargs: Don't fail needlessly in pa_modargs_get_sample...
2012-12-19 Wang Xingchaosndfile-util: reduce useless loop
2012-12-19 Tanu Kaskinenmemblockq: Use pa_xnew0() to avoid manual zeroing.
2012-12-19 Tanu KaskinenFix pa_parse_boolean() return value checking.
2012-12-19 Tanu Kaskinencore-util: Improve get_path() documentation
2012-12-19 Flavio Ceolinmodargs: Adding pa_modargs_get_value_volume()
2012-12-19 Flavio Ceolinsink-input: New volume_factor system
2012-12-19 Tanu KaskinenLog the reason for every suspend/resume.
2012-12-19 Tanu Kaskinenesound: Suspend/resume also sources on STANDBY/RESUME...
next