2003-08-13 |
Thomas Vander Stichele | build fix |
tree | commitdiff |
2003-08-07 |
David Schleef | Add m68k support (from Debian bug report #172269) |
tree | commitdiff |
2003-08-07 |
Andy Wingo | cache return values of _gst_debug_nameof_funcptr |
tree | commitdiff |
2003-08-06 |
David Schleef | Make dladdr() code dependent on HAVE_DLADDR |
tree | commitdiff |
2003-08-05 |
Thomas Vander Stichele | cia check |
tree | commitdiff |
2003-08-04 |
Ronald S. Bultje | Implement simple seek API. This can later be extended... |
tree | commitdiff |
2003-08-03 |
Benjamin Otte | optimized debugging. |
tree | commitdiff |
2003-08-02 |
David Schleef | Remove check for readability of a registry, since if... |
tree | commitdiff |
2003-08-02 |
David Schleef | Add pad->unlinkfunc and gst_pad_set_unlink_function() |
tree | commitdiff |
2003-08-01 |
Ronald S. Bultje | Support gcc-2.9x, too |
tree | commitdiff |
2003-07-30 |
David Schleef | Add using_mmap field to GstFileSrc |
tree | commitdiff |
2003-07-30 |
David Schleef | Implement read() as a fallback method if mmap() fails... |
tree | commitdiff |
2003-07-29 |
David Schleef | Fix typo in last commit |
tree | commitdiff |
2003-07-29 |
David Schleef | 1. Learn sparc asm 2. Realize the level of bogosity... |
tree | commitdiff |
2003-07-29 |
Ronald S. Bultje | Implement gst_caps_has_property*() as functions instead... |
tree | commitdiff |
2003-07-27 |
Benjamin Otte | clean up debugging messages in gstthread.c - includes... |
tree | commitdiff |
2003-07-27 |
David Schleef | Removed building of ext/cothreads and corresponding... |
tree | commitdiff |
2003-07-25 |
Brian Cameron | Fixed Forte compile issue. |
tree | commitdiff |
2003-07-25 |
David Schleef | Change strtod() -> g_ascii_strtod(), since strtod(... |
tree | commitdiff |
2003-07-25 |
David Schleef | Changed strtod() -> g_ascii_strtod(), since strtod... |
tree | commitdiff |
2003-07-25 |
Joshua N. Pritikin | 1. Change many comments from // to /**/. |
tree | commitdiff |
2003-07-25 |
Joshua N. Pritikin | Assign IDs starting from 1 instead of from 0. |
tree | commitdiff |
2003-07-25 |
Joshua N. Pritikin | Add a GST_SEEK catagory for diagnostics about handling... |
tree | commitdiff |
2003-07-25 |
Anonymous Ignore... | Prevent the registry from enter an infinite loop. ... |
tree | commitdiff |
2003-07-24 |
David Schleef | But you can't use G_TYPE_BOXED in a signal. Changing... |
tree | commitdiff |
2003-07-24 |
David Schleef | Properly ref caps and pad template in FACTORY macros |
tree | commitdiff |
2003-07-24 |
Joshua N. Pritikin | fix type in documentation |
tree | commitdiff |
2003-07-22 |
Ronald S. Bultje | Add support for not incrementing bytecounter while... |
tree | commitdiff |
2003-07-22 |
Joshua N. Pritikin | Use a helper function to swap prop entries such they... |
tree | commitdiff |
2003-07-18 |
David Schleef | Add glib.h for G_BEGIN_DECLS |
tree | commitdiff |
2003-07-18 |
David Schleef | Add G_BEGIN_DECLS/G_END_DECLS to exported headers |
tree | commitdiff |
2003-07-16 |
Benjamin Otte | add valist function for gst_event_new_discontinuous... |
tree | commitdiff |
2003-07-16 |
Andy Wingo | some formatting and doc fixes, and make gstdebug output... |
tree | commitdiff |
2003-07-16 |
Andy Wingo | run pre_run_func and post_run_func when working without... |
tree | commitdiff |
2003-07-14 |
David Schleef | Reference the caps used as filtercaps |
tree | commitdiff |
2003-07-13 |
David Schleef | Check added in last checkin was tripping on the ends... |
tree | commitdiff |
2003-07-13 |
David Schleef | Print float props using %g. Warn about corrupt props... |
tree | commitdiff |
2003-07-13 |
David Schleef | add warning if getcaps function returns an unreferenced... |
tree | commitdiff |
2003-07-12 |
Ronald S. Bultje | Add G_BEGIN/END_DECLS macros around all the stuff to... |
tree | commitdiff |
2003-07-10 |
Wim Taymans | Added some comments and use _PAD_IS_USABLE instead... |
tree | commitdiff |
2003-07-10 |
Benjamin Otte | fix issue with null pointer cast use brackets around... |
tree | commitdiff |
2003-07-09 |
Benjamin Otte | include license in registry |
tree | commitdiff |
2003-07-09 |
Benjamin Otte | fix endianness issue in xml comments for 4CCs |
tree | commitdiff |
2003-07-08 |
Benjamin Otte | clean up element details structs |
tree | commitdiff |
2003-07-08 |
Benjamin Otte | make sure we have sane element details - this breaks... |
tree | commitdiff |
2003-07-08 |
Benjamin Otte | fix bogus warning |
tree | commitdiff |
2003-07-08 |
Benjamin Otte | rewrite vararg prop entry using functions to cope with... |
tree | commitdiff |
2003-07-05 |
Benjamin Otte | debugging cleanup |
tree | commitdiff |
2003-07-03 |
Benjamin Otte | fix threading on non-optimized atomic architectures... |
tree | commitdiff |
2003-06-29 |
Benjamin Otte | docs fixes: comment macros in templates, not in headers... |
tree | commitdiff |
2003-06-29 |
Benjamin Otte | GST_DEBUG reorganization containing loads of stuff: |
tree | commitdiff |
2003-06-18 |
Ronald S. Bultje | I'm too lazy to comment this |
tree | commitdiff |
2003-06-16 |
David Schleef | NULL is a valid props |
tree | commitdiff |
2003-06-16 |
Andy Wingo | set GstElement->elementfactory before creating any... |
tree | commitdiff |
2003-06-15 |
David Schleef | Fix gst_props_get_entry(): props==NULL is a valid props. |
tree | commitdiff |
2003-06-14 |
Benjamin Otte | fix HAVE_* macros for ppc |
tree | commitdiff |
2003-06-13 |
Wim Taymans | - further productizing the fixed flag on GstCaps by... |
tree | commitdiff |
2003-06-10 |
David Schleef | Add gst_pad_template_newv() as a va_list alternative... |
tree | commitdiff |
2003-06-09 |
Wim Taymans | removed namespace code again, it was not needed :) |
tree | commitdiff |
2003-06-09 |
Thomas Vander Stichele | fix object loaded signal |
tree | commitdiff |
2003-06-09 |
Wim Taymans | added new method and type to add namespaces to xml... |
tree | commitdiff |
2003-06-07 |
Thomas Vander Stichele | don't recursively call gst_bin_set_state on failure... |
tree | commitdiff |
2003-06-07 |
Thomas Vander Stichele | fix color for NULL from bright white to blue |
tree | commitdiff |
2003-06-07 |
Wim Taymans | try to fix #114252 |
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-07 |
Ronald S. Bultje | Get rid of NEW_MEDIA event, EOS is supposed to handle... |
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 | fix format test |
tree | commitdiff |
2003-06-05 |
Thomas Vander Stichele | make functions static taaz patch |
tree | commitdiff |
2003-06-03 |
Wim Taymans | - marked piece of wrong code in the state change functi... |
tree | commitdiff |
2003-06-03 |
Wim Taymans | - added GST_ELEMENT_ERROR flag to mark elements in... |
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-31 |
Colin Walters | Add new --enable-fast-stack-trash option, defaults... |
tree | commitdiff |
2003-05-31 |
Colin Walters | Add --gst-disable-cpu-opt argument. |
tree | commitdiff |
2003-05-30 |
Ronald S. Bultje | see #108268 - kudos go to janzen@pixelmetrix.com |
tree | commitdiff |
2003-05-30 |
Wim Taymans | - the result from the getcaps function should be sunken... |
tree | commitdiff |
2003-05-30 |
David Schleef | gst_caps_to_string: print NULL caps correctly |
tree | commitdiff |
2003-05-29 |
Thomas Vander Stichele | help us debug caps ref issues |
tree | commitdiff |
2003-05-29 |
Ronald S. Bultje | GstCaps is not a GObject but a boxed-type |
tree | commitdiff |
2003-05-26 |
Ronald S. Bultje | Fix type definition bug plus missing argument for callback |
tree | commitdiff |
2003-05-24 |
Wim Taymans | only update the DURATION field when appending buffers... |
tree | commitdiff |
2003-05-24 |
Wim Taymans | - moved functionality of GST_FORMAT_UNITS to GST_FORMAT... |
tree | commitdiff |
2003-05-24 |
Wim Taymans | - First attempt at implementing #113180, this one also... |
tree | commitdiff |
2003-05-22 |
David Schleef | Fix aliasing problems noticed by gcc-3.3. Suggests... |
tree | commitdiff |
2003-05-20 |
David Schleef | Remove (incorrect) cast on gst_buffer_is_writable() |
tree | commitdiff |
2003-05-19 |
David Schleef | Fix _second_ sparc asm. Who would have guessed there... |
tree | commitdiff |
2003-05-19 |
David Schleef | Fix sparc asm code for gcc prior to 3.2 |
tree | commitdiff |
2003-05-19 |
Ronald S. Bultje | Weird C code fix |
tree | commitdiff |
2003-05-19 |
David Schleef | Fix caps negotiation problems. |
tree | commitdiff |
2003-05-18 |
David Schleef | Change GST_DEBUG_FUNCPTR() to return a pointer of the... |
tree | commitdiff |
2003-05-18 |
Thomas Vander Stichele | applying bugzilla.gnome.org/show_bug.cgi?id=110707... |
tree | commitdiff |
2003-05-18 |
David Schleef | Change uint to guint |
tree | commitdiff |
2003-05-18 |
David Schleef | Fix aliasing warning from gcc-3.3 |
tree | commitdiff |
2003-05-18 |
David Schleef | change from sscanf to strtol |
tree | commitdiff |
2003-05-18 |
Thomas Vander Stichele | oops |
tree | commitdiff |
2003-05-18 |
Thomas Vander Stichele | a bunch of gtk-doc fixes |
tree | commitdiff |
2003-05-18 |
Benjamin Otte | fix wrong caps refcount handling of filtered caps in... |
tree | commitdiff |
2003-05-18 |
Benjamin Otte | remove _destroy functions from public headers and make... |
tree | commitdiff |
next |