memory: more fixes
[platform/upstream/gstreamer.git] / gst / gstbuffer.c
2011-03-28 Wim Taymansmemory: more fixes
2011-03-28 Wim TaymansWIP use memory in buffer
2011-03-17 Sebastian DrögeMerge branch 'master' into 0.11
2011-03-10 Wim TaymansMerge branch 'master' into 0.11
2011-03-08 Wim Taymansmeta: implement transform function
2011-03-08 Wim TaymansMerge branch 'master' into 0.11
2011-03-04 Wim Taymansbufferpool: add more debug info
2011-03-02 Wim Taymansbuffer: release buffer to pool in dispose
2011-03-02 Wim Taymansbuffer: add pool to buffer structure
2011-03-02 Wim TaymansMerge branch 'master' into 0.11
2011-02-27 Wim Taymansmeta: separate add and get methods
2011-02-26 Wim Taymansbuffer: remove useless method
2011-02-25 Wim Taymansbuffer: remove owner_priv now that we have metadata
2011-02-25 Wim Taymansmetadata: Rename to GstMeta
2011-02-25 Philippe Normandbuffer: fix memory corruption
2011-02-25 Wim Taymansbuffermeta: add beginnings of buffer metadata
2011-02-23 Wim Taymansminiobject: cleanups
2011-02-23 Wim Taymansimprove type registration
2011-02-23 Wim Taymansfix compilation
2011-02-23 Wim Taymansminiobject: more boxed type fixing
2011-02-23 Wim Taymansminiobject: work on making caps a boxed type
2011-02-23 Wim Taymansminiobject: make miniobject a boxed type
2011-02-22 Wim TaymansMerge branch 'master' into 0.11
2011-01-24 Wim Taymansbuffer: clarify docs
2010-12-26 Tim-Philipp MüllerRevert "micro-optim: if (x) is cheaper than if (x ...
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...
next