I'm sure you'll appreciate my getting out of bed for this..
[platform/upstream/gstreamer.git] / gst / gstprops.c
2002-09-17 Wim TaymansI'm sure you'll appreciate my getting out of bed for...
2002-09-17 Wim Taymans- Added value transform functions for caps and props...
2002-07-28 Wim TaymansTurn some g_prints into g_warnings as that's what they...
2002-05-08 Wim TaymansAdded gst_props_get_safe
2002-05-04 Benjamin Ottefix segfault when using unsafe get_props
2002-05-03 Ronald S. BultjeHeader file fix (these ## are needed for multi-argument...
2002-05-01 Wim TaymansAdded some more useful functions to create props
2002-04-03 Wim TaymansGST_DEBUG and _INFO should have no trailing \n
2002-03-31 Wim TaymansDocumentation updates
2002-03-30 Wim Taymans- Remove the propsprivate header file
2002-03-27 jim thornton"bugfix for intersecting int list with int range: the...
2002-03-24 Andy Wingofilter newlines out of GST_DEBUG statements to reflect...
2002-03-05 Benjamin Ottewarning: deprecated use of label at end of compound...
2002-03-03 Andy Wingodocument gst_caps_debug change gst_caps_debug to accept...
2002-02-20 Andy Wingowarning fixes gst_object_set_name (name, NULL) uniquifi...
2002-01-20 Wim TaymansDelay pad negotiation until the element is in READY...
2002-01-13 Wim TaymansLanded the new improved capsnegotiation system.
2002-01-01 Wim TaymansSmall cleanups
2001-12-18 Wim Taymansfree the entries and strings
2001-12-14 Christian Schalleraye ladie, no more ugly // comments here, even if Taaz...
2001-10-17 Erik Walthinsenmerge from EVENTS1 on 20011016
2001-09-13 Joshua N. Pritikinfix compile
2001-09-10 Erik Walthinsengstinfo.[ch], cothreads.c: added initial support for...
2001-06-25 Erik WalthinsenReworked the arguments for DEBUG and INFO. Removed...
2001-06-24 Erik Walthinseninitial pass at #ifdef'ing xml load/save BRANCH-GOBJECT1-200106241-ROOT GOBJECT1-200106241-FREEZE
2001-06-18 Richard BoultonSimplify properties which contain lists of integer...
2001-05-30 Wim TaymansFixed a bug so that gst_props_new (NULL) == NULL
2001-05-25 Erik WalthinsenMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
2001-05-03 Wim TaymansCreated a macro of the va_arg parsing function because...
2001-05-01 Wim TaymansRemoved the assert on an unknown propertytype and print...
2001-04-28 Steve Bakeradd gst_props_get_float function
2001-04-15 Wim TaymansFixed the gfloat error in the va_arg code.
2001-04-14 Wim TaymansA rather large patch:
2001-04-12 Wim TaymansLots of updates to the plugins for caps negotiation.
2001-04-02 Wim TaymansMerged the float property patch from Steve Baker. This...
2001-04-02 Wim TaymansA rather large update:
2001-03-29 Wim TaymansAdded a plain X videosink, the videosink uses capsnego...
2001-03-24 Wim TaymansModified a lot of plugins to use the caps system.
2001-03-21 Wim TaymansAPI docs updates
2001-03-20 Wim TaymansMore work on capsnego proxying. It should be OK now.
2001-03-18 Wim TaymansReworked the capsnegotiation function audiosink now...
2001-03-07 Wim TaymansMerged the AUTOPLUG2 branch
2001-02-16 Richard BoultonRedo patch using _NUM rather than converting one way...
2001-02-16 Richard BoultonFix missing GPOINTER_TO_INT()'s on case values.
2001-02-10 Wim Taymans- backported the xml load bug in the properties
2001-01-18 Richard BoultonFixes to work with libxml2.
2001-01-07 Erik Walthinsenmore leak fixes
2001-01-06 Erik WalthinsenCleaned up the docs a bit.
2001-01-03 Wim TaymansMade the GstProps a GList instead of a GSList
2001-01-01 Erik WalthinsenMega update of INFO, DEBUG, and ERROR subsystems, renam...
2000-12-31 Wim TaymansAdded multiple caps to the pads
2000-12-30 Wim TaymansFixed MPEG2 autoplugging
2000-12-29 Wim TaymansFixed buffer flag handling gstplay used old flag handli...
2000-12-29 Wim TaymansFixed a serious bug in gst_props_new: properties with...
2000-12-28 Erik WalthinsenUpdated copyright in all the libgst files.
2000-12-28 Wim TaymansUpdated the API docs.
2000-12-19 Wim TaymansAdded API to dynamically create GstCaps and GstProps
2000-12-19 Wim TaymansCleanup in gsttypes.c: removed the crazy GList of GHash...
2000-12-17 Wim TaymansThe typefind function now returns a GstCaps structure...
2000-12-16 Wim Taymanssome editor changes= loading of save pipelines (not...
2000-12-15 Wim TaymansHeader cleanup: try to include as little as possible...
2000-12-11 Wim TaymansFirst attempt at rebuilding the type/plugin system
2000-12-07 Wim Taymansseparated the properties from the capabilities as we...