2003-06-29 |
Benjamin Otte | GST_DEBUG reorganization containing loads of stuff: |
tree | commitdiff |
2003-06-07 |
Ronald S. Bultje | Actually, size should be a guint (because GST_BUFFER_SI... |
tree | commitdiff |
2003-06-07 |
Ronald S. Bultje | Make filesink fail with some grace, see #114614 |
tree | commitdiff |
2003-06-06 |
Ronald S. Bultje | Some adjustments to allow for setting a new filename... |
tree | commitdiff |
2003-06-05 |
Thomas Vander Stichele | make functions static taaz patch |
tree | commitdiff |
2003-06-03 |
Wim Taymans | - added a property to force a failure for a given state... |
tree | commitdiff |
2003-06-01 |
Ronald S. Bultje | I don't know how I ever got to introducing this madness... |
tree | commitdiff |
2003-05-30 |
Wim Taymans | - the result from the getcaps function should be sunken... |
tree | commitdiff |
2003-05-24 |
Wim Taymans | - First attempt at implementing #113180, this one also... |
tree | commitdiff |
2003-05-19 |
David Schleef | Fix caps negotiation problems. |
tree | commitdiff |
2003-05-18 |
Thomas Vander Stichele | a bunch of gtk-doc fixes |
tree | commitdiff |
2003-04-28 |
Benjamin Otte | offsets may be negative (nobody ever seeked beackwards... |
tree | commitdiff |
2003-04-17 |
Wim Taymans | - Added a property to perform caps negotiation in the... |
tree | commitdiff |
2003-04-14 |
Wim Taymans | - make aggregator actually work |
tree | commitdiff |
2003-03-02 |
Wim Taymans | Better capsnego |
tree | commitdiff |
2003-02-23 |
Wim Taymans | - Added generic shaper element that keeps two streams... |
tree | commitdiff |
2003-02-10 |
Erik Walthinsen | Fix various inconsistencies discovered while attempting... |
tree | commitdiff |
2003-02-01 |
David Schleef | Convert %lld and %llu in printf formats to G_G[U]INT64_... |
tree | commitdiff |
2003-01-21 |
David Schleef | Replace __alignof__() GCC-ism with sizeof(). Should... |
tree | commitdiff |
2003-01-09 |
David I. Lehn | more connect -> link updates |
tree | commitdiff |
2003-01-09 |
Thomas Vander Stichele | code cleanups and further deprecation fixes |
tree | commitdiff |
2003-01-09 |
Thomas Vander Stichele | first pass of connect->link gst-plugins and other stuff... |
tree | commitdiff |
2003-01-08 |
Wim Taymans | Provide intrastructure to not have to pass NULL buffers... |
tree | commitdiff |
2003-01-03 |
David I. Lehn | remove redundant flag set |
tree | commitdiff |
2003-01-01 |
Wim Taymans | - Added PAD_NEGOTIATING flag, remove PAD_EOS flag |
tree | commitdiff |
2002-12-30 |
Wim Taymans | - major API breakage (one of the last, I promise...) |
tree | commitdiff |
2002-12-27 |
Wim Taymans | - disable pads when going to PAUSED, we want to make... |
tree | commitdiff |
2002-12-26 |
Wim Taymans | Also display buffer flags |
tree | commitdiff |
2002-12-22 |
Wim Taymans | Added pad_query with percent format on filesrc and... |
tree | commitdiff |
2002-12-18 |
Thomas Vander Stichele | patch from brian cameron for iso c compliance |
tree | commitdiff |
2002-12-15 |
Wim Taymans | Fix silent property |
tree | commitdiff |
2002-12-08 |
Wim Taymans | Better debugging |
tree | commitdiff |
2002-12-08 |
Wim Taymans | A little more debugging info and error checking |
tree | commitdiff |
2002-12-08 |
Thomas Vander Stichele | fix for parallel installability |
tree | commitdiff |
2002-11-29 |
Wim Taymans | More forte compiler fixes, added a .h file to store... |
tree | commitdiff |
2002-11-28 |
Christian Schaller | commit the fdsrc fix from Pedro Corte-Real |
tree | commitdiff |
2002-11-27 |
Wim Taymans | Small cleanups |
tree | commitdiff |
2002-11-27 |
Wim Taymans | - Added first attempt at general caching mechanism... |
tree | commitdiff |
2002-11-21 |
Wim Taymans | Small cleanups, more descriptive properties |
tree | commitdiff |
2002-11-20 |
Wim Taymans | Better error recovery when the mmap fails. |
tree | commitdiff |
2002-11-02 |
Wim Taymans | Removed annoying notify messages and removed properties... |
tree | commitdiff |
2002-10-30 |
David I. Lehn | use G_{BEGIN,END}_DECLS |
tree | commitdiff |
2002-10-25 |
David Schleef | Convert from sys_errlist[] to g_strerror() |
tree | commitdiff |
2002-10-17 |
Wim Taymans | Add an fd param to set the file descriptor as an int |
tree | commitdiff |
2002-09-29 |
Andy Wingo | adding ::license field to core plugins |
tree | commitdiff |
2002-09-23 |
Thomas Vander Stichele | backport fixes |
tree | commitdiff |
2002-09-15 |
Wim Taymans | State change cleanups |
tree | commitdiff |
2002-09-15 |
Wim Taymans | Small cleanups and leak fixes |
tree | commitdiff |
2002-09-12 |
Wim Taymans | - Make the return GList of gst_element_get_pad_list... |
tree | commitdiff |
2002-09-10 |
Ronald S. Bultje | This changes an important part of the plugin API, gst_p... |
tree | commitdiff |
2002-09-08 |
Christian Schaller | committing many nice little memleaks fixes from Iain... |
tree | commitdiff |
2002-09-01 |
Wim Taymans | Don't doe EOS in a state change function |
tree | commitdiff |
2002-08-02 |
Wim Taymans | Implemented segment seeking in fakesrc |
tree | commitdiff |
2002-07-30 |
Wim Taymans | Use fancy macros |
tree | commitdiff |
2002-07-28 |
Wim Taymans | Fix some wrong prototypes and funtion args |
tree | commitdiff |
2002-07-24 |
Wim Taymans | - Implemented seekmasks, query types and formats in... |
tree | commitdiff |
2002-07-24 |
Andy Wingo | add default bufferpool, clean up some code, add bufferp... |
tree | commitdiff |
2002-07-13 |
Wim Taymans | - Documentation updates, renamed some _ methods because... |
tree | commitdiff |
2002-07-08 |
Wim Taymans | - Removed bufferpool code and move that to gstbuffer.c |
tree | commitdiff |
2002-06-22 |
Wim Taymans | Don't seek past the end of the file |
tree | commitdiff |
2002-06-13 |
Wim Taymans | Added a size event to optimize buffer sizes make filesr... |
tree | commitdiff |
2002-06-12 |
Wim Taymans | Documentation updates |
tree | commitdiff |
2002-06-11 |
Wim Taymans | Removed deprecated disksink |
tree | commitdiff |
2002-06-08 |
Wim Taymans | A discont event is the right way to handle seeking... |
tree | commitdiff |
2002-06-07 |
Steve Baker | file is opened in ready->paused rather than null->ready... |
tree | commitdiff |
2002-06-04 |
Wim Taymans | No \n for DEBUG, thank you |
tree | commitdiff |
2002-05-31 |
Wim Taymans | Remove crappy event code from tee |
tree | commitdiff |
2002-05-26 |
Wim Taymans | - The clock_wait now returns the difference between... |
tree | commitdiff |
2002-05-20 |
Andy Wingo | add gerror to gstplugin.c -- not fully propagated to... |
tree | commitdiff |
2002-05-14 |
David I. Lehn | formatting |
tree | commitdiff |
2002-05-08 |
Wim Taymans | Totally rewritten registry handling. |
tree | commitdiff |
2002-05-01 |
Wim Taymans | Small cleanups |
tree | commitdiff |
2002-04-28 |
Thomas Vander Stichele | rename operation |
tree | commitdiff |
2002-04-20 |
Andy Wingo | a hack to work around intltool's brokenness a current... |
tree | commitdiff |
2002-04-14 |
Steve Baker | ARG_LOCATIONS is a pointer |
tree | commitdiff |
2002-04-14 |
Steve Baker | ARG_ERROR_AFTER is an int |
tree | commitdiff |
2002-04-14 |
Steve Baker | offset is an int64 |
tree | commitdiff |
2002-04-14 |
Steve Baker | make the NULL check silent since it might be valid. |
tree | commitdiff |
2002-04-11 |
Andy Wingo | commit to make gstreamer follow the gtk function/macro... |
tree | commitdiff |
2002-04-03 |
Wim Taymans | GST_DEBUG and _INFO should have no trailing \n |
tree | commitdiff |
2002-04-03 |
Wim Taymans | Fix a compile error. |
tree | commitdiff |
2002-04-02 |
jim thornton | Buffer flag symbols are enum values, so |'ing together... |
tree | commitdiff |
2002-03-31 |
Wim Taymans | Documentation updates |
tree | commitdiff |
2002-03-30 |
Andy Wingo | add notify back to filesrc, it's needed for MVC applica... |
tree | commitdiff |
2002-03-30 |
Wim Taymans | - Remove the propsprivate header file |
tree | commitdiff |
2002-03-24 |
Andy Wingo | filter newlines out of GST_DEBUG statements to reflect... |
tree | commitdiff |
2002-03-19 |
Andy Wingo | let's not give our plugins -release versioning make... |
tree | commitdiff |
2002-03-19 |
Andy Wingo | removal of //-style comments don't link plugins to... |
tree | commitdiff |
2002-03-19 |
Andy Wingo | s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substit... |
tree | commitdiff |
2002-03-18 |
Andy Wingo | s/gst_element_install_std_props/gst_element_class_insta... |
tree | commitdiff |
2002-03-03 |
Andy Wingo | document gst_caps_debug change gst_caps_debug to accept... |
tree | commitdiff |
2002-02-28 |
Wim Taymans | Added last_message. |
tree | commitdiff |
2002-02-24 |
Benjamin Otte | fixes: |
tree | commitdiff |
2002-02-19 |
Andy Wingo | changes to spider: add padtemplates so the connect... |
tree | commitdiff |
2002-02-17 |
Andy Wingo | capsnego fixes in adder, speed, and identity |
tree | commitdiff |
2002-02-17 |
Andy Wingo | convert identity to g_object_notify stuff i hate last... |
tree | commitdiff |
2002-02-13 |
Ronald S. Bultje | This is probably cleaner |
tree | commitdiff |
2002-02-12 |
Thomas Vander Stichele | updating tee to use properties |
tree | commitdiff |
2002-02-10 |
Andy Wingo | changed libgst -> libgstreamer to comply with namespace... |
tree | commitdiff |
2002-02-09 |
Thomas Vander Stichele | more build cleanups (using as-version and as-libtool... |
tree | commitdiff |
next |