docs: gst: more gobject introspection annotations
[platform/upstream/gstreamer.git] / gst / gstbuffer.c
2002-12-21 Wim Taymans- offset is supposed to be a uint64
2002-12-19 Wim Taymans- Cleanups
2002-12-14 Wim TaymansDocumentation updates
2002-12-01 Steve Bakerthis debugging would have borked
2002-11-22 Wim TaymansAdded g_return_if_fail
2002-08-30 Thomas Vander Sticheledoc updates
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-08 Wim Taymans- Removed bufferpool code and move that to gstbuffer.c
2002-06-02 Wim TaymansSome cleanups
2002-05-26 Wim TaymansAdded g_malloc instead of a memchunk when using memprof
2002-04-17 Thomas Vander Stichelemore doc fixes
2002-04-12 Thomas Vander Stichelecode review
2002-02-04 Thomas Vander Stichelethis is better
2002-02-04 Thomas Vander Sticheleshouldn't fuss about not needing to ref at all
2001-12-22 Wim TaymansThis is an attempt at not segfaulting on errors but...
2001-12-14 Christian Schalleraye ladie, no more ugly // comments here, even if Taaz...
2001-12-04 wrobell- some fixes to int2float making automake 1.5 happy...
2001-11-08 Erik Walthinsenprint the pre-operation refcount for ref and unref
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-15 Erik WalthinsenMove newbuf creation to the non-copyfunc case, since...
2001-09-14 Joshua N. Pritikin1. Add more warnings for the gst core only. Various...
2001-09-10 Wim TaymansUpdates to make it compile against gtk1.2 again. mostly... BRANCH-EVENTS1-ROOT
2001-09-10 Erik Walthinsengstinfo.[ch], cothreads.c: added initial support for...
2001-09-04 Erik Walthinsenadded docs for _span and _merge, set pool_private to...
2001-08-27 Andy WingoThe bufferpool api has changed. Check gstbufferpool...
2001-08-27 Andy Wingohopefully the last commit on libgst wrt bufferpools
2001-08-27 Andy Wingomore changes...
2001-08-27 Andy Wingobufferpool changes (next commit will update plugins)
2001-08-11 Erik Walthinsenfixed stupid bug in buffer_span()
2001-08-11 Erik Walthinsen- changed timestamps to gint64 (*signed* 64-bit)
2001-06-25 Wim TaymansRemoved the final bits of GstMeta.
2001-06-20 Steve Bakerfixed operator precedence bug which caused 32 times...
2001-05-25 Erik Walthinsenfixed rather heinous bug in gst_buffer_copy
2001-05-25 Erik WalthinsenMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
2001-04-24 Erik WalthinsenI will successfully compile code before I check it in.
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 Walthinsencompleted gst_buffer_copy, added API comments
2001-04-22 Erik WalthinsenAdded gst_buffer_copy(). It's not complete, it should...
2001-03-20 Wim TaymansMore work on capsnego proxying. It should be OK now.
2001-01-06 Erik WalthinsenCleaned up the docs a bit.
2001-01-06 Wim TaymansAdded a mutex around the mem_chunck alloc routines
2001-01-01 Erik WalthinsenMega update of INFO, DEBUG, and ERROR subsystems, renam...
2000-12-30 Erik WalthinsenUpdated more files to use INFO.
2000-12-29 Wim TaymansFixed buffer flag handling gstplay used old flag handli...
2000-12-28 Erik WalthinsenUpdated copyright in all the libgst files.
2000-12-15 Wim TaymansHeader cleanup: try to include as little as possible...
2000-12-04 Erik WalthinsenChanges made to the DEBUG system. New header file...
2000-11-11 Wim TaymansDocs updates.
2000-09-14 Wim TaymansDue to popular demand :-), I added a vorbis decoder.
2000-08-14 Wim TaymansState change fixes in the threading element.
2000-03-27 Wim TaymansDocumentation updates. All standard library objects...
2000-03-20 Wim TaymansImplemented riff parsing as a library. The avi parser...
2000-02-27 Wim TaymansThis is a rather large patch. Switched on -Wall compile...
2000-02-24 Wim TaymansSpeedup in mpg123 parsing. speedup in mp1videoparse...
2000-02-16 Wim TaymansFixed memory leak in queue.
2000-01-30 Erik Walthinseninitial checkin