audioaggregator: remove GstAudioAggregator->info
[platform/upstream/gstreamer.git] / gst / audiomixer / gstaudiomixer.c
2018-03-01 Mathieu Duponchelleaudioaggregator: remove GstAudioAggregator->info
2018-02-28 Mathieu Duponchelleaudioaggregator: refactor conversion API
2018-02-13 Tim-Philipp Mülleraudioaggregator, audiomixer, audiointerleave: move...
2017-12-19 Mathieu Duponchelleaudioaggregator: implement input conversion
2017-11-22 Mathieu Duponchelleaggregator: Remove klass->sinkpads_type
2017-10-23 Stefan Saueraggregator: fix type for latency property (int64 -...
2017-07-14 Tim-Philipp Mülleraudiomixer: document caps negotiation raciness
2017-05-21 Olivier Crêteaudioaggregate: Don't hold object locks across calls...
2017-05-20 Matthew Watersaggregator: add simple support for caps handling
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2015-12-15 Vineeth TMplugins-bad: Fix example pipelines
2015-10-28 Olivier Crêteliveadder: Make latency property be a uint in millisecs
2015-10-12 Tim-Philipp Müllerliveadder: latency property is an uint64 in audiomixer
2015-10-11 Olivier Crêteliveadder: Remove plugin, replace by compat subclass...
2015-06-09 Tim-Philipp Mülleraudiomixer: fix misleading documentation copied from...
2015-05-18 Stefan SauerRevert "doc: Workaround gtkdoc issue"
2015-05-17 Nicolas Dufresnedoc: Workaround gtkdoc issue
2015-04-02 Olivier Crêteaudiomixer: Allow downstream caps with a non-default...
2015-03-16 Olivier Crêteaudiointerleave: Add interleave element based on audioa...
2015-03-16 Olivier Crêteaudioaggregator: Split base class from audiomixer
2015-03-16 Olivier Crêteaudiomixer: Release pad object lock before dropping...
2015-03-16 Olivier Crêteaudiomixer: Only ignore pads with no buffers on timeout
2015-03-16 Olivier Crêteaudiomixer: Only advance by the buffer size when a...
2015-03-12 Sebastian Drögeaudiomixer: Fix discont detection and buffer alignment...
2015-03-12 Nirbheek Chauhanaudiomixer: Add locking to fill_buffer and fix mix_buffer
2015-03-12 Nirbheek Chauhanaudiomixer: Mark a discont when we receive a new segmen...
2015-03-04 Sebastian DrögeRevert "audiomixer: Latency is twice the output buffer...
2015-03-03 Sebastian Drögeaudiomixer: Latency is twice the output buffer duration...
2015-02-13 Tim-Philipp Mülleraudiomixer: use new gst_aggregator_pad_drop_buffer()
2015-02-12 Tim-Philipp Mülleraudiomixer: calculate stream_time used to sync pad...
2015-02-11 Sebastian DrögeImprove and fix LATENCY query handling
2015-02-05 Sebastian Drögeaudiomixer: Remove weird and wrong segment handling
2015-01-29 Thibault Saunieraggregator: Make the PAD_LOCK private
2015-01-29 Thibault Saunieraggregator: Hide GstAggregatorPad buffer and EOS fileds
2015-01-29 Olivier Crêteaudiomixer: Clear GstAudioInfo the the caps
2015-01-29 Olivier Crêteaudiomixer: Don't reset caps on flush
2015-01-29 Olivier Crêteaggregator: Replace event lock with pad's object lock
2014-12-30 Tim-Philipp Mülleraudiomixer: update for aggregator start/stop vfunc...
2014-12-30 Tim-Philipp Mülleraudiomixer: fix output-block-size property description
2014-12-27 Nirbheek Chauhanaudiomixer: Document the pad properties
2014-12-23 Sebastian Drögeaudiomixer: If getting a timeout before having caps...
2014-12-23 Sebastian Drögeaudiomixer: Make sure to release the current buffer...
2014-12-23 Sebastian Drögeaudiomixer: Change blocksize property to output-buffer...
2014-12-22 Sebastian Drögeaudiomixer: Use the src query implementation of aggrega...
2014-12-19 Sebastian Drögeaudiomixer: Track discont-time per pad instead of globally
2014-12-18 Sebastian Drögeaudiomixer: We're only EOS if all our pads are actually EOS
2014-12-18 Sebastian Drögeaudiomixer: The pad's size is always supposed to be...
2014-12-17 Sebastian Drögeaggregator: Add function to allow subclasses to set...
2014-12-17 Sebastian Drögeaudiomixer: Make sure to not have pads being behind...
2014-12-17 Sebastian Drögeaggregator: Add a timeout parameter to ::aggregate()
2014-12-16 Sebastian Drögeaudiomixer: Implement get_next_time()
2014-11-27 Thibault Saunieraudiomixer: Do not try to resize a buffer to a negative...
2014-10-21 Vineeth T Maudiomixer: critical error for blocksize, timeout min...
2014-10-09 Matthew Watersaggregator: add latency query handling
2014-10-06 Thibault Saunieraudiomixer: Handle seek event in READY state
2014-10-06 Thibault Saunieraudiomixer: Set the sinkpad segments basetime after...
2014-10-06 Thibault Saunieraudiomixer: Port to GstAggregator
2014-03-11 Stefan Saueraudiomixer: set a group-id on the stream-start event
2014-01-16 Sebastian Drögeaudiomixer: Remove some useless assignments and skip...
2014-01-15 Sebastian Drögeaudiomixer: Fix and simplify overlap calculation
2013-12-19 Sebastian Drögeaudiomixer: Also resync timestamps on the RESYNC flag
2013-11-07 Sebastian Drögeaudiomixer: Fix EOS handling if we have some pending...
2013-11-06 Sebastian Drögeaudiomixer: Don't take channel mask in consideration...
2013-11-06 Sebastian Drögeaudiomixer: Add new element based on adder that does...