index
:
~bilboed/gstreamer
1.12
design
fastqueue-1.0
master
uridecodebin3-1.12
Personal copy of GStreamer (core)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstformat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-27
Port gtk-doc comments to their equivalent markdown syntax
Thibault Saunier
1
-0
/
+1
2014-06-26
introspection: add missing (nullable) annotations to return values
Evan Nemerson
1
-3
/
+4
2014-05-30
docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE
Evan Nemerson
1
-3
/
+3
2012-11-03
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-07-17
introspection: add missing array annotation to gst_formats_contains
Evan Nemerson
1
-1
/
+1
2012-01-22
Replace deprecated GStaticMutex with GMutex
Tim-Philipp Müller
1
-12
/
+12
2011-08-29
gst: add some _priv prefixes to private methods
Wim Taymans
1
-1
/
+1
2011-08-26
Merge branch 'master' into 0.11
Wim Taymans
1
-2
/
+2
2011-08-26
format: use GST_FORMAT_UNDEFINED and few casts to GstFormat
Josep Torra
1
-5
/
+5
2011-05-05
gst: Update everything for the new GstIterator API
Sebastian Dröge
1
-2
/
+1
2011-04-25
Small cosmetic cleanups
Josep Torra
1
-3
/
+3
2010-12-07
docs: gst: more gobject introspection annotations
Tim-Philipp Müller
1
-1
/
+1
2010-03-28
gst: Use GSlice instead of normal g_malloc in more places
Sebastian Dröge
1
-1
/
+1
2010-03-10
Fixes for -Wwrite-strings
Benjamin Otte
1
-2
/
+3
2007-11-01
gst/gstformat.c: g_type_class_ref() our GstFormat type to make sure we avoid ...
Tim-Philipp Müller
1
-1
/
+1
2006-09-17
gst/gstformat.c: Fix locking order (must take lock before using n_values).
Tim-Philipp Müller
1
-1
/
+1
2006-05-10
gst/: make sure some essential types used by events are registered as part of...
Thomas Vander Stichele
1
-0
/
+3
2006-05-04
Make sure gstprivate.h and/or config.h are always included first, otherwise s...
James Andrewartha
1
-1
/
+1
2006-03-14
gst/gstformat.c: Don't segfault on invalid formats.
Wim Taymans
1
-6
/
+16
2005-11-20
Doc fixes.
Wim Taymans
1
-0
/
+16
2005-11-19
Add type to quark and type to string conversions.
Wim Taymans
1
-6
/
+28
2005-10-15
various style fixes
Thomas Vander Stichele
1
-2
/
+4
2005-10-15
whitespace fixes
Thomas Vander Stichele
1
-2
/
+2
2005-10-07
Add a GType to GstIterator, update callsites and tests.
Johan Dahlin
1
-2
/
+4
2005-08-30
more docs and two more inlined
Stefan Kost
1
-0
/
+8
2005-03-07
First THREADED backport attempt, focusing on adding locks and making sure the...
Wim Taymans
1
-9
/
+35
2004-05-03
remove gst_info remove gstlog.h, fold back to gstinfo.h update translations
Thomas Vander Stichele
1
-2
/
+1
2004-03-15
don't mix tabs and spaces
Thomas Vander Stichele
1
-2
/
+2
2004-03-13
gst-indent run on core
Thomas Vander Stichele
1
-21
/
+23
2003-05-24
- moved functionality of GST_FORMAT_UNITS to GST_FORMAT_DEFAULT, the old _DEF...
Wim Taymans
1
-2
/
+1
2002-12-22
- Move common function to gstformat
Wim Taymans
1
-0
/
+25
2002-12-19
- Cleanups
Wim Taymans
1
-2
/
+2
2002-09-29
Use some hashtables instead of a linked list
Iain Holmes
1
-50
/
+36
2002-07-28
Added include for strcmp
Wim Taymans
1
-0
/
+2
2002-07-28
Increment counter when registering standard formats
Wim Taymans
1
-0
/
+1
2002-07-28
Make the formats dynamic so that plugins can register new seek/query formats
Wim Taymans
1
-0
/
+161