docs: gst: more gobject introspection annotations
[platform/upstream/gstreamer.git] / gst / gstbuffer.c
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-03 Edward Herveymicro-optim: if (x) is cheaper than if (x > 0) for...
2010-10-13 Tim-Philipp Müllerbuffer: add guard to buffer_set_caps() that checks...
2010-04-30 Tim-Philipp Müllerbuffer: only warn if metadata is not writable when...
2010-03-11 Tim-Philipp Müllerbuffer: fix printf format
2010-03-11 Stefan Kostbuffer: allow configurable memory alignment. Fixes...
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteFixes -Wundef warnings
2009-12-27 Wim Taymansbuffer: remove unneeded casts
2009-12-25 Wim Taymansbuffer: remove subbuffer subclass
2009-08-06 Wim Taymansgstbuffer: add additional checking for writability
2009-06-24 Edward Herveyminiobjects: Don't chain up to empty finalize method.
2009-05-27 Wim Taymansbuffer: avoid memory leaks
2009-05-12 Edward Herveygstbuffer: copy new buffer flags when copying metadata.
2009-05-11 Wim Taymansgstbuffer: avoid typechecks in finalize
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and friends or at least g_once_i...
2008-11-13 Wim Taymansgst/gstbuffer.c: Avoid costly typechecking for triviall...
2008-10-06 Andy Wingogst/gstbuffer.h (GST_BUFFER_FREE_FUNC): New API, a...
2008-02-15 Stefan Kostgst/gstbuffer.c: Copy selected buffer-flags when creati...
2008-02-12 Sebastian DrögeProperly chain up finalize functions to the parent...
2008-01-09 Wim Taymansgst/gstbuffer.c: Update some comments.
2007-11-01 Tim-Philipp Müllerg_type_class_ref() other types as well, see #349410...
2007-09-26 Michael Smithgst/gstbuffer.c: Make it once again possible to free...
2007-09-13 Sebastian Drögegst/gstbuffer.c: Implement poisoning for GstBuffer...
2007-09-11 Tim-Philipp Müllergst/gstbuffer.c: Also do a g_type_class_ref() for the...
2007-04-26 Tim-Philipp MüllerAPI: add gst_buffer_try_new_and_alloc() plus unit test...
2007-03-09 Wim TaymansAdd metadata copy functions. Fixes #393099.
2006-08-21 Wim Taymansgst/gstbuffer.c: Copy duration/offset_end/caps when...
2006-08-14 Wim Taymansgst/: Small doc updates.
2006-07-26 Wim Taymansgst/gstbuffer.c: Avoid function call for known types...
2006-07-05 Wim TaymansNo point in checking if the size of the subbuffer ...
2006-06-12 Wim Taymansgst/gstbuffer.c: Init _type for consistency.
2006-06-06 Thomas Vander Stichelewhitespace fixes
2006-05-11 Wim Taymansgst/gstbuffer.c: Register subbufer along with the buffe...
2006-05-09 Tim-Philipp Müllergst/gstbuffer.c: gst_buffer_make_metadata_writable...
2006-04-08 Stefan KostFix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
2006-02-14 Wim TaymansDocs fixes.
2006-01-17 Jan SchmidtReplace gst_buffer_(make|is)_metadata_writable patch...
2006-01-16 Jan SchmidtBack out patch until after the release.
2006-01-16 Jan Schmidtgst/gstbuffer.*: Add gst_buffer_(is|make)_metadata_writ...
2006-01-12 Jan Schmidtgst/gstbuffer.c: gst_buffer_span should copy the timest...
2006-01-11 Stefan Kostdocs/random/ensonic/media-device-daemon.txt: more ideas...
2005-12-07 Wim Taymansgst/gstbuffer.c: Small docs update.
2005-11-24 Wim TaymansDoc fixes.
2005-11-11 Wim Taymansgst/gstbuffer.c: Copy more flags.
2005-11-10 Wim Taymanscheck/gst/gstghostpad.c: Added check for bug #317341
2005-11-09 Wim Taymansgst/gstbuffer.*: Uber-spiffy-spiffify some more.
2005-10-28 Michael SmithImprove GstBuffer documentation. It's now 100% Spiffier.
2005-10-15 Thomas Vander SticheleI'm too lazy to comment this
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-11 Thomas Vander Sticheleif we log our init, should also log finalize
2005-09-27 Tim-Philipp Müllergst/gstbuffer.c: Set READONLY flag on subbuffers, so...
2005-09-24 Wim TaymansVarious documentation updates.
2005-09-22 Andy Wingogst/gstbuffer.c (gst_buffer_get_caps): Like all our...
2005-08-24 Wim Taymansgst/gstbuffer.c: Some debugging.
2005-08-23 Stefan Kostinlined more doc comments, added missing comments and...
2005-08-14 Thomas Vander Stichelecheck/Makefile.am: add a .check target for running...
2005-07-12 Andy Wingogst/gstbuffer.c (_gst_buffer_copy): Copy the buffer...
2005-06-27 Andy Wingogst/base/gsttypefindhelper.c (gst_type_find_helper...
2005-06-08 Thomas Vander Stichelewhite space fixes
2005-05-30 Wim Taymansgst/gstbuffer.*: Avoid typechecking in places where...
2005-05-19 Wim Taymansgst/: Make subbufer unref the parent in finalize. some...
2005-05-18 Wim Taymansgst/gstbuffer.c: Port _span() functions to new subbuffers.
2005-05-18 Jan Schmidtgst/gstbuffer.c: Oops, fix a typo GST_TYPE_BUFFER ...
2005-05-16 David Schleefcheck/Makefile.am: remove GstData checks
2005-04-24 David SchleefConvert everything from GstAtomicInt to g_atomic_int_...
2005-04-20 Wim Taymansgst/: Make gst_caps_replace() work like other _replace...
2005-03-10 Wim TaymansDoc updates.
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2004-11-02 Wim Taymansgst/: Aplied part of patch #157127: Cleanup of issues...
2004-08-16 Thomas Vander Stichelefix for #150242
2004-06-09 Johan Dahlingst/gstbuffer.c (gst_buffer_default_copy): Don't forget...
2004-05-20 Wim Taymansgst/gstbuffer.*: Added Comment to a flag. copy relevant...
2004-04-13 David Schleefgst/gstbuffer.c: (gst_buffer_free_chunk): Added gst_buf...
2004-04-05 David Schleefgst/gstbuffer.c: Allocate GstBuffer structures in one...
2004-04-01 David Schleefgst/gstbuffer.c: (gst_buffer_join): Add function gst_b...
2004-03-26 David Schleefdocs/gst/gstreamer-sections.txt: More doc hacking.
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-03-01 Johan Dahlingst/: Use gst_data_copy, instead of ref, since some...
2004-02-20 Andy Wingogst/: Debugging tweaks.
2004-01-12 Benjamin Otteactually use the free_data function
2004-01-11 David SchleefInherit some of parent's buffer flags.
2004-01-11 David Schleefgst/: Change GstBuffer private structure element names...
2003-12-22 David SchleefMerge CAPS branch
2003-11-24 Benjamin Ottemerge in tagging
2003-10-28 Benjamin Ottemerge TYPEFIND branch. Major changes:
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-05-24 Wim Taymansonly update the DURATION field when appending buffers...
2003-05-24 Wim Taymans- First attempt at implementing #113180, this one also...
2003-05-17 Benjamin Otteref pool before creating buffer that's using it
2003-05-06 Wim Taymanserr... reset to desired version after doing a benchmark :)
2003-05-06 Wim Taymans- Explicitly set buffer fields to default values instea...
2003-04-15 Benjamin Otteremove left over GST_DATA_IS_READONLY
2003-04-13 Benjamin Otte- added macros GST_CLOCK_TIME_IS_VALID and GST_BUFFE_TI...
2003-03-29 Martin Schulzegst/gstelementfactory.c: Add "g_free (dp->license)...
2003-02-10 Wim Taymans- Add more --disable options
2003-02-02 Wim Taymans- replace old tracing with common GstTrace
2002-12-31 Wim Taymans- copy kernel headers (waiting for libatomic..)
next