summaryrefslogtreecommitdiff
path: root/gst/gstcaps.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-23gstcaps: Use inlined version of _is_any()/_is_empty()Edward Hervey1-20/+31
2009-10-20docs: Fix docs for gst_caps_set_simple()Benjamin Otte1-4/+4
2009-10-19docs: Modify docs string slightly.Jan Schmidt1-2/+2
2009-10-16caps: fix typo in docsWim Taymans1-2/+2
2009-10-15Improve caps setters APIBenjamin Otte1-23/+75
2009-08-06docs: fix Since: tag for new gst_caps_can_intersect() functionTim-Philipp Müller1-1/+1
2009-08-06caps: add gst_caps_can_intersect()Stefan Kost1-0/+126
2009-08-06caps: split callback for structure intersect into two functionsStefan Kost1-8/+20
2009-08-06logging: log if we copy caps to be able to track itStefan Kost1-0/+1
2009-08-06caps: add comments about g_ptr_array size behaviourStefan Kost1-0/+7
2009-08-06caps: add some more debugging in _replaceWim Taymans1-0/+2
2009-06-30Spread branch prediction macros.Edward Hervey1-19/+19
2009-06-24caps: avoid doing logic in g_assertWim Taymans1-1/+2
2009-06-24gstcaps: Use direct values for repetitive conditionals (for/while).Edward Hervey1-25/+30
2009-04-03docs: improve API reference for gst_caps_get_structure()Tim-Philipp Müller1-1/+8
2009-03-06apidocs: markup example as highlightable example and copy same for structureStefan Kost1-3/+3
2008-11-06gst/gstcaps.c: Callgrind micro optimisations.Wim Taymans1-20/+29
2008-08-07gst/gstcaps.c: Fix subset test.Wim Taymans1-22/+28
2008-07-22gst/gstcaps.c: Previous commit was wrong NULL caps does not exist and indicat...Thijs Vermeir1-6/+8
2008-07-21gst/gstcaps.c: Allow passing of NULL to gst_caps_unionThijs Vermeir1-0/+11
2008-04-17gst/: Don't use g_atomic_set_int where it's not needed.Tim-Philipp Müller1-1/+1
2008-04-17gst/gstutils.*: API: Deprecate gst_atomic_int_set(), g_atomic_int_set() shoul...Sebastian Dröge1-2/+2
2008-04-01configure.ac: Require GLib 2.12.Sebastian Dröge1-10/+2
2008-03-24gst/gstcaps.*: Constify the field gchar * params in set_simple and friends.José Alburquerque1-2/+2
2008-01-09gst/: Yet another gratuitous GString micro-optimisation: add a (private) func...Tim-Philipp Müller1-7/+9
2007-12-28gst/: Bunch of gratuitous nano-optimisations.Tim-Philipp Müller1-1/+1
2007-10-22Added GstStructure to gst_value_table and its related functions.Edgard Lima1-10/+14
2007-08-12gst/gstcaps.c: Fix proper check for simple caps.Wim Taymans1-1/+1
2007-08-07docs/design/part-TODO.txt: Add some more TODO itemsWim Taymans1-2/+8
2007-02-13docs/design/draft-klass.txt: Add existing category analysis.Stefan Kost1-4/+4
2007-02-11docs/libs/Makefile.am: Fix path to core docs.Stefan Kost1-2/+2
2007-01-26gst/gstcaps.c: Init caps flags too.Wim Taymans1-0/+1
2007-01-25gst/gstcaps.c: Add some refcount debugging.Wim Taymans1-9/+47
2006-09-14releasing 0.10.10Thomas Vander Stichele1-0/+2
2006-08-29gst/gstcaps.c: Code cleanups.Wim Taymans1-21/+6
2006-08-28gst/gstcaps.*: Fix docs and indentation again.Wim Taymans1-13/+9
2006-08-24implement caps merging (fixes #352580)Stefan Kost1-11/+138
2006-08-21API: Add gst_caps_merge() and use it in basetransform, fixes #345444 in a bet...Stefan Kost1-34/+62
2006-07-27gst/gstcaps.c: Fix useless assert, a uint is always positive.Wim Taymans1-1/+0
2006-07-03gst/: Use GSlice when the glib we build against is >= 2.10Wim Taymans1-16/+29
2006-07-02gst/gstcaps.c: remove gst_caps_simplify; it was not declared and not used and...Thomas Vander Stichele1-25/+1
2006-07-02gst/gstcaps.c: whitespace fixesThomas Vander Stichele1-7/+7
2006-06-22gst/gstcaps.c: Fix crasher when passed NULL. Doc clarification.Wim Taymans1-10/+12
2006-05-07gst/gstcaps.c: Docs about how to print caps for debug purposes.Stefan Kost1-0/+6
2006-02-28gst/gstbin.c: Help the compiler a bit with type registration.Wim Taymans1-2/+2
2006-02-27gst/gstcaps.c: Use the REFCOUNTING category for caps refcounting.Tim-Philipp Müller1-2/+2
2006-01-27doc fixes, to link to function, just write gst_cool_function(), don't prefix ...Stefan Kost1-1/+1
2006-01-20gst/gstcaps.c: Clarify behaviour of _is_equal() when passing NULL parameters.Wim Taymans1-1/+3
2005-12-20gst/gstcaps.*: Added gpointer GType for GstStaticCaps so we can wrap them in ...Edward Hervey1-0/+12
2005-12-07gst/gstbuffer.c: Small docs update.Wim Taymans1-2/+4