2001-10-17 |
Erik Walthinsen | added another madvise and wrapped them in #ifdef's... |
tree | commitdiff |
2001-10-17 |
Erik Walthinsen | merge from EVENTS1 on 20011016 |
tree | commitdiff |
2001-10-07 |
Steve Baker | remove dparams from core |
tree | commitdiff |
2001-10-07 |
Steve Baker | remove ability to set dparams from -launch. this is... |
tree | commitdiff |
2001-10-07 |
Steve Baker | remove extra debug info |
tree | commitdiff |
2001-10-06 |
Steve Baker | gstsinesrc is being moved into plugins/synthesis/sinesrc |
tree | commitdiff |
2001-09-29 |
Steve Baker | also need to ref the template in gst_pad_new_from_template |
tree | commitdiff |
2001-09-29 |
Steve Baker | shouldn't sink here. that is up to the pad's parent... |
tree | commitdiff |
2001-09-29 |
Steve Baker | factory needs a ref to the padtemplate so that the... |
tree | commitdiff |
2001-09-28 |
Steve Baker | reenabled object destruction by renaming shutdown and... |
tree | commitdiff |
2001-09-23 |
Thomas Vander Stichele | g_critical is a glib-2.0-ism, changed them to g_warning... |
tree | commitdiff |
2001-09-22 |
Steve Baker | crashes that only happen when debugging is on aren... |
tree | commitdiff |
2001-09-18 |
Joshua N. Pritikin | glib 1.2 fix minor formatting improvements add gst_prin... |
tree | commitdiff |
2001-09-17 |
Joshua N. Pritikin | revert detailed multi-line error report |
tree | commitdiff |
2001-09-17 |
Joshua N. Pritikin | add temporary diagnostic code |
tree | commitdiff |
2001-09-17 |
Joshua N. Pritikin | fix warnings |
tree | commitdiff |
2001-09-17 |
Steve Baker | init the values when the state hits playing so that... |
tree | commitdiff |
2001-09-17 |
Steve Baker | smooth dparam now does log smooths when it is a log... |
tree | commitdiff |
2001-09-17 |
Joshua N. Pritikin | looks like cvs mangled something (?) -- try to repair |
tree | commitdiff |
2001-09-16 |
Steve Baker | volume param now uses the direct instead of the callbac... |
tree | commitdiff |
2001-09-16 |
Steve Baker | d'oh |
tree | commitdiff |
2001-09-16 |
Steve Baker | all info to describe a dparam is now in the GstDParamSp... |
tree | commitdiff |
2001-09-15 |
Steve Baker | make sure g2g_object_class_find_property returns NULL... |
tree | commitdiff |
2001-09-15 |
Erik Walthinsen | Move newbuf creation to the non-copyfunc case, since... |
tree | commitdiff |
2001-09-14 |
Joshua N. Pritikin | 1. Add more warnings for the gst core only. Various... |
tree | commitdiff |
2001-09-14 |
Joshua N. Pritikin | comment out unsupressable debugging foo |
tree | commitdiff |
2001-09-14 |
Joshua N. Pritikin | fix glib2 build |
tree | commitdiff |
2001-09-14 |
Joshua N. Pritikin | doc fix |
tree | commitdiff |
2001-09-14 |
Joshua N. Pritikin | Nobody checks the return value of gst_pad_connect.... |
tree | commitdiff |
2001-09-14 |
Steve Baker | generate real timestamps |
tree | commitdiff |
2001-09-14 |
Steve Baker | add gst_dparam_attach, add a new dparam which smooths... |
tree | commitdiff |
2001-09-14 |
Steve Baker | use gst_dparam_attach, check for boolean and timestamp... |
tree | commitdiff |
2001-09-14 |
Steve Baker | no reason to lock |
tree | commitdiff |
2001-09-14 |
Joshua N. Pritikin | be less strict |
tree | commitdiff |
2001-09-14 |
Joshua N. Pritikin | make gst_thread_change_state more forgiving |
tree | commitdiff |
2001-09-14 |
Joshua N. Pritikin | turn assertion into nice error message |
tree | commitdiff |
2001-09-13 |
Joshua N. Pritikin | fix g_log_domain_gstreamer compile (again) |
tree | commitdiff |
2001-09-13 |
Joshua N. Pritikin | fix compile |
tree | commitdiff |
2001-09-13 |
Joshua N. Pritikin | 1 fix duplicate #define of gst_marshal_VOID__OBJECT_POI... |
tree | commitdiff |
2001-09-13 |
Joshua N. Pritikin | backport wtay's marshal fixes from the EVENT1 branch |
tree | commitdiff |
2001-09-13 |
Joshua N. Pritikin | fix memory leaks |
tree | commitdiff |
2001-09-13 |
Joshua N. Pritikin | add assertion |
tree | commitdiff |
2001-09-13 |
Joshua N. Pritikin | 1 avoid freeing statically allocated factory->details... |
tree | commitdiff |
2001-09-12 |
Wim Taymans | This should make lots of things work again.. |
tree | commitdiff |
2001-09-12 |
Steve Baker | added to -launch syntax: if an arg is prefixed with... |
tree | commitdiff |
2001-09-12 |
Steve Baker | remove volume and freq args. update to reflect api... |
tree | commitdiff |
2001-09-12 |
Steve Baker | a bunch of changes including the beginnings of a direct... |
tree | commitdiff |
2001-09-12 |
Steve Baker | require type in gst_dparam_new, add gst_dparam_set_valu... |
tree | commitdiff |
2001-09-12 |
Steve Baker | correct usage of gtk_arg_copy |
tree | commitdiff |
2001-09-10 |
Wim Taymans | Updates to make it compile against gtk1.2 again. mostly... BRANCH-EVENTS1-ROOT |
tree | commitdiff |
2001-09-10 |
Erik Walthinsen | fixed a minor annoyance (maybe major flaw) with comment... |
tree | commitdiff |
2001-09-10 |
Erik Walthinsen | gstinfo.[ch], cothreads.c: added initial support for... |
tree | commitdiff |
2001-09-10 |
Joshua N. Pritikin | Sync g_signal_new args with the marshaller (glib2 is... |
tree | commitdiff |
2001-09-10 |
Joshua N. Pritikin | Change gtk_type_new -> g_object_new. |
tree | commitdiff |
2001-09-10 |
Steve Baker | replace GstDparamPoint struct with GValue** (actually... |
tree | commitdiff |
2001-09-10 |
Steve Baker | s/Dparam/DParam/ <taaz> i'll whine about an irrelevant... |
tree | commitdiff |
2001-09-10 |
Steve Baker | dparams have arrived. see previous mail for an intro |
tree | commitdiff |
2001-09-10 |
Steve Baker | added GST_CAT_PARAMS |
tree | commitdiff |
2001-09-08 |
Steve Baker | added G_VALUE_HOLDS* macros |
tree | commitdiff |
2001-09-05 |
Erik Walthinsen | Added HP-PA for the heck of it. Totally untested,... |
tree | commitdiff |
2001-09-05 |
Erik Walthinsen | and moved all the architecture- specific code out of... |
tree | commitdiff |
2001-09-04 |
Erik Walthinsen | added docs for _span and _merge, set pool_private to... |
tree | commitdiff |
2001-09-02 |
Andy Wingo | I think I finally have this configdir thing under contr... |
tree | commitdiff |
2001-09-01 |
Jamie Gennis | added G_SQRT2 and other numeric constants to sync gobje... |
tree | commitdiff |
2001-09-01 |
David I. Lehn | typo fix |
tree | commitdiff |
2001-08-31 |
Andy Wingo | it's now mandatory to set the buffer_copy function... |
tree | commitdiff |
2001-08-29 |
Bastien Nocera | - ta ta ta, install gstevent.h, otherwise it doesn... |
tree | commitdiff |
2001-08-29 |
Erik Walthinsen | oops, another gtkism, changed GtkType to GType for... |
tree | commitdiff |
2001-08-28 |
Steve Baker | added g_value_copy to shim |
tree | commitdiff |
2001-08-27 |
Andy Wingo | removed DONTFREE from default bufferpool implementation |
tree | commitdiff |
2001-08-27 |
Andy Wingo | The bufferpool api has changed. Check gstbufferpool... |
tree | commitdiff |
2001-08-27 |
Andy Wingo | hopefully the last commit on libgst wrt bufferpools |
tree | commitdiff |
2001-08-27 |
Andy Wingo | more changes... |
tree | commitdiff |
2001-08-27 |
Andy Wingo | finished default bufferpool implementation (setting... |
tree | commitdiff |
2001-08-27 |
Andy Wingo | bufferpool changes (next commit will update plugins) |
tree | commitdiff |
2001-08-22 |
Erik Walthinsen | Updated the event system to use event,timestamp,data... |
tree | commitdiff |
2001-08-22 |
Erik Walthinsen | added the FUNC accessors and moved _append proto |
tree | commitdiff |
2001-08-22 |
Wim Taymans | Removed a bunch of double #defines |
tree | commitdiff |
2001-08-22 |
Erik Walthinsen | added more properties, added a 'touch' feature |
tree | commitdiff |
2001-08-22 |
Steve Baker | added some shims for GValue get/set (compiles but not... |
tree | commitdiff |
2001-08-22 |
Steve Baker | added #include <string.h> |
tree | commitdiff |
2001-08-22 |
Thomas Vander Stichele | added GST_BUFFER_FREE_FUNC since it didn't seem to... |
tree | commitdiff |
2001-08-22 |
Erik Walthinsen | added new gstfilesrc to replace disksrc eventually |
tree | commitdiff |
2001-08-21 |
Wim Taymans | Lots of modifications to the plugin system. |
tree | commitdiff |
2001-08-21 |
Erik Walthinsen | added more INFO lines to elementfactory_make to make... |
tree | commitdiff |
2001-08-14 |
Jamie Gennis | sync gobject2gtk with paranormal |
tree | commitdiff |
2001-08-13 |
Erik Walthinsen | added first pass at the GstTimeCache |
tree | commitdiff |
2001-08-13 |
Erik Walthinsen | messy hack to make sure libgst.la builds properly ... |
tree | commitdiff |
2001-08-13 |
Steve Baker | sync with the current CVS glib API |
tree | commitdiff |
2001-08-12 |
Steve Baker | doc update |
tree | commitdiff |
2001-08-11 |
Erik Walthinsen | fixed stupid bug in buffer_span() |
tree | commitdiff |
2001-08-11 |
Erik Walthinsen | - changed timestamps to gint64 (*signed* 64-bit) |
tree | commitdiff |
2001-08-10 |
Wim Taymans | mmap returns MAP_FAILED in case of an error, also do... |
tree | commitdiff |
2001-08-10 |
Wim Taymans | Removed the old eos and qos functions. |
tree | commitdiff |
2001-08-06 |
Erik Walthinsen | added gstevent.h |
tree | commitdiff |
2001-08-06 |
Erik Walthinsen | Initial code for the event system. |
tree | commitdiff |
2001-08-06 |
Wim Taymans | Added a missing UNLOCK macro. |
tree | commitdiff |
2001-08-03 |
Erik Walthinsen | moved the object-model headers back to _HDR where they... |
tree | commitdiff |
2001-07-31 |
Wim Taymans | Added a missing state change switch. |
tree | commitdiff |
2001-07-27 |
Steve Baker | compile fix when atomic refcounting is not available |
tree | commitdiff |
next |