2004-07-07 |
Thomas Vander Stichele | debugging and cleanups |
blob | commitdiff | raw |
2004-05-20 |
Wim Taymans | gst/gstbuffer.*: Added Comment to a flag. copy relevant... |
blob | commitdiff | raw | diff to current |
2004-05-20 |
Thomas Vander Stichele | add IN_CAPS buffer flag; add GST_TYPE_FIXED_LIST +... |
blob | commitdiff | raw | diff to current |
2004-04-13 |
David Schleef | gst/gstbuffer.c: (gst_buffer_free_chunk): Added gst_buf... |
blob | commitdiff | raw | diff to current |
2004-04-06 |
Benjamin Otte | gst/gstbuffer.h: remove macro that wouldn't work anymor... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
David Schleef | gst/gstbuffer.c: (gst_buffer_join): Add function gst_b... |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Johan Dahlin | Revert again, this time without post-commit reindent... |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Johan Dahlin | *.h: Revert indentation changes. |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Thomas Vander Stichele | gst-indent run on core |
blob | commitdiff | raw | diff to current |
2004-02-27 |
Benjamin Otte | gst/gstbuffer.h: remove gst_buffer_free, use gst_data_unref |
blob | commitdiff | raw | diff to current |
2004-02-03 |
Benjamin Otte | gst/elements/gstfilesrc.*: don't ref the filesrc when... |
blob | commitdiff | raw | diff to current |
2004-01-11 |
David Schleef | Fix some incorrect comments caused by recent checkins |
blob | commitdiff | raw | diff to current |
2004-01-11 |
David Schleef | gst/: Change GstBuffer private structure element names... |
blob | commitdiff | raw | diff to current |
2003-12-22 |
David Schleef | Merge CAPS branch |
blob | commitdiff | raw | diff to current |
2003-12-09 |
David Schleef | Change GST_.*_PADDING to _gst_padding[GST_PADDING]; |
blob | commitdiff | raw | diff to current |
2003-11-24 |
Benjamin Otte | merge in tagging |
blob | commitdiff | raw | diff to current |
2003-10-07 |
David Schleef | Add padding to structures and objects |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Wim Taymans | only update the DURATION field when appending buffers... |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Wim Taymans | - First attempt at implementing #113180, this one also... |
blob | commitdiff | raw | diff to current |
2003-05-20 |
David Schleef | Remove (incorrect) cast on gst_buffer_is_writable() |
blob | commitdiff | raw | diff to current |
2003-04-16 |
Benjamin Otte | *_is_writeable => *_is_writable (spelling) |
blob | commitdiff | raw | diff to current |
2003-04-15 |
Benjamin Otte | change *_is_readonly to *_is_writeable. Hope the name... |
blob | commitdiff | raw | diff to current |
2003-04-15 |
Benjamin Otte | remove left over _needs_copy_on_write |
blob | commitdiff | raw | diff to current |
2003-04-15 |
Benjamin Otte | API change: rename (currently unused function) gst_... |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Benjamin Otte | - added macros GST_CLOCK_TIME_IS_VALID and GST_BUFFE_TI... |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Martin Schulze | gst/gstelementfactory.c: Add "g_free (dp->license)... |
blob | commitdiff | raw | diff to current |
2003-02-02 |
Wim Taymans | - replace old tracing with common GstTrace |
blob | commitdiff | raw | diff to current |
2002-12-21 |
Wim Taymans | - offset is supposed to be a uint64 |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Wim Taymans | - Cleanups |
blob | commitdiff | raw | diff to current |
2002-11-19 |
David Schleef | Added gst_buffer[_pool]_needs_copy_on_write() |
blob | commitdiff | raw | diff to current |
2002-11-02 |
Wim Taymans | Added the long awaited gst_buffer_set_data |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Thomas Vander Stichele | typo fix |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Wim Taymans | Also handle READONLY buffers in the copy_on_write function |
blob | commitdiff | raw | diff to current |
2002-07-24 |
Wim Taymans | Fixed the missing .h file and some reorg (not sure... |
blob | commitdiff | raw | diff to current |
2002-07-24 |
Andy Wingo | add default bufferpool, clean up some code, add bufferp... |
blob | commitdiff | raw | diff to current |
2002-07-13 |
Wim Taymans | - Documentation updates, renamed some _ methods because... |
blob | commitdiff | raw | diff to current |
2002-07-10 |
David Schleef | Fix GstBufferFlag so it's really an enum typedef, not... |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Thomas Vander Stichele | oops fix |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Thomas Vander Stichele | merge from BRANCH-RELEASE-0_4_0 |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Wim Taymans | - Removed bufferpool code and move that to gstbuffer.c |
blob | commitdiff | raw | diff to current |
2002-06-02 |
Wim Taymans | Removed \n in DEBUG some buffer flags for future use |
blob | commitdiff | raw | diff to current |
2002-05-26 |
Wim Taymans | Added g_malloc instead of a memchunk when using memprof |
blob | commitdiff | raw | diff to current |
2002-04-19 |
Thomas Vander Stichele | doc fixes |
blob | commitdiff | raw | diff to current |
2002-04-12 |
Thomas Vander Stichele | code review |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Wim Taymans | Small pointless cleanups |
blob | commitdiff | raw | diff to current |
2001-12-28 |
Wim Taymans | - Removed deprecated buffer flags. |
blob | commitdiff | raw | diff to current |
2001-12-22 |
Wim Taymans | This is an attempt at not segfaulting on errors but... |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Christian Schaller | updated .h files with // fixes |
blob | commitdiff | raw | diff to current |
2001-10-21 |
Wim Taymans | API docs. revived _buffer_ref_by_count fast types for... |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Erik Walthinsen | merge from EVENTS1 on 20011016 |
blob | commitdiff | raw | diff to current |
2001-09-14 |
Joshua N. Pritikin | 1. Add more warnings for the gst core only. Various... |
blob | commitdiff | raw | diff to current |
2001-09-10 |
Erik Walthinsen | gstinfo.[ch], cothreads.c: added initial support for... |
blob | commitdiff | raw | diff to current |
2001-08-27 |
Andy Wingo | bufferpool changes (next commit will update plugins) |
blob | commitdiff | raw | diff to current |
2001-08-22 |
Erik Walthinsen | added the FUNC accessors and moved _append proto |
blob | commitdiff | raw | diff to current |
2001-08-22 |
Thomas Vander Stichele | added GST_BUFFER_FREE_FUNC since it didn't seem to... |
blob | commitdiff | raw | diff to current |
2001-08-11 |
Erik Walthinsen | - changed timestamps to gint64 (*signed* 64-bit) |
blob | commitdiff | raw | diff to current |
2001-06-25 |
Wim Taymans | Removed the final bits of GstMeta. |
blob | commitdiff | raw | diff to current |
2001-05-25 |
Wim Taymans | Some cleanups. |
blob | commitdiff | raw | diff to current |
2001-04-24 |
Erik Walthinsen | - commented out remainder of Meta stuff |
blob | commitdiff | raw | diff to current |
2001-04-22 |
Erik Walthinsen | fixes for gstbuffer, and removed ## from gstcaps.h... BRANCH-PLUGINVER1-20010422-ROOT PLUGINVER1-20010422-FREEZE |
blob | commitdiff | raw | diff to current |
2001-04-22 |
Erik Walthinsen | Added gst_buffer_copy(). It's not complete, it should... |
blob | commitdiff | raw | diff to current |
2001-04-16 |
Wim Taymans | Added 1337 macros to create padtemplates and capstemplates. |
blob | commitdiff | raw | diff to current |
2000-12-29 |
Wim Taymans | Fixed buffer flag handling gstplay used old flag handli... |
blob | commitdiff | raw | diff to current |
2000-12-29 |
Wim Taymans | Fixed a serious bug in gst_props_new: properties with... |
blob | commitdiff | raw | diff to current |
2000-12-28 |
Erik Walthinsen | Updated copyright in all the libgst files. |
blob | commitdiff | raw | diff to current |
2000-12-17 |
Erik Walthinsen | Some minor compilation fixes... |
blob | commitdiff | raw | diff to current |
2000-12-16 |
Wim Taymans | some editor changes= loading of save pipelines (not... |
blob | commitdiff | raw | diff to current |
2000-12-16 |
Erik Walthinsen | WARNING: Don't grab this updated unless you're really... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Wim Taymans | Header cleanup: try to include as little as possible... |
blob | commitdiff | raw | diff to current |
2000-11-04 |
Wim Taymans | Added the excellent mpeg2dec decoder. Not 100% optimize... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Wim Taymans | State change fixes in the threading element. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Wim Taymans | This is the audio/video sync release. |
blob | commitdiff | raw | diff to current |
2000-07-05 |
Wim Taymans | Added seeking to some of the plugins. some MMX speedups... |
blob | commitdiff | raw | diff to current |
2000-05-21 |
Wim Taymans | Fixed the mpeg2 encoder. Added MMX optimisations for... |
blob | commitdiff | raw | diff to current |
2000-03-27 |
Wim Taymans | Documentation updates. All standard library objects... |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Wim Taymans | Various cleanups. Moved the overlay code to a specializ... |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Erik Walthinsen | initial checkin |
blob | commitdiff | raw | diff to current |
|