sink, source: Don't change suspend cause when unlinking
[platform/upstream/pulseaudio.git] / src / pulsecore / source.c
2019-06-10 Tanu Kaskinensink, source: Don't change suspend cause when unlinking
2019-03-25 Georg Chinisink, source: Call sink input suspend callback also...
2019-02-19 Arun Raghavansource: Fix a bad condition that made source events...
2018-11-16 Sangchul Leealsa-sink/source, sink, source: Consider sample format...
2018-07-02 Tanu Kaskinensink, source: remove the state getters
2018-07-02 Tanu Kaskinensink-input, source-output: remove the state getters
2018-06-21 Sangchul Leeudev-detect, alsa-card: Adopt avoid resampling option...
2018-05-01 Sangchul Leealsa-sink/source: always set reconfiguration callback
2018-03-20 Tanu Kaskinenfix a call to pa_sink_suspend() from an incorrect thread
2018-03-20 Tanu Kaskinenpass pa_suspend_cause_t to set_state_in_io_thread(...
2018-03-16 Tanu Kaskinenreplace sink/source SET_STATE handlers with callbacks
2018-03-16 Tanu Kaskinensink, source: rename set_state() to set_state_in_main_t...
2018-02-22 Tanu Kaskinenpass pa_suspend_cause_t to set_state() callbacks
2018-02-22 Tanu Kaskinensink, source: redo state changing code
2018-01-03 Tanu Kaskinensink, source: improve suspend cause logging
2018-01-03 Tanu Kaskinensink, source: improve state change logging
2017-12-03 Georg Chinisink, source: Don't finish move if unlink happens after...
2017-10-21 Arun Raghavansink, source: Rework reconfiguration logic to apply...
2017-09-18 Tanu Kaskinensink, source: fix out of date comments
2017-09-18 Tanu Kaskinensink, source: don't try to update volumes of not-yet...
2017-07-17 Tanu Kaskinencore: change configured_default_sink/source type to...
2017-05-18 Georg Chinisink/source: Don't update default sink/source before...
2017-05-17 Tanu Kaskinensink, source: update the default sink/source on port...
2017-05-02 Tanu Kaskinenimprove default sink/source handling
2017-04-29 Georg Chinisource/sink: Fix wrong calculation of thread_info.curre...
2017-04-17 Georg Chinisource/sink: Allow pa_{source, sink}_get_latency_within...
2017-04-17 Georg Chinisource/sink: Don't let pa_{sink, source}_get_latency_wi...
2017-04-10 Georg Chiniloopback: Add hooks to track port latency offsets
2017-01-30 Arun Raghavansink, source: Make rate selection more explicit
2017-01-30 Arun Raghavansink, source: Add a mode to avoid resampling if possible
2016-12-19 Tanu Kaskinenrefactor stream attaching/detaching
2016-12-19 Tanu Kaskinensink, source: remove some assumptions about stream...
2016-12-19 Tanu Kaskinensink, source: add missing stream "attached" flag handling
2016-12-19 Tanu Kaskinensink, source: unify stream "attached" flag checking
2016-12-19 Tanu Kaskinensuspend-on-idle: use earlier (safer) hooks for stream...
2016-06-22 Chris Billingtonsink, source, device-port: renames to distinguish laten...
2016-06-22 Chris Billingtonsource: Fixed bug: pa_source_set_port() did not update...
2016-06-22 Juho Hämäläinenpulsecore: Don't allow unreferencing linked object.
2016-04-25 Tanu Kaskinendon't move streams to devices that are going away
2015-11-20 Arun Raghavansource: Deal with filter having more channels than...
2015-09-12 Felipe Satelersink, source: Do not dereference freed memory when...
2015-06-12 Arun Raghavansink,source: Add a helper function to check whether...
2015-05-27 Peter Meerwaldcore: Work around -Wlogical-not-parentheses warnings
2015-03-31 Tanu Kaskinensink, source: Fix a volume change leak
2015-01-14 Ondrej Holecekupdate FSF addresses to FSF web page
2014-11-17 Peter Meerwaldcore: Annotate variables only used within assert()s...
2014-10-28 Peter MeerwaldCleanup !! for bool
2014-08-29 David Henningssonsink/source: Fix restore of volume on devices without...
2014-08-17 Tanu Kaskinensink-input, source-output: Assign to reference_ratio...
2014-06-05 Alexander E. Patrakovsource, sink: Support weird sample rates
2014-05-02 Tanu Kaskinensink, source: Add hooks for mute changes
2014-05-02 Tanu Kaskinensink, source: Add hooks for volume changes
2014-05-02 Tanu Kaskinensink, source: Assign to s->muted from only one place
2014-05-02 Tanu Kaskinensink, source: Call set_mute() from mute_changed()
2014-05-02 Tanu Kaskinensink, source: Allow calling set_mute() during initializ...
2014-05-02 Tanu Kaskinensink, source: Return early from set_mute()
2014-05-02 Tanu Kaskinensink-input, source-output: Assign to volume from only...
2014-05-02 Tanu Kaskinensink, source: Assign to reference_volume from only...
2014-04-17 Tanu KaskinenUse pa_hashmap_remove_and_free() where appropriate
2014-03-28 David Henningssonsink/source: Initialize port before fixate hook (fixes...
2014-03-14 Pete Beardmorealsa: Use card description in default sink/source prefi...
2014-03-07 Alexander E. PatrakovFix a few "it's -> its" typos
2014-01-15 Tanu Kaskinensink, source: Remove useless attach/detach stuff
2013-12-15 Tanu KaskinenAdd pa_sample_rate_valid()
2013-11-22 Colin Guthriesink/source: When picking the initial ports, prefer...
2013-09-17 Arun Raghavanhashmap: Add the ability to free keys
2013-08-27 Tanu Kaskinensink, source: Fix error reporting style for rate updates
2013-08-27 Tanu Kaskinensource: When updating a monitor source's rate, update...
2013-08-27 Tanu Kaskinensource: Fix monitor source rate changing
2013-08-27 Tanu Kaskinensink, source: Return early from pa_*_update_rate()...
2013-08-23 Tanu Kaskinensink, source: Small readability improvement
2013-08-23 Tanu Kaskinensink, source: Fix default and alternate rate assertions
2013-08-23 Tanu Kaskinensink, source: Don't care about default and alternate...
2013-08-22 Tanu Kaskinensink, source: Reduce indentation level in *_update_rate()
2013-07-04 poljar (Damir Jelić)Remove pa_bool_t and replace it with bool.
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-03 Arun Raghavancore: Add an "internal" suspend cause
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-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 Meerwaldcore: Move pa_mix() into new file mix.c
2012-12-19 Tanu KaskinenLog the reason for every suspend/resume.
2012-11-16 Arun Raghavansink, source: Prevent unnecessary rate update attempts
2012-09-26 Mikel Astizsink, source: Support creating suspended sinks and...
2012-06-29 Tanu Kaskinensink, source: Always create a hashmap for ports.
2012-06-28 Tanu Kaskinensink, source: Fix setting the latency offset when the...
2012-06-28 poljar (Damir Jelić)device-port: Change the latency offset type to a signed...
2012-06-25 poljarsink, source: Add a latency offset which is inherited...
2012-04-11 David Henningssonalsa-sink/source: Make sure volumes are synchronised...
2012-03-19 David Henningssonprotocol-native: Protect against clients trying to...
2011-12-20 Peter Meerwaldcore: comment typo
2011-12-20 Peter Meerwaldcore: sample_spec.rate is in Hz, not kHz; change loggin...
2011-11-27 Maarten BosmansUse simple free function in pa_queue_free
2011-11-26 David HenningssonTurn device ports into reference counted objects
2011-11-07 Arun Raghavansink,source: Allow sample rate switching with corked...
2011-11-07 Arun Raghavansink,source: Fix corked stream handling in update_rate()
next