structure: more cleanups
[platform/upstream/gstreamer.git] / gst / gstcaps.c
2011-05-11 Wim Taymansstructure: more cleanups
2011-05-11 Wim Taymanscaps: cleanups
2011-05-08 Wim TaymansMerge branch 'master' into 0.11
2011-05-05 Sebastian Drögecaps: Merge structures when intersecting instead of...
2011-05-05 Sebastian DrögeMerge branch 'master' into 0.11
2011-05-03 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-25 Wim TaymansMerge branch 'master' into 0.11
2011-04-19 Wim TaymansMerge branch 'master' into 0.11
2011-04-19 Wim TaymansMerge branch 'master' into 0.11
2011-04-16 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-16 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-16 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-11 Wim TaymansMerge branch 'master' into 0.11
2011-04-07 Wim TaymansMerge branch 'master' into 0.11
2011-04-06 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-04 Wim TaymansMerge branch 'master' into 0.11
2011-04-01 Wim TaymansMerge branch 'master' into 0.11
2011-03-31 Wim TaymansMerge branch 'master' into 0.11
2011-03-30 Wim TaymansMerge branch 'master' into 0.11-fdo
2011-03-28 Wim TaymansMerge branch 'master' into 0.11-fdo
2011-03-24 Edward Herveygstcaps: new API : gst_caps_intersect_full
2011-03-17 Sebastian DrögeMerge branch 'master' into 0.11
2011-03-10 Wim TaymansMerge branch 'master' into 0.11
2011-03-08 Wim TaymansMerge branch 'master' into 0.11
2011-03-08 Stefan Kostcaps,structure: trim trailing whitespace
2011-03-08 Jonathan Matthewcaps: don't create broken caps for invalid media types
2011-03-02 Wim TaymansMerge branch 'master' into 0.11
2011-02-24 Wim Taymanscaps: remove poisoning
2011-02-23 Wim Taymansminiobject: cleanups
2011-02-23 Wim Taymansimprove type registration
2011-02-23 Wim Taymansfix compilation
2011-02-23 Wim Taymansfix macros
2011-02-23 Wim Taymansminiobject: small fixes
2011-02-23 Wim Taymansminiobject: more boxed type fixing
2011-02-23 Wim Taymansmessages: make message a simple boxed type
2011-02-23 Wim Taymansminiobject: work on making caps a boxed type
2011-02-22 Wim TaymansMerge branch 'master' into 0.11
2011-02-22 Wim TaymansMerge branch 'master' into 0.11
2010-12-26 Tim-Philipp MüllerRevert "micro-optim: if (x) is cheaper than if (x ...
2010-12-08 Edward HerveyMerge commit '0eaa25cbf5c0e4bf86545fb67c181a0ecd2f19c7...
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-07 Wim TaymansMerge branch 'master' into 0.11
2010-12-06 Wim Taymansremove deprecated symbols and methods
2010-12-03 Mark Nauwelaertscaps: fix doc typo
2010-12-03 Edward Herveymicro-optim: if (x) is cheaper than if (x > 0) for...
2010-12-02 Wim Taymanscaps: improve some comments about the zigzag intersection
2010-09-13 Stefan Kostdocs: fix warnings pointed out by gtk-doc
2010-09-08 Tim-Philipp Müllercaps: simplify code a bit
2010-07-01 Edward Herveygstcaps: Make sure _normalize() is applied on all struc...
2010-06-26 Tim-Philipp MüllerDon't include <libxml/parser.h> from public headers...
2010-06-25 Sebastian Drögegstxml: Deprecate GstXml and related functions
2010-06-14 Tim-Philipp Müllerdocs: add Since: tag for new gst_caps_steal_structure
2010-06-14 Edward Herveygstcaps: New gst_caps_steal_structure() method
2010-06-08 Stefan Kostcaps: use gst_caps_append_structure_unchecked() macro...
2010-06-08 Stefan Kostcaps: use a safer name for temporary var. to not shadow...
2010-06-05 Tim-Philipp Müllerinfo: add new TRACE log level and move refcounting...
2010-05-22 Stefan Kostcaps: use our macros more often in the code
2010-05-22 Stefan Kostcaps: add append_structure_unchecked
2010-05-22 Stefan Kostcaps: use our macos more
2010-05-14 Stefan Kostcaps: comment and whitespace cleanup
2010-03-17 Tim-Philipp Müllergst: use #if GLIB_CHECK_VERSION instead of #ifndef...
2010-03-15 Stefan Kostcaps: move the check to the public api.
2010-03-15 Stefan Kostcaps: this is internal API where we need to ensure...
2010-03-12 Edward Herveygst: Use G_VALUE_COLLECT_INIT if available
2009-11-25 Stefan Kostdocs: fix xrefs in docs
2009-10-23 Edward Herveygstcaps: Use inlined version of _is_any()/_is_empty()
2009-10-20 Benjamin Ottedocs: Fix docs for gst_caps_set_simple()
2009-10-19 Jan Schmidtdocs: Modify docs string slightly.
2009-10-16 Wim Taymanscaps: fix typo in docs
2009-10-15 Benjamin OtteImprove caps setters API
2009-08-06 Tim-Philipp Müllerdocs: fix Since: tag for new gst_caps_can_intersect...
2009-08-06 Stefan Kostcaps: add gst_caps_can_intersect()
2009-08-06 Stefan Kostcaps: split callback for structure intersect into two...
2009-08-06 Stefan Kostlogging: log if we copy caps to be able to track it
2009-08-06 Stefan Kostcaps: add comments about g_ptr_array size behaviour
2009-08-06 Wim Taymanscaps: add some more debugging in _replace
2009-06-30 Edward HerveySpread branch prediction macros.
2009-06-24 Wim Taymanscaps: avoid doing logic in g_assert
2009-06-24 Edward Herveygstcaps: Use direct values for repetitive conditionals...
2009-04-03 Tim-Philipp Müllerdocs: improve API reference for gst_caps_get_structure()
2009-03-06 Stefan Kostapidocs: markup example as highlightable example and...
2008-11-06 Wim Taymansgst/gstcaps.c: Callgrind micro optimisations.
2008-08-07 Wim Taymansgst/gstcaps.c: Fix subset test.
2008-07-22 Thijs Vermeirgst/gstcaps.c: Previous commit was wrong NULL caps...
2008-07-21 Thijs Vermeirgst/gstcaps.c: Allow passing of NULL to gst_caps_union
2008-04-17 Tim-Philipp Müllergst/: Don't use g_atomic_set_int where it's not needed.
2008-04-17 Sebastian Drögegst/gstutils.*: API: Deprecate gst_atomic_int_set(...
2008-04-01 Sebastian Drögeconfigure.ac: Require GLib 2.12.
2008-03-24 José Alburquerquegst/gstcaps.*: Constify the field gchar * params in...
2008-01-09 Tim-Philipp Müllergst/: Yet another gratuitous GString micro-optimisation...
2007-12-28 Tim-Philipp Müllergst/: Bunch of gratuitous nano-optimisations.
2007-10-22 Edgard LimaAdded GstStructure to gst_value_table and its related...
2007-08-12 Wim Taymansgst/gstcaps.c: Fix proper check for simple caps.
2007-08-07 Wim Taymansdocs/design/part-TODO.txt: Add some more TODO items
2007-02-13 Stefan Kostdocs/design/draft-klass.txt: Add existing category...
2007-02-11 Stefan Kostdocs/libs/Makefile.am: Fix path to core docs.
2007-01-26 Wim Taymansgst/gstcaps.c: Init caps flags too.
2007-01-25 Wim Taymansgst/gstcaps.c: Add some refcount debugging.
2006-09-14 Thomas Vander Stichelereleasing 0.10.10 RELEASE-0_10_10
2006-08-29 Wim Taymansgst/gstcaps.c: Code cleanups.
next