]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/history - gst/gststructure.c
g_thread_create() is deprecated in GLib master, use g_thread_try_new() instead
[glsdk/gstreamer0-10.git] / gst / gststructure.c
2011-11-08 Tim-Philipp Müllerdocs: fix Since: markers for API added after 0.10.35
2011-11-07 Vincent Penquerc'hgstvalue: quicker version of intersection when we do...
2011-11-07 Vincent Penquerc'hgststructure: simplify return statement in gst_structur...
2011-11-07 Vincent Penquerc'hgststructure: early out when we know a value cannot...
2011-11-07 Vincent Penquerc'hgstvalue: quicker test for substraction emptiness
2011-11-07 Vincent Penquerc'hgststructure: rejig test ordering for speed
2011-10-29 Tim-Philipp Müllerstructure: identical structures are definitely equal
2011-09-26 Raimo Järvigst: Fix compiler warnings on 64 bit mingw-w64
2011-09-07 Piotr Fusikdocs, gst: typo fixes
2011-06-18 Tim-Philipp MüllerBump git version after unplanned 0.10.35 release
2011-05-30 Sebastian Drögevalue: Consider "1" and "{1}" as equal in gst_value_com...
2011-05-30 Sebastian Drögecaps: Fix subset check for equivalent lists and scalar...
2011-05-27 Sebastian Drögestructure: Add gst_structure_is_subset()
2011-05-25 Tim-Philipp Müllergst: we can now use GLib 2.24 API unconditionally
2011-05-17 Sebastian Drögestructure: Make both parameters to gst_structure_is_equ...
2011-05-17 Sebastian Drögestructure: Update Since markers to the correct version
2011-05-17 Sebastian Drögestructure: Add gst_structure_intersect()
2011-05-17 Edward Herveygststructure: Add gst_structure_can_intersect API
2011-05-17 Edward Herveygstructure: New API: gst_structure_is_equal
2011-04-14 Sebastian Drögegst: Add some more gobject-introspection annotations
2011-04-05 Sebastian Drögestructure: Add date as a type abbreviation of GDate
2011-04-04 Sebastian Drögestructure: Don't allow invalid GDates in all structures...
2011-03-08 Stefan Koststructure: gst_structure_empty_new() does better error...
2011-03-08 Stefan Kostcaps,structure: trim trailing whitespace
2011-01-24 Mart Raudseppdocs: add missing "Since: 0.10.31" marker for gst_struc...
2010-12-26 Tim-Philipp MüllerRevert "micro-optim: if (x) is cheaper than if (x ...
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-03 Edward Herveymicro-optim: if (x) is cheaper than if (x > 0) for...
2010-09-16 Tim-Philipp Müllerstructure: micro-optimisation for some setter functions
2010-09-16 Tim-Philipp Müllerstructure: add gst_structure_{id_}take_value()
2010-09-01 Philippe Normandgstvalue: Add new GstInt64Range type
2010-07-26 Thiago Santosgststructure: Adds datetime getter function
2010-07-26 Thiago Santosgstvalue: Adds datetime functions
2010-07-16 Sebastian Drögestructure: Use a const GstStructure * as parameter...
2010-05-22 Sebastian Drögestructure: API: Add gst_structure_fixate_field_string()
2010-04-14 Tim-Philipp Müllerstructure: log what structure string we failed to parse
2010-03-28 Sebastian Drögestructure: Make structure abbreviations array one-time...
2010-03-23 Tim-Philipp Müllerstructure: add mapping for (uint) to allow deserialisat...
2010-03-17 Mart Raudseppdocs: fix since tag for gst_structure_id_has_field_typed()
2010-03-17 Tim-Philipp Müllergst: use #if GLIB_CHECK_VERSION instead of #ifndef...
2010-03-12 Edward Herveygst: Use G_VALUE_COLLECT_INIT if available
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteFixes for -Wwrite-strings
2010-01-16 Tim-Philipp Müllerstructure: remove superfluous guard against NULL
2010-01-16 Tim-Philipp Müllerstructure: micro-optimise some getters
2009-11-25 Stefan Kostdocs: fix xrefs in docs
2009-11-18 Tim-Philipp MüllerRevert "structure: don't check type twice"
2009-11-18 Stefan Koststructure: don't check type twice
2009-11-17 Stefan Koststructure: remove some blank lines (previous gst-indent...
2009-11-17 Stefan Koststructure: use local variable earlier
2009-11-17 Stefan Koststructure: don't check enum types twice.
2009-11-13 Stefan Kostdebug: add more debug logging to help tracking parsing...
2009-11-02 Sebastian Drögestructure: API: Add gst_structure_id_has_field{,_typed}
2009-07-16 Tim-Philipp Müllertags: only emit a g_warning() for empty tag strings...
2009-07-13 Jan Schmidtstructure: Change NULL and empty string handling
2009-06-30 Edward HerveySpread branch prediction macros.
2009-06-27 Stefan Koststructure: fix int->gint to be in sync with the *.h...
2009-06-24 Edward HerveyGstStructure: Use direct values for repetitive conditio...
2009-06-19 Tim-Philipp Müllerdocs: make gtk-doc happy
2009-06-10 Tim-Philipp Müllerstructure: add gst_structure_*_get*() vararg functions
2009-06-10 Tim-Philipp Müllerdocs: a few small API doc fixes and additions
2009-06-07 Wim Taymansstructure: no need to clear on init
2009-06-05 Jan Schmidtgststructure: Fix some memory leaks. Sprinkle G_LIKELY...
2009-06-02 Stefan Koststructure: fix serialisation of nested structures.
2009-06-01 Tim-Philipp Müllerstructures: don't leak invalid or empty strings when...
2009-05-31 Tim-Philipp Müllertaglists: warn if someone tries to add empty or NULL...
2009-05-29 Tim-Philipp Müllerstructure: add gst_structure_id_new() convenience function
2009-04-04 Edward Herveygststructure: Only use methods used in g_* checks if...
2009-04-03 Edward Herveygststructure: Remove dead assignment.
2009-03-06 Stefan Kostapidocs: markup example as highlightable example and...
2008-11-06 Wim Taymansgst/gstcaps.c: Callgrind micro optimisations.
2008-11-05 Wim Taymansgst/gststructure.c: No need to memset, we can clear...
2008-10-31 Stefan Kostgst/gstpreset.c: Use g_unlink instead of unlink.
2008-08-05 Olivier Cretegst/gststructure.c: Avoid overflows in fixation code...
2008-04-01 Sebastian Drögeconfigure.ac: Require GLib 2.12.
2008-03-03 Andy Wingotests/check/gst/gststructure.c (GST_START_TEST): Add...
2008-01-09 Tim-Philipp Müllergst/: Yet another gratuitous GString micro-optimisation...
2008-01-09 Tim-Philipp Müllergst/gststructure.c: Always check UTF-8 conformance...
2007-12-08 Tim-Philipp Müllergst/gststructure.c: Don't crash in _from_string() if...
2007-10-24 Tim-Philipp Müllergst/gststructure.c: Also allow white space for names...
2007-10-22 Edgard LimaAdded GstStructure to gst_value_table and its related...
2007-10-16 Tim-Philipp Müllergst/gststructure.c: Allow '+' as well, it can be part...
2007-10-16 Stefan KostRevert serialisation change and constrain structure...
2007-10-16 Stefan Kostgst/gststructure.c: Improve serialization and fix tests.
2007-10-15 Stefan Kostgst/: Add some more comments and debug output. Quote...
2007-09-05 Wim Taymansgst/gststructure.c: Fix fraction list fixation code...
2007-08-12 Wim Taymansgst/gststructure.c: Add Since tag to docs.
2007-08-12 Wim TaymansAdd function to get uint from a structure.
2007-07-08 Tim-Philipp Müllergst/gststructure.c: When deserialising foo=bar without...
2007-01-09 Wim Taymansdocs/design/draft-latency.txt: Updates.
2006-12-21 Stefan Kostdocs/design/part-states.txt: two tiny additional comments
2006-10-26 Tim-Philipp Müllergst/gststructure.c: If someone tries to set a non-UTF8...
2006-09-14 Thomas Vander Stichelereleasing 0.10.10
2006-08-14 Tim-Philipp Müllergst/gststructure.c: Fix typo in docs and re-wrap docs...
2006-07-27 Wim Taymansgst/gstcaps.c: Fix useless assert, a uint is always...
2006-07-26 Jan Schmidtgst/gststructure.*: Add API for setting values into...
2006-05-10 Thomas Vander Stichelegst/gststructure.c: add some comments rename a method...
2006-05-05 Wim Taymansgst/: Remove pre glib2.8 compatibility, fixes #340508
2006-03-21 Tim-Philipp Müllergst/gststructure.c: Make sure that string fields in...
2006-02-28 Wim Taymansgst/gstbin.c: Help the compiler a bit with type registr...
next