platform/upstream/gstreamer.git
2020-05-04 Edward Herveygstvalue: No longer store same-type intersection functi...
2020-05-04 Edward Herveygstpad: Simplify task name creation
2020-05-04 Edward Herveygstevent: Add function for checking event name by GQuark
2020-05-04 Edward Herveycaps: Unify common checks for intersections
2020-05-04 Edward Herveygstregistry: Remove unneeded call
2020-05-04 Edward Herveybasesrc: Don't get flow name if not needed
2020-05-04 Sebastian Drögeclocksync: Remove handoff signals
2020-05-03 Sebastian Drögeaggregator: Mark segment parameter as const in gst_aggr...
2020-05-01 Tim-Philipp... tools: gst-stats: parse thread-id in windows debug...
2020-05-01 Sebastian DrögeAdd missing colons to Since markers in the docs
2020-04-27 Mathieu Duponchellemultiqueue: fix link-like syntax in doc
2020-04-24 Matthew Watersharness: also forward context queries between harnesses
2020-04-23 Nicolas Dufresnebaseparse: Always clear drain flag before pulling
2020-04-23 Matthew Watersbuild: libcheck may require linking against rt
2020-04-22 Juan Navarrogstcaps: fix out of bounds checks
2020-04-22 Matthew WatersRevert "gstvalue: Avoid expensive fallback on intersection"
2020-04-22 Seungha Yangsystemclock: Fix clock waiting on Windows
2020-04-21 Charlie Turnerdebugutils: Skip multiqueue stats in dot dump
2020-04-20 Sebastian DrögeUse gst_object_unref() / gst_object_clear() instead...
2020-04-17 dhilshaddownloadbuffer:fix pushing buffer before stream start...
2020-04-17 Edward Herveygstregistrychunks: Directly set name on features
2020-04-17 Edward Herveygstobject: Don't double-notify when setting names
2020-04-16 Jan Tojnarbuild: Install bash-completion relative to datadir
2020-04-16 Matthew Waterssystemclock: introduce a minimum wait time
2020-04-16 Matthew Watersgst/systemclock: wait on each entry individually
2020-04-16 Matthew Waterssystemclock: log the object name with all debug logs
2020-04-16 Matthew Waterssystemclock: move to GCond waiting
2020-04-13 Thibault Sauniervalue: Fix segfault comparing empty GValueArrays
2020-04-09 Mathieu Duponchellepipeline: fix base_time selection when flush seeking...
2020-04-09 Vivia Nikolaidoumultiqueue: Add current-level-{buffers, bytes, time...
2020-04-09 Vivia Nikolaidoumultiqueue: Add stats property
2020-04-08 Xavier ClaessensMeson: Change extra-checks to feature option and make...
2020-04-08 Jan Schmidtbaseparse: Don't return more data than asked for in...
2020-04-06 Vivia Nikolaidoudownloadbuffer, multiqueue, queue2: Fix watermark docs
2020-04-02 Sebastian Drögepad: Add a guard against getrange functions not filling...
2020-04-01 Nicolas Dufresnetask: Introduce gst_task_resume() API
2020-04-01 Mathieu Duponchellegst-launch: go back down to GST_STATE_NULL in one step.
2020-04-01 Jan Schmidtbaseparse: Fix upstream read caching
2020-04-01 Jan Schmidtbaseparse: Fix typo
2020-03-31 Seungha Yangfilesink: Fix for updating the index of memory to write...
2020-03-28 Seungha Yangfilesink: Fix crash caused by zero-size memory allocation
2020-03-26 Jan Schmidtgstsegment: Refuse instant-rate seeks in gst_segment_do...
2020-03-26 Jan Schmidtbasesrc: Check the return value of gst_segment_do_seek()
2020-03-26 Sebastian Drögefilesink: Add a new full buffer mode to filesink
2020-03-26 Sebastian Drögefilesink/fdsink: Write 1 iovec directly without copying...
2020-03-26 Sebastian Drögefdsink/filesink: Refactor writev() code to prevent...
2020-03-26 Matthew Watersflowcombiner: passthrough the flow return if there...
2020-03-24 Jose Antonio... gstinfo: Check threshold for category from macro
2020-03-24 Matthew Watersdocs/running: be consistent with ordering of full-stops...
2020-03-23 Jan Alexander... gststructure: Fix gst_structure_take ownership handling
2020-03-23 Jan Alexander... gstdeviceproviderfactory: Remove volatile from provider...
2020-03-22 Ondřej Hruškagstdatetime: Add missing NULL check to gst_date_time_ne...
2020-03-22 Edward Herveyregistrychunks: Use strnlen if available
2020-03-20 Sebastian Drögefilesink: Check for sys/uio.h so we can actually use...
2020-03-19 Edward Herveygstvalue: Avoid expensive fallback on intersection
2020-03-18 Edward Herveygstvalue: Optimize some list<=>list functions
2020-03-18 Edward Herveygstvalue: Inline GstValueList/GstValueArray
2020-03-18 Miguel Parisbufferlist: foreach: always remove as parent if buffer...
2020-03-18 Edward Herveybufferlist: Add check for overflow
2020-03-18 Edward Herveygststructure: Optimize pre-allocation of structures
2020-03-18 Edward Herveygststructure: Inline array and contents
2020-03-14 Thibault Sauniervalue: Handle NULL caps for comparisons
2020-03-13 Stéphane Cerveauidentity: Fix a minor leak using meta_str
2020-03-12 Thibault Sauniervalue: Refactor parsing lists to allow trailing comas
2020-03-12 Guillaume Desmottesclock: remove documentation link on GTimeVal
2020-03-11 Matthew Watersbasetransform: allow not passthrough if generate_output...
2020-03-09 Sebastian Drögeclocksync: Use g_cond_signal() instead of g_cond_broadc...
2020-03-09 Sebastian Drögeidentity: Use g_cond_signal() instead of g_cond_broadcast()
2020-03-09 Sebastian Drögeidentity: Unblock condition variable on FLUSH_START
2020-03-09 Sebastian Drögesystemclock: Don't start the system clock at 0 on Windows
2020-03-09 Sebastian Drögesystemclock: Don't divide by zero on Windows if high...
2020-03-09 Sebastian Drögecaps: Don't assert in fixate() on EMPTY/ANY caps and...
2020-03-05 Mathieu Duponchellegstaggregator: fix the prototype of sink_event_pre_queue
2020-03-03 Seungha Yanggst-launch: Follow up to missing s/g_print/gst_print/g
2020-03-02 Seungha Yangtests: info: Fix thread-id pattern matching on Windows
2020-02-28 Tim-Philipp... tracers: rusage: use thread-local storage for per-threa...
2020-02-28 Tim-Philipp... tracers: rusage: fix minor string leak in constructor
2020-02-28 Johan Bjäreholtgst-stats: Fix missing NULL checks
2020-02-27 Olivier Crêtebasesink: Improve clarity of latency query maths debug...
2020-02-26 Nirbheek Chauhantests: Maintain compatibility with GLib 2.48
2020-02-26 Jan Schmidtclocksync: Add new clocksync element
2020-02-26 Seungha Yanggst-inspect: Add define guard for g_log_writer_supports...
2020-02-25 Nirbheek ChauhanDon't use glib format modifiers with sscanf or printf
2020-02-19 Tim-Philipp... debugutils: skip "parent" property for elements when...
2020-02-15 Matus Gajdosbaseparse: fix memory leak
2020-02-15 Olivier Crêteleak tracer: Initialize GValue
2020-02-14 Thibault Saunierleaks: Do not trace refs for object we do not follow
2020-02-14 Zebediah Figurabaseparse: Set the private duration before posting...
2020-02-14 Sebastian Drögebus: Make setting/replacing/clearing the sync handler...
2020-02-13 Seungha Yangdocs: Fix bold markdown syntax for GST_DEBUG_NO_COLOR
2020-02-12 Henry Wilkescaps: keep ANY caps empty internally
2020-02-12 Henry Wilkescaps: fix is_strictly_equal
2020-02-10 Sebastian Drögebasetransform: Make gst_base_transform_reconfigure...
2020-02-04 Thibault Saunierbaseparse: Don't set meaningless buffer dts from segmen...
2020-01-27 Olivier Crêtesystemclock: No need to check for CLOCK_TAI in the...
2020-01-27 Ederson de... GstSystemClock: Add GST_CLOCK_TYPE_TAI
2020-01-24 Sebastian Drögebin: Don't consider having a group-id or being STREAM_S...
2020-01-24 Sebastian Drögeevent/message: Don't allow setting invalid group ids
2020-01-23 Sebastian Drögeaggregator: Initialize source pad segment position...
2020-01-09 Jan Alexander... bin: Fix deep-element-removed log message
next