bin: Drop need-context messages without source instead of crashing
[platform/upstream/gstreamer.git] / gst / gstbuffer.c
2019-10-01 Sebastian Drögegst: Don't pass miniobjects to GST_DEBUG_OBJECT() and...
2019-08-06 Sebastian Drögegst: Fix various Since markers
2019-03-04 Mathieu Duponchellegstbuffer: store meta in add order
2019-02-18 Seungha Yangbuffer: Don't miss return value on Windows build
2019-02-12 Tim-Philipp Müllerbuffer: store sequence number for metas
2018-12-05 Dardo D Kleinerbuffer: Fix memory corruption in gst_buffer_foreach_met...
2018-11-06 Matthew Watersgst/buffer: add a new function for wrapping GBytes
2018-07-09 Sebastian Drögeminiobject: Add parent pointers to the miniobject to...
2018-04-25 Tim-Philipp Müllerbuffer: don't over-allocate internal GstMeta items
2018-04-13 Mark Nauwelaertsgst: add some GIR array annotations
2018-02-18 Mark Nauwelaertsgst: fix some GIR annotations
2018-01-27 Tim-Philipp Müllerbuffer: add gst_buffer_get_n_meta() convenience function
2018-01-27 Arun Raghavangst: Fix up a bunch of GIR annotations
2017-12-05 Tim-Philipp Müllerbuffer: document that _extract_dup() will return NULL...
2017-12-02 Tim-Philipp MüllerMove GstAggregator from -bad to core
2017-10-11 Mathieu Duponchellegstbuffer: fix meta removal in gst_buffer_foreach_meta
2017-05-12 Sebastian Drögebuffer: Add GstReferenceTimestampMeta
2017-01-27 Thibault SaunierPort gtk-doc comments to their equivalent markdown...
2016-12-14 Tim-Philipp Müllerbuffer: add gst_buffer_iterate_meta_filtered()
2016-12-14 Tim-Philipp Müllerbuffer: mark gst_buffer_iterate_meta() as 'skip' for...
2016-11-28 Tim-Philipp MüllerMove dataurisrc element from -bad
2016-11-15 Scott D PhillipsCast away const from GstMetaInfo in *_get_meta_info...
2016-08-22 Arjen Veenhuizenbuffer: add explicit getters and setters for buffer...
2016-04-30 Tim-Philipp MüllerFix some nonsensical g-i annotations
2016-04-13 Sebastian Drögemeta: Warn if a meta implementation is registered witho...
2016-02-23 Edward Herveybuffer: Check return value of gst_memory_map()
2016-02-18 Sebastian Drögebuffer: Protect against failing to map input memory...
2016-02-15 Evan Nemersondocs: annotate C examples as such
2015-08-04 Jan Schmidtbuffer: Fix the name of the parentbuffermeta debug...
2015-08-04 Jan Schmidtbuffer: Remove extra debug symbol from exports
2015-07-22 Tim-Philipp Müllerdocs: fix description of gst_buffer_extract_dup()
2015-07-07 Hyunjun Kometa: transform_func: return FALSE if not supported...
2015-07-01 Sebastian Drögebuffer: Don't copy "memory" metas unconditionally
2015-07-01 Sebastian DrögeRevert "buffer: Don't copy POOLED and memory metadata...
2015-06-30 Sebastian Drögebuffer: Don't copy POOLED and memory metadata unconditi...
2015-06-18 Nicolas Dufresnedoc: Unify Since mark for attribute and enum
2015-06-18 Jan SchmidtAdd GstParentBufferMeta
2015-06-14 Nicolas Dufresnedoc: Fix Since: marks
2015-06-14 Nicolas Dufresnedoc: Add gst_buffer_copy_deep()
2015-06-03 Matthew Watersbuffer: locking memory exclusively may fail
2015-06-02 Jan Schmidtgstbuffer: Add a note about metas needing to be copied...
2015-04-20 Sebastian Drögebuffer: Check return value of meta transform function...
2015-03-14 Sebastian Drögebuffer: Use the correct enum type to fix a compiler...
2015-03-13 Thiago Santosgstbuffer: add gst_buffer_copy_deep
2015-01-29 Sebastian Drögebuffer: Document that gst_buffer_copy_region() accepts...
2014-09-23 William Manleydocs: Fix GstBuffer typo "memory bock" -> "memory block"
2014-09-23 William Manleydocs: Improve gst_buffer_get_meta() to clear up confusion
2014-08-28 Arnaud Vracbuffer: do not touch memory tag flag when copying buffe...
2014-06-26 Evan Nemersonintrospection: add nullability annotations to out and...
2014-06-26 Evan Nemersonintrospection: add missing (nullable) annotations to...
2014-05-29 Evan Nemersondocs: convert NULL, TRUE, and FALSE to %NULL, %TRUE...
2014-04-26 Tim-Philipp Müllerdocs: remove outdated and pointless 'Last reviewed...
2014-04-26 Nicolas Dufresnebuffer: Only set TAG_MEMORY if the memory has been...
2014-04-16 Sebastian Drögememory/buffer: Initialise GstMapInfo to zeroes if mappi...
2014-04-11 Edward Herveygstbuffer: Fix range iteration
2014-03-24 Wim Taymansbuffer: don't clear TAG on NULL buffer
2014-03-07 Tim-Philipp Müllerbuffer: invert meaning of GST_BUFFER_FLAG_TAG_MEMORY
2014-02-27 Stefan Sauerbuffer: add return values to g_return_if_fail
2014-02-27 Stefan Sauerdocs: convert the examples to use gtk-doc markup, inste...
2014-02-27 Wim Taymansbuffer: add function to check writability of memory
2014-02-27 Wim Taymansbuffer: add a new flag to track memory changes
2014-02-27 Wim Taymansbuffer: remove wrong comment
2013-12-07 Sebastian Rasmussendocs: Fix typos in function/object descriptions
2013-12-02 Sebastian Rasmussendocs: cosmetic changes in references/decriptions
2013-11-21 Tim-Philipp Müllergst: g_memmove() is deprecated
2013-11-16 Tim-Philipp Müllerdocs: cosmetic since marker fixes
2013-08-20 Olivier Crêtebuffer: Fix gst_buffer_memcmp() where the buffer is...
2013-08-18 Sebastian Drögebuffer: Update since marker for gst_buffer_extract_dup...
2013-07-26 Tim-Philipp Müllerbuffer: fix Since: marker for new gst_buffer_extract_dup()
2013-06-19 Paul HENRYSbuffer: Fix wrong size/index handling when merging...
2013-06-05 Edward Herveygstbuffer: Use internal function for buffer_new_wrapped
2013-05-08 Tim-Philipp Müllerbuffer: allow calling _fill() with a NULL data pointer...
2013-04-11 Wim Taymansbuffer: add _gst_max_memory() function
2013-03-27 Olivier Crêtebuffer: Add annotations and pygi friendly extraction...
2013-03-03 Sebastian Drögebuffer: Fix memory copying logic in copy_into()
2013-02-27 Sebastian Drögebuffer: Gracefully handle gst_memory_copy() returning...
2013-02-26 Sebastian Drögebuffer: Fix inverted logic for deciding if memory shoul...
2013-02-24 Sebastian Drögebuffer: If sharing a GstMemory fails, fall back to...
2013-02-16 Wim Taymansbuffer: add option to deep copy a buffer
2012-11-03 Tim-Philipp MüllerFix FSF address
2012-08-11 Tim-Philipp Müllerdocs: fix up docs a bit
2012-08-10 Evan Nemersonbuffer: mark gst_buffer_wrapped* data as array
2012-08-10 Evan Nemersonbuffer: convert gst_buffer_* macros to functions
2012-08-04 Tim-Philipp Müllerbuffer, defaultmem: add option to poison memory before...
2012-07-30 Jens Georgbuffer: Update annotations
2012-07-17 Wim Taymansbuffer: make _foreach_meta more powerful
2012-07-17 Wim Taymansbuffer: add more debug
2012-07-05 Wim Taymansbuffer:fix debug category
2012-07-05 Wim Taymansminiobject: add lock functionality to GstMiniObject
2012-07-05 Wim Taymansbuffer: fix resize
2012-07-05 Wim Taymansbuffer: lock memory EXCLUSIVE
2012-07-03 Wim Taymansbuffer: fix the _get_mapped function
2012-07-03 Wim Taymansbuffer: add more debug log
2012-06-28 Wim Taymansbuffer: add _append_region function
2012-06-23 Tim-Philipp Müllerminiobjects: pass copy, dispose and free function to...
2012-06-20 Evan Nemersonintrospection: add missing return value annotations
2012-06-15 Wim Taymansdocs: improve API docs
2012-06-14 Wim Taymansminiobject: remove the size field
2012-06-14 Wim Taymansmemory: make GstMemory a miniobject
2012-04-17 Wim Taymansmeta: add LOCKED flag
next