Change strtod() -> g_ascii_strtod(), since strtod() is locale dependent.
[platform/upstream/gstreamer.git] / gst /
2003-07-25 David SchleefChange strtod() -> g_ascii_strtod(), since strtod(...
2003-07-25 David SchleefChanged strtod() -> g_ascii_strtod(), since strtod...
2003-07-25 Joshua N. Pritikin1. Change many comments from // to /**/.
2003-07-25 Joshua N. PritikinAssign IDs starting from 1 instead of from 0.
2003-07-25 Joshua N. PritikinAdd a GST_SEEK catagory for diagnostics about handling...
2003-07-25 Anonymous Ignore... Prevent the registry from enter an infinite loop. ...
2003-07-24 David SchleefBut you can't use G_TYPE_BOXED in a signal. Changing...
2003-07-24 David SchleefProperly ref caps and pad template in FACTORY macros
2003-07-24 Joshua N. Pritikinfix type in documentation
2003-07-22 Ronald S. BultjeAdd support for not incrementing bytecounter while...
2003-07-22 Joshua N. PritikinUse a helper function to swap prop entries such they...
2003-07-18 David SchleefAdd glib.h for G_BEGIN_DECLS
2003-07-18 David SchleefAdd G_BEGIN_DECLS/G_END_DECLS to exported headers
2003-07-16 Benjamin Otteadd valist function for gst_event_new_discontinuous...
2003-07-16 Andy Wingosome formatting and doc fixes, and make gstdebug output...
2003-07-16 Andy Wingorun pre_run_func and post_run_func when working without...
2003-07-14 David SchleefReference the caps used as filtercaps
2003-07-13 David SchleefCheck added in last checkin was tripping on the ends...
2003-07-13 David SchleefPrint float props using %g. Warn about corrupt props...
2003-07-13 David Schleefadd warning if getcaps function returns an unreferenced...
2003-07-12 Ronald S. BultjeAdd G_BEGIN/END_DECLS macros around all the stuff to...
2003-07-10 Wim TaymansAdded some comments and use _PAD_IS_USABLE instead...
2003-07-10 Benjamin Ottefix issue with null pointer cast use brackets around...
2003-07-09 Benjamin Otteinclude license in registry
2003-07-09 Benjamin Ottefix endianness issue in xml comments for 4CCs
2003-07-08 Benjamin Otteclean up element details structs
2003-07-08 Benjamin Ottemake sure we have sane element details - this breaks...
2003-07-08 Benjamin Ottefix bogus warning
2003-07-08 Benjamin Otterewrite vararg prop entry using functions to cope with...
2003-07-05 Benjamin Ottedebugging cleanup
2003-07-03 Benjamin Ottefix threading on non-optimized atomic architectures...
2003-06-29 Benjamin Ottedocs fixes: comment macros in templates, not in headers...
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-06-18 Ronald S. BultjeI'm too lazy to comment this
2003-06-16 David SchleefNULL is a valid props
2003-06-16 Andy Wingoset GstElement->elementfactory before creating any...
2003-06-15 David SchleefFix gst_props_get_entry(): props==NULL is a valid props.
2003-06-14 Benjamin Ottefix HAVE_* macros for ppc
2003-06-13 Wim Taymans- further productizing the fixed flag on GstCaps by...
2003-06-10 David SchleefAdd gst_pad_template_newv() as a va_list alternative...
2003-06-09 Wim Taymansremoved namespace code again, it was not needed :)
2003-06-09 Thomas Vander Stichelefix object loaded signal
2003-06-09 Wim Taymansadded new method and type to add namespaces to xml...
2003-06-07 Thomas Vander Sticheledon't recursively call gst_bin_set_state on failure...
2003-06-07 Thomas Vander Stichelefix color for NULL from bright white to blue
2003-06-07 Wim Taymanstry to fix #114252
2003-06-07 Ronald S. BultjeActually, size should be a guint (because GST_BUFFER_SI...
2003-06-07 Ronald S. BultjeMake filesink fail with some grace, see #114614
2003-06-07 Ronald S. BultjeGet rid of NEW_MEDIA event, EOS is supposed to handle...
2003-06-06 Ronald S. BultjeSome adjustments to allow for setting a new filename...
2003-06-05 Thomas Vander Stichelefix format test
2003-06-05 Thomas Vander Stichelemake functions static taaz patch
2003-06-03 Wim Taymans- marked piece of wrong code in the state change functi...
2003-06-03 Wim Taymans- added GST_ELEMENT_ERROR flag to mark elements in...
2003-06-03 Wim Taymans- added a property to force a failure for a given state...
2003-06-01 Ronald S. BultjeI don't know how I ever got to introducing this madness...
2003-05-31 Colin WaltersAdd new --enable-fast-stack-trash option, defaults...
2003-05-31 Colin WaltersAdd --gst-disable-cpu-opt argument.
2003-05-30 Ronald S. Bultjesee #108268 - kudos go to janzen@pixelmetrix.com
2003-05-30 Wim Taymans- the result from the getcaps function should be sunken...
2003-05-30 David Schleefgst_caps_to_string: print NULL caps correctly
2003-05-29 Thomas Vander Stichelehelp us debug caps ref issues
2003-05-29 Ronald S. BultjeGstCaps is not a GObject but a boxed-type
2003-05-26 Ronald S. BultjeFix type definition bug plus missing argument for callback
2003-05-24 Wim Taymansonly update the DURATION field when appending buffers...
2003-05-24 Wim Taymans- moved functionality of GST_FORMAT_UNITS to GST_FORMAT...
2003-05-24 Wim Taymans- First attempt at implementing #113180, this one also...
2003-05-22 David SchleefFix aliasing problems noticed by gcc-3.3. Suggests...
2003-05-20 David SchleefRemove (incorrect) cast on gst_buffer_is_writable()
2003-05-19 David SchleefFix _second_ sparc asm. Who would have guessed there...
2003-05-19 David SchleefFix sparc asm code for gcc prior to 3.2
2003-05-19 Ronald S. BultjeWeird C code fix
2003-05-19 David SchleefFix caps negotiation problems.
2003-05-18 David SchleefChange GST_DEBUG_FUNCPTR() to return a pointer of the...
2003-05-18 Thomas Vander Sticheleapplying bugzilla.gnome.org/show_bug.cgi?id=110707...
2003-05-18 David SchleefChange uint to guint
2003-05-18 David SchleefFix aliasing warning from gcc-3.3
2003-05-18 David Schleefchange from sscanf to strtol
2003-05-18 Thomas Vander Sticheleoops
2003-05-18 Thomas Vander Stichelea bunch of gtk-doc fixes
2003-05-18 Benjamin Ottefix wrong caps refcount handling of filtered caps in...
2003-05-18 Benjamin Otteremove _destroy functions from public headers and make...
2003-05-18 Benjamin Ottemake the parser accept chained caps, too
2003-05-17 Thomas Vander Sticheleclock debug addition
2003-05-17 Benjamin OtteThis is filtered caps in 20 lines. Implemented full...
2003-05-17 Benjamin Otteonly set state to playing when elements are linked...
2003-05-17 Benjamin Ottefix wrong debug message to print the right thing
2003-05-17 Ronald S. BultjeAdd unistd.h (#110671)
2003-05-17 Benjamin Otteadded gst_{props,caps}_{from,to}_string to API, see...
2003-05-17 Benjamin Otteref pool before creating buffer that's using it
2003-05-16 Ronald S. Bultjemake -> shell variable
2003-05-15 Thomas Vander Stichelegtk-doc fixes clock debug
2003-05-13 Benjamin OtteFix macro GST_FOURCC_ARGS - it assumed big endian ints
2003-05-13 David SchleefAdded GST_CAT_APPLICATION. Fixes #111009
2003-05-13 David SchleefFix bug in PRINT() macro
2003-05-12 James A Morrisonfix sparc atomic functions.
2003-05-10 Wim TaymansMake sure the FIXED flag is computed correctly when...
2003-05-10 Benjamin OtteSysClocks need their own mutex/cond pair, as we have...
2003-05-10 Benjamin Otteenable allocation tracing for GstObjects and make alloc...
2003-05-10 Wim TaymansUse GstMemChunk to allocate events
next