First THREADED backport attempt, focusing on adding locks and making sure the API...
[platform/upstream/gstreamer.git] / gst / gstbuffer.h
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2005-01-18 Stefan Kostadded docs for the TAG defines
2004-08-12 Thomas Vander Sticheleadd flag, reorder GstBuffer docs
2004-07-07 Thomas Vander Sticheledebugging and cleanups
2004-05-20 Wim Taymansgst/gstbuffer.*: Added Comment to a flag. copy relevant...
2004-05-20 Thomas Vander Sticheleadd IN_CAPS buffer flag; add GST_TYPE_FIXED_LIST +...
2004-04-13 David Schleefgst/gstbuffer.c: (gst_buffer_free_chunk): Added gst_buf...
2004-04-06 Benjamin Ottegst/gstbuffer.h: remove macro that wouldn't work anymor...
2004-04-01 David Schleefgst/gstbuffer.c: (gst_buffer_join): Add function gst_b...
2004-03-15 Johan DahlinRevert again, this time without post-commit reindent...
2004-03-15 Johan Dahlin*.h: Revert indentation changes.
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-02-27 Benjamin Ottegst/gstbuffer.h: remove gst_buffer_free, use gst_data_unref
2004-02-03 Benjamin Ottegst/elements/gstfilesrc.*: don't ref the filesrc when...
2004-01-11 David SchleefFix some incorrect comments caused by recent checkins
2004-01-11 David Schleefgst/: Change GstBuffer private structure element names...
2003-12-22 David SchleefMerge CAPS branch
2003-12-09 David SchleefChange GST_.*_PADDING to _gst_padding[GST_PADDING];
2003-11-24 Benjamin Ottemerge in tagging
2003-10-07 David SchleefAdd padding to structures and objects
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-20 David SchleefRemove (incorrect) cast on gst_buffer_is_writable()
2003-04-16 Benjamin Otte*_is_writeable => *_is_writable (spelling)
2003-04-15 Benjamin Ottechange *_is_readonly to *_is_writeable. Hope the name...
2003-04-15 Benjamin Otteremove left over _needs_copy_on_write
2003-04-15 Benjamin OtteAPI change: rename (currently unused function) gst_...
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-02 Wim Taymans- replace old tracing with common GstTrace
2002-12-21 Wim Taymans- offset is supposed to be a uint64
2002-12-19 Wim Taymans- Cleanups
2002-11-19 David SchleefAdded gst_buffer[_pool]_needs_copy_on_write()
2002-11-02 Wim TaymansAdded the long awaited gst_buffer_set_data
2002-08-30 Thomas Vander Sticheletypo fix
2002-07-25 Wim TaymansAlso handle READONLY buffers in the copy_on_write function
2002-07-24 Wim TaymansFixed the missing .h file and some reorg (not sure...
2002-07-24 Andy Wingoadd default bufferpool, clean up some code, add bufferp...
2002-07-13 Wim Taymans- Documentation updates, renamed some _ methods because...
2002-07-10 David SchleefFix GstBufferFlag so it's really an enum typedef, not...
2002-07-09 Thomas Vander Sticheleoops fix
2002-07-09 Thomas Vander Stichelemerge from BRANCH-RELEASE-0_4_0
2002-07-08 Wim Taymans- Removed bufferpool code and move that to gstbuffer.c
2002-06-02 Wim TaymansRemoved \n in DEBUG some buffer flags for future use
2002-05-26 Wim TaymansAdded g_malloc instead of a memchunk when using memprof
2002-04-19 Thomas Vander Sticheledoc fixes
2002-04-12 Thomas Vander Stichelecode review
2002-02-02 Wim TaymansSmall pointless cleanups
2001-12-28 Wim Taymans- Removed deprecated buffer flags.
2001-12-22 Wim TaymansThis is an attempt at not segfaulting on errors but...
2001-12-15 Christian Schallerupdated .h files with // fixes
2001-10-21 Wim TaymansAPI docs. revived _buffer_ref_by_count fast types for...
2001-10-17 Erik Walthinsenmerge from EVENTS1 on 20011016
2001-09-14 Joshua N. Pritikin1. Add more warnings for the gst core only. Various...
2001-09-10 Erik Walthinsengstinfo.[ch], cothreads.c: added initial support for...
2001-08-27 Andy Wingobufferpool changes (next commit will update plugins)
2001-08-22 Erik Walthinsenadded the FUNC accessors and moved _append proto
2001-08-22 Thomas Vander Sticheleadded GST_BUFFER_FREE_FUNC since it didn't seem to...
2001-08-11 Erik Walthinsen- changed timestamps to gint64 (*signed* 64-bit)
2001-06-25 Wim TaymansRemoved the final bits of GstMeta.
2001-05-25 Wim TaymansSome cleanups.
2001-04-24 Erik Walthinsen- commented out remainder of Meta stuff
2001-04-22 Erik Walthinsenfixes for gstbuffer, and removed ## from gstcaps.h... BRANCH-PLUGINVER1-20010422-ROOT PLUGINVER1-20010422-FREEZE
2001-04-22 Erik WalthinsenAdded gst_buffer_copy(). It's not complete, it should...
2001-04-16 Wim TaymansAdded 1337 macros to create padtemplates and capstemplates.
2000-12-29 Wim TaymansFixed buffer flag handling gstplay used old flag handli...
2000-12-29 Wim TaymansFixed a serious bug in gst_props_new: properties with...
2000-12-28 Erik WalthinsenUpdated copyright in all the libgst files.
2000-12-17 Erik WalthinsenSome minor compilation fixes...
2000-12-16 Wim Taymanssome editor changes= loading of save pipelines (not...
2000-12-16 Erik WalthinsenWARNING: Don't grab this updated unless you're really...
2000-12-15 Wim TaymansHeader cleanup: try to include as little as possible...
2000-11-04 Wim TaymansAdded the excellent mpeg2dec decoder. Not 100% optimize...
2000-08-14 Wim TaymansState change fixes in the threading element.
2000-07-12 Wim TaymansThis is the audio/video sync release.
2000-07-05 Wim TaymansAdded seeking to some of the plugins. some MMX speedups...
2000-05-21 Wim TaymansFixed the mpeg2 encoder. Added MMX optimisations for...
2000-03-27 Wim TaymansDocumentation updates. All standard library objects...
2000-03-13 Wim TaymansVarious cleanups. Moved the overlay code to a specializ...
2000-01-30 Erik Walthinseninitial checkin