summaryrefslogtreecommitdiff
path: root/gst/gstformat.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-0/+1
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-3/+4
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-3/+3
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-17introspection: add missing array annotation to gst_formats_containsEvan Nemerson1-1/+1
2012-01-22Replace deprecated GStaticMutex with GMutexTim-Philipp Müller1-12/+12
2011-08-29gst: add some _priv prefixes to private methodsWim Taymans1-1/+1
2011-08-26Merge branch 'master' into 0.11Wim Taymans1-2/+2
2011-08-26format: use GST_FORMAT_UNDEFINED and few casts to GstFormatJosep Torra1-5/+5
2011-05-05gst: Update everything for the new GstIterator APISebastian Dröge1-2/+1
2011-04-25Small cosmetic cleanupsJosep Torra1-3/+3
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-1/+1
2010-03-28gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge1-1/+1
2010-03-10Fixes for -Wwrite-stringsBenjamin Otte1-2/+3
2007-11-01gst/gstformat.c: g_type_class_ref() our GstFormat type to make sure we avoid ...Tim-Philipp Müller1-1/+1
2006-09-17gst/gstformat.c: Fix locking order (must take lock before using n_values).Tim-Philipp Müller1-1/+1
2006-05-10gst/: make sure some essential types used by events are registered as part of...Thomas Vander Stichele1-0/+3
2006-05-04Make sure gstprivate.h and/or config.h are always included first, otherwise s...James Andrewartha1-1/+1
2006-03-14gst/gstformat.c: Don't segfault on invalid formats.Wim Taymans1-6/+16
2005-11-20Doc fixes.Wim Taymans1-0/+16
2005-11-19Add type to quark and type to string conversions.Wim Taymans1-6/+28
2005-10-15various style fixesThomas Vander Stichele1-2/+4
2005-10-15whitespace fixesThomas Vander Stichele1-2/+2
2005-10-07Add a GType to GstIterator, update callsites and tests.Johan Dahlin1-2/+4
2005-08-30more docs and two more inlinedStefan Kost1-0/+8
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-9/+35
2004-05-03remove gst_info remove gstlog.h, fold back to gstinfo.h update translationsThomas Vander Stichele1-2/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-2/+2
2004-03-13gst-indent run on coreThomas Vander Stichele1-21/+23
2003-05-24- moved functionality of GST_FORMAT_UNITS to GST_FORMAT_DEFAULT, the old _DEF...Wim Taymans1-2/+1
2002-12-22- Move common function to gstformatWim Taymans1-0/+25
2002-12-19- CleanupsWim Taymans1-2/+2
2002-09-29Use some hashtables instead of a linked listIain Holmes1-50/+36
2002-07-28Added include for strcmpWim Taymans1-0/+2
2002-07-28Increment counter when registering standard formatsWim Taymans1-0/+1
2002-07-28Make the formats dynamic so that plugins can register new seek/query formatsWim Taymans1-0/+161