summaryrefslogtreecommitdiff
path: root/gst/gstcaps.c
Commit message (Expand)AuthorAgeFilesLines
* docs: fix Since: markers for API added after 0.10.35Tim-Philipp Müller2011-11-081-1/+1
* gstcaps: remove unneeded use of gint64Vincent Penquerc'h2011-11-071-1/+1
* caps: Add gst_caps_is_strictly_equalSjoerd Simons2011-11-041-0/+41
* caps: No need to require writable caps for _append/_merge second capsThiago Santos2011-10-211-2/+4
* caps: use g_value_take_string() and gst_value_get_caps() instead of accessing...Fabrizio (Misto) Milo2011-09-191-2/+2
* caps: move log messages for caps creation/freeing into TRACE categoryTim-Philipp Müller2011-09-101-4/+4
* docs, gst: typo fixesPiotr Fusik2011-09-071-4/+4
* caps: fix compiler warning reported by ICCTim-Philipp Müller2011-08-151-2/+2
* caps: define GST_CAPS_FLAGS_NONE for consistency with other enumerationsJosep Torra2011-08-151-2/+2
* caps: Add gst_caps_is_subset_structure()Sebastian Dröge2011-05-271-0/+38
* structure: Add gst_structure_is_subset()Sebastian Dröge2011-05-271-60/+2
* caps: Optimize gst_caps_is_subset()Sebastian Dröge2011-05-271-5/+21
* caps: Fix subset check in gst_caps_merge()Sebastian Dröge2011-05-271-12/+10
* Revert "caps: Optimize gst_caps_is_subset()"Sebastian Dröge2011-05-271-21/+5
* caps: Optimize gst_caps_is_subset()Sebastian Dröge2011-05-271-5/+21
* gst: we can now use GLib 2.24 API unconditionallyTim-Philipp Müller2011-05-251-5/+0
* structure: Add gst_structure_intersect()Sebastian Dröge2011-05-171-77/+2
* gststructure: Add gst_structure_can_intersect APIEdward Hervey2011-05-171-47/+1
* gstructure: New API: gst_structure_is_equalEdward Hervey2011-05-171-25/+1
* caps: Merge structures when intersecting instead of appending themSebastian Dröge2011-05-141-2/+2
* gstcaps: new API : gst_caps_intersect_fullEdward Hervey2011-03-241-15/+105
* caps,structure: trim trailing whitespaceStefan Kost2011-03-081-1/+1
* caps: don't create broken caps for invalid media typesJonathan Matthew2011-03-081-1/+4
* Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller2010-12-261-5/+5
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-23/+25
* caps: fix doc typoMark Nauwelaerts2010-12-031-1/+1
* micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey2010-12-031-5/+5
* caps: improve some comments about the zigzag intersectionWim Taymans2010-12-021-6/+7
* docs: fix warnings pointed out by gtk-docStefan Kost2010-09-131-4/+4
* caps: simplify code a bitTim-Philipp Müller2010-09-081-18/+11
* gstcaps: Make sure _normalize() is applied on all structures.Edward Hervey2010-07-011-3/+2
* Don't include <libxml/parser.h> from public headers if GST_DISABLE_DEPRECATED...Tim-Philipp Müller2010-06-261-0/+1
* gstxml: Deprecate GstXml and related functionsSebastian Dröge2010-06-251-1/+8
* docs: add Since: tag for new gst_caps_steal_structureTim-Philipp Müller2010-06-141-0/+2
* gstcaps: New gst_caps_steal_structure() methodEdward Hervey2010-06-141-0/+22
* caps: use gst_caps_append_structure_unchecked() macro once moreStefan Kost2010-06-081-2/+1
* caps: use a safer name for temporary var. to not shadow one from outer scopeStefan Kost2010-06-081-3/+3
* info: add new TRACE log level and move refcounting there from LOG levelTim-Philipp Müller2010-06-051-3/+3
* caps: use our macros more often in the codeStefan Kost2010-05-221-3/+3
* caps: add append_structure_uncheckedStefan Kost2010-05-221-14/+21
* caps: use our macos moreStefan Kost2010-05-221-1/+1
* caps: comment and whitespace cleanupStefan Kost2010-05-141-44/+51
* gst: use #if GLIB_CHECK_VERSION instead of #ifndef GLIBMACROTim-Philipp Müller2010-03-171-3/+3
* caps: move the check to the public api.Stefan Kost2010-03-151-1/+2
* caps: this is internal API where we need to ensure !NULL higher upStefan Kost2010-03-151-4/+4
* gst: Use G_VALUE_COLLECT_INIT if availableEdward Hervey2010-03-121-1/+4
* docs: fix xrefs in docsStefan Kost2009-11-251-3/+3
* gstcaps: Use inlined version of _is_any()/_is_empty()Edward Hervey2009-10-231-20/+31
* docs: Fix docs for gst_caps_set_simple()Benjamin Otte2009-10-201-4/+4
* docs: Modify docs string slightly.Jan Schmidt2009-10-191-2/+2