gst-libs/gst/video/gstvideoaggregator.c: fix build with gcc 4.8
[platform/upstream/gstreamer.git] / gst-libs / gst / video / gstvideoaggregator.c
2020-12-14 Fabrice Fontainegst-libs/gst/video/gstvideoaggregator.c: fix build...
2020-12-08 Seungha Yangvideo: Make use of gst_video_chroma_site_{from,to}_stri...
2020-11-12 Mathieu Duponchellevideo-converter: switch to using a task pool ..
2020-11-09 Jan Alexander Stef... videoaggregator: Fix locking around vagg->info
2020-11-03 Thibault Sauniervideoaggregator: Guarantee that the output format is...
2020-10-29 Thibault Sauniervideo-aggregator: Fix renegotiation when using convert...
2020-10-28 Mathieu Duponchellevideoaggregator: document and fix locking in convert pad
2020-10-13 Jan Alexander Stef... videoaggregator: Limit accepted caps by template caps
2020-10-13 Jan Alexander Stef... videoaggregator: Log the format name instead of index
2020-09-11 Matthew Watersvideoaggregator: ensure peek_next_sample() uses the...
2020-09-09 Sebastian Drögevideoaggregator: Don't require any pads to be configure...
2020-08-07 Sebastian Drögevideoaggregator: Update for additional info parameter...
2020-08-05 Mathieu Duponchellevideoaggregator: update to new samples selection API
2020-07-31 Mathieu Duponchellevideoaggregator: implement samples selection API
2020-05-01 Sebastian Drögevideoaggregator: Don't crash when setting pad propertie...
2020-04-01 Matthew Watersvideoaggregator: fix gir warning about invalid doc...
2020-03-31 Mathieu Duponchellegstvideoaggregator: expose max-last-buffer-repeat prope...
2020-01-30 Mathieu Duponchellevideoaggregator: handle gap buffers properly
2020-01-28 Sebastian Drögevideoaggregator: Don't configure NULL chroma-site/color...
2019-12-27 Mathieu Duponchellegstvideoaggregator: always update converter when needed
2019-11-27 Mart Raudseppvideoaggregator: don't let a repeat-after-eos pad preve...
2019-07-18 Sebastian Drögevideoaggregator: We can only convert the format if...
2019-05-13 Thibault Saunierdoc: Fix some gtk-doc comments
2019-03-08 Mathieu Duponchellevideoaggregator: fix buffer skipping with pad offsets
2019-03-07 Olivier Crêtevideo-aggregator: Sync property values to output timestamp
2019-01-18 George Kiagiadakisvideoaggregator: remove broken rate adjustment
2018-12-28 Tim-Philipp MüllerMove GstVideoAggregator, compositor and OpenGL mixers...
2018-08-16 Sebastian Drögevideoaggregator: Make sure to hold object lock while...
2018-06-23 Tim-Philipp Müllervideoaggregator: Update for g_type_class_add_private...
2018-06-15 Seungha Yangvideoaggregator: Fix string leak
2018-06-11 Tim-Philipp Müllervideoaggregator: log an ERROR if we're going to return...
2018-05-16 Olivier Crêtevideoaggregator: Remove custom get_next_time implementation
2018-05-07 Sebastian Drögevideoaggregator: Set video-meta option on buffer pool...
2018-05-07 Sebastian Drögevideoaggregator: First override set/get_property vfuncs...
2018-05-06 Mathieu Duponchellevideoaggregator: expose converter-config on convert...
2018-05-06 Sebastian Drögevideoaggregator: Fix up documentation some more
2018-05-06 Sebastian Drögevideoaggregator: Clean up header and update docs a bit
2018-05-06 Sebastian Drögevideoaggregator: Rename get_output_buffer() to create_o...
2018-05-06 Sebastian Drögevideoaggregator: Validate pool configuration and create...
2018-05-06 Sebastian Drögevideoaggregator: Switch to a GstVideoAggregatorConvertP...
2018-05-05 Sebastian Drögevideoaggregator: Remove sink_non_alpha_caps class field
2018-05-05 Sebastian Drögevideoaggregator: Move needs_alpha pad field to the...
2018-05-05 Sebastian Drögevideoaggregator: Move aggregated_frame and the pad...
2018-05-04 Sebastian Drögevideoaggregator: Move property storage to private pad...
2018-05-04 Sebastian Drögevideoaggregator: Rename ignore-eos pad property to...
2018-05-04 Sebastian Drögevideoaggregator: Move GstChildProxy implementations...
2018-05-04 Sebastian Drögevideoaggregator: Get rid of separate header for the...
2018-03-01 Mathieu DuponchellePort to latest GstAggregator segment API
2018-01-23 Mathieu Duponchellevideoaggregatorpad: implement skip_buffer
2018-01-23 Tim-Philipp MüllerUpdate for renamed aggregator pad API
2017-11-25 Edward Herveyvideoaggregator: Don't leak string
2017-11-22 Mathieu Duponchelleaggregator: Remove klass->sinkpads_type
2017-11-02 Tim-Philipp Müllervideoaggregator: use new gst_element_foreach_sink_pad()
2017-11-02 Tim-Philipp Müllervideoaggregator: drop ABI compat in padding for new...
2017-10-13 Tim-Philipp Müllervideoaggregator: use GstFlowReturn for flow returns
2017-08-10 Mathieu Duponchellevideoaggregator: use colorimetry from find_best_format.
2017-08-10 Mathieu Duponchellevideoaggregator: improve find_best_format heuristic.
2017-08-04 Sebastian Drögevideoaggregator: Don't mix up width and height
2017-08-03 Thibault Sauniercompositor: Add support for crossfade blending
2017-07-06 Mathieu Duponchellevideoaggregator: fix gaps at end of streams.
2017-05-21 Olivier Crêtevideoaggregator: Declare that it supports the video...
2017-05-21 Olivier Crêtevideoaggregator: Create normal video pool as a fallback
2017-05-21 Olivier Crêtevideoaggregator: Get the buffer from the pool if available
2017-05-21 Olivier Crêtevideoaggregator: Return to parent on reconfigure
2017-05-20 Matthew Watersaggregator: add simple support for caps handling
2017-05-20 George Kiagiadakisvideoaggregator: delay using new caps from a sink pad...
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2017-04-07 Mathieu Duponchellevideoaggregator: Do not mix the same buffer twice when...
2017-03-06 George Kiagiadakisvideoaggregator: redo src caps negotiation if a sink...
2016-12-14 Sebastian Drögevideoaggregator: Remove unlock() if set_info() fails
2016-11-18 Sebastian Drögevideoaggregator: Mark pad as needing reconfiguration...
2016-08-25 Jan Schmidtvideoaggregator: Handle if update_caps() returns EMPTY
2016-07-11 Nirbheek ChauhanFix various gboolean vs GstFlowReturn problems
2016-06-02 Guillaume Desmottesgst-libs: gl, video: use MAY_BE_LEAKED flag
2016-05-20 Olivier Crêtevideoaggregator: Don't wait if input buffer is after...
2016-05-16 Tim-Philipp Müllervideoaggregator: canonicalise function names
2016-04-18 Thiago Santosvideoaggregator: plug caps leak
2016-04-18 Thiago Santosvideoaggregator: properly handle interlace-mode restric...
2016-04-07 Matthew Watersvideoaggregator: repect the result of find_best_format...
2016-02-25 Thiago Santosvideoaggregator: fix caps queries to allow proper reneg...
2016-01-27 Matthew Watersvideoaggregator: don't do caps processing that is not...
2015-11-02 Luis de Bethencourtvideoaggregator: use GST_STIME_ARGS for GstClockTimeDiff
2015-09-29 Tim-Philipp Müllervideoaggregator: fix compilation with older glib version
2015-09-14 Sebastian Drögevideoaggregator: Fix mixup of running times and segment...
2015-09-11 Thiago Santosvideoaggregator: fix caps query to properly handle...
2015-09-03 Thiago Santosvideoaggregator: lift restriction of changing pixel...
2015-08-20 Ben Browittvideoaggregator: Always set the pad's buffer_vinfo...
2015-07-30 Olivier Crêtevideoaggregator: Remove broken _clip vfunc
2015-07-29 Sebastian Drögeaggregator: Add property to select how to decide on...
2015-07-06 Thibault Sauniervideoaggregator: Remove pixel-aspect-ratio field from...
2015-06-22 Mathieu Duponchellevideoaggregator: simplifies and improves sink_get_caps.
2015-06-15 Sebastian Drögevideoaggregator: Print some debug output if we change...
2015-06-15 Sebastian Drögevideoaggregator: Add some more debug output
2015-06-15 Sebastian Drögevideoaggregator: Don't update the ts-offset before...
2015-06-15 Sebastian Drögevideoaggregator: Remember if the last LATENCY query...
2015-06-14 Mathieu Duponchellevideoaggregator: No need to artificially bound the...
2015-06-12 Nirbheek Chauhanvideoaggregator: add "ignore-eos" property for input...
2015-06-08 Thiago Santosvideoaggregator: simplify aggregate returning
2015-06-08 Thiago Santosvideoaggregator: refactor caps reconfigure to its own...
2015-06-08 Thiago Santosvideoaggregator: fixing types in aggregate function
next