summaryrefslogtreecommitdiff
path: root/gst/gstformat.c
Commit message (Expand)AuthorAgeFilesLines
* Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier2021-09-241-266/+0
* Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier2017-01-271-0/+1
* introspection: add missing (nullable) annotations to return valuesEvan Nemerson2014-06-261-3/+4
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-3/+3
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* introspection: add missing array annotation to gst_formats_containsEvan Nemerson2012-07-171-1/+1
* Replace deprecated GStaticMutex with GMutexTim-Philipp Müller2012-01-221-12/+12
* gst: add some _priv prefixes to private methodsWim Taymans2011-08-291-1/+1
* Merge branch 'master' into 0.11Wim Taymans2011-08-261-2/+2
|\
| * format: use GST_FORMAT_UNDEFINED and few casts to GstFormatJosep Torra2011-08-261-5/+5
* | gst: Update everything for the new GstIterator APISebastian Dröge2011-05-051-2/+1
* | Small cosmetic cleanupsJosep Torra2011-04-251-3/+3
|/
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-1/+1
* gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge2010-03-281-1/+1
* Fixes for -Wwrite-stringsBenjamin Otte2010-03-101-2/+3
* gst/gstformat.c: g_type_class_ref() our GstFormat type to make sure we avoid ...Tim-Philipp Müller2007-11-011-1/+1
* gst/gstformat.c: Fix locking order (must take lock before using n_values).Tim-Philipp Müller2006-09-171-1/+1
* gst/: make sure some essential types used by events are registered as part of...Thomas Vander Stichele2006-05-101-0/+3
* Make sure gstprivate.h and/or config.h are always included first, otherwise s...James Andrewartha2006-05-041-1/+1
* gst/gstformat.c: Don't segfault on invalid formats.Wim Taymans2006-03-141-6/+16
* Doc fixes.Wim Taymans2005-11-201-0/+16
* Add type to quark and type to string conversions.Wim Taymans2005-11-191-6/+28
* various style fixesThomas Vander Stichele2005-10-151-2/+4
* whitespace fixesThomas Vander Stichele2005-10-151-2/+2
* Add a GType to GstIterator, update callsites and tests.Johan Dahlin2005-10-071-2/+4
* more docs and two more inlinedStefan Kost2005-08-301-0/+8
* First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans2005-03-071-9/+35
* remove gst_info remove gstlog.h, fold back to gstinfo.h update translationsThomas Vander Stichele2004-05-031-2/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-2/+2
* gst-indent run on coreThomas Vander Stichele2004-03-131-21/+23
* - moved functionality of GST_FORMAT_UNITS to GST_FORMAT_DEFAULT, the old _DEF...Wim Taymans2003-05-241-2/+1
* - Move common function to gstformatWim Taymans2002-12-221-0/+25
* - CleanupsWim Taymans2002-12-191-2/+2
* Use some hashtables instead of a linked listIain Holmes2002-09-291-50/+36
* Added include for strcmpWim Taymans2002-07-281-0/+2
* Increment counter when registering standard formatsWim Taymans2002-07-281-0/+1
* Make the formats dynamic so that plugins can register new seek/query formatsWim Taymans2002-07-281-0/+161