Merge branch 'master' into 0.11
[platform/upstream/gstreamer.git] / gst / gstcaps.c
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.
2006-08-28 Wim Taymansgst/gstcaps.*: Fix docs and indentation again.
2006-08-24 Stefan Kostimplement caps merging (fixes #352580)
2006-08-21 Stefan KostAPI: Add gst_caps_merge() and use it in basetransform...
2006-07-27 Wim Taymansgst/gstcaps.c: Fix useless assert, a uint is always...
2006-07-03 Wim Taymansgst/: Use GSlice when the glib we build against is...
2006-07-02 Thomas Vander Stichelegst/gstcaps.c: remove gst_caps_simplify; it was not...
2006-07-02 Thomas Vander Stichelegst/gstcaps.c: whitespace fixes
2006-06-22 Wim Taymansgst/gstcaps.c: Fix crasher when passed NULL. Doc clarif...
2006-05-07 Stefan Kostgst/gstcaps.c: Docs about how to print caps for debug...
2006-02-28 Wim Taymansgst/gstbin.c: Help the compiler a bit with type registr...
2006-02-27 Tim-Philipp Müllergst/gstcaps.c: Use the REFCOUNTING category for caps...
2006-01-27 Stefan Kostdoc fixes, to link to function, just write gst_cool_fun...
2006-01-20 Wim Taymansgst/gstcaps.c: Clarify behaviour of _is_equal() when...
2005-12-20 Edward Herveygst/gstcaps.*: Added gpointer GType for GstStaticCaps...
2005-12-07 Wim Taymansgst/gstbuffer.c: Small docs update.
2005-12-05 Wim TaymansBack out previous code changes, leave doc updates,...
2005-12-05 Wim Taymansgst/gstcaps.c: Comparing NULL against !NULL yields...
2005-11-24 Wim TaymansDoc fixes.
2005-11-18 Stefan Kostgst/: docs fixes
2005-11-11 Wim Taymansgst/gstbuffer.c: Copy more flags.
2005-11-10 Thomas Vander Stichelegst/: Don't call gst_caps_do_simplify - it doesn't...
2005-11-09 Wim Taymansdocs/design/part-TODO.txt: Some more items for the...
2005-10-17 Thomas Vander Stichelegst/gstcaps.c: fix signedness issues in a (hopefully...
2005-10-16 Thomas Vander Sticheleconfigure.ac: clean up further
2005-10-16 Thomas Vander Stichelegst/gstcaps.c: Fix guint j diving under 0
2005-10-16 Thomas Vander Stichelefix signedness
2005-10-16 Julien Mouttegst/gstcaps.c: Fix a bad bug with a simple fix. Because...
2005-10-15 Thomas Vander SticheleI'm too lazy to comment this
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-15 Thomas Vander Stichelesignedness fixes
2005-10-10 Thomas Vander Stichelegst/: doc updates
2005-09-29 Tim-Philipp Müllergst/gstcaps.c: Thou shalt not free a structure and...
2005-08-27 Stefan Kostdocs/design/part-messages.txt: update info
2005-08-22 Wim Taymansgst/gstcaps.c: Make _static_caps_get() refcounting...
2005-08-16 Wim Taymanscheck/gst/gstvalue.c: Added subtract checks.
2005-07-15 Andy Wingotools/gst-typefind.c: Update, add copyright block.
2005-07-14 Wim Taymansgst/gstcaps.c: Remove debug info.
2005-07-01 Andy Wingotests/network-clock.scm: Commentary update.
2005-05-04 Andy WingoGCC 4 fixen.
2005-04-24 David SchleefConvert everything from GstAtomicInt to g_atomic_int_...
2005-04-20 Wim Taymansgst/: Make gst_caps_replace() work like other _replace...
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2005-01-05 Stefan Kostanother shell oneliner for empty return value docs...
2004-12-09 Ronald S. Bultjegst/gstcaps.c: Simple caps go first. This has the nice...
2004-11-29 Ronald S. Bultjegst/: Deprecate _type_is_fixed, use _value_is_fixed...
2004-09-26 Thomas Vander Stichelerevert preferred caps
2004-08-18 David Schleefdocs/gst/Makefile.am: Remove --ignore-fail-on-non-empty...
next