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
/
gsttypefind.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-17
typefind: simplify registration code
Stefan Sauer
1
-5
/
+0
2014-06-26
introspection: add missing (nullable) annotations to return values
Evan Nemerson
1
-2
/
+2
2014-05-30
docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE
Evan Nemerson
1
-5
/
+5
2014-04-26
docs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller
1
-2
/
+0
2013-07-03
Add few missing allow-none annotation
Nicolas Dufresne
1
-2
/
+2
2012-11-03
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-07-10
Remove 0.10-related documentation and "Since" markers
Edward Hervey
1
-4
/
+1
2012-03-10
typefind: remove const from refcounted GstCaps
Wim Taymans
1
-2
/
+1
2012-02-02
typefind: pass extensions as comma-separated list in a simple string
Tim-Philipp Müller
1
-5
/
+8
2012-01-28
Use macros to register boxed types thread safely
Olivier Crête
1
-10
/
+1
2012-01-02
registry: rename gst_registry_get_default() to gst_registry_get()
Tim-Philipp Müller
1
-1
/
+1
2011-12-20
remove const in gst_type_find_register()
Wim Taymans
1
-2
/
+2
2011-04-25
Merge branch 'master' into 0.11
Wim Taymans
1
-0
/
+4
2011-04-24
pluginfeature: store pointer to plugin in addition to the plugin name
Tim-Philipp Müller
1
-0
/
+4
2011-03-28
memory: port code to new buffer data API
Wim Taymans
1
-1
/
+1
2010-12-07
docs: gst: more gobject introspection annotations
Tim-Philipp Müller
1
-2
/
+4
2009-11-02
gsttypefind: avoid one more run-time type check
Tim-Philipp Müller
1
-1
/
+1
2009-11-02
gsttypefind: Use _CAST variants when the type has alredy been checked.
Edward Hervey
1
-5
/
+5
2009-10-28
optimisation : Use g_object_newv where possible.
Edward Hervey
1
-1
/
+1
2009-01-21
Allow adding a typefinder without a typefind function so that it can be used
Wim Taymans
1
-1
/
+0
2008-10-31
gst/gstpreset.c: Use g_unlink instead of unlink.
Stefan Kost
1
-2
/
+3
2008-05-19
API: add gst_type_find_suggest_simple(), #533740.
Tim-Philipp Müller
1
-0
/
+51
2007-12-21
gst/gsttypefind.c: Make gst_type_find_register work for static typefind funct...
Tim-Philipp Müller
1
-3
/
+7
2007-12-12
Makefile.am: Add check-exports target and run it as part of 'make check' (see...
Tim-Philipp Müller
1
-2
/
+2
2007-10-13
gst/: Use already-interned string for the private GstPluginFeature plugin_nam...
Tim-Philipp Müller
1
-1
/
+1
2006-05-24
doc indent fix
Thomas Vander Stichele
1
-1
/
+2
2006-05-18
gst/gsttypefind.*: Added GST_TYPE_TYPE_FIND and gst_type_find_get_type() so a...
Edward Hervey
1
-0
/
+11
2005-12-06
expand tabs
Thomas Vander Stichele
1
-2
/
+2
2005-11-29
gst/: Fix memory leak in GstTypeFindFactory.
Edward Hervey
1
-1
/
+4
2005-11-09
gst/:
Edward Hervey
1
-25
/
+28
2005-10-15
various style fixes
Thomas Vander Stichele
1
-0
/
+1
2005-10-15
whitespace fixes
Thomas Vander Stichele
1
-5
/
+5
2005-09-18
check/Makefile.am: Fix environment variables.
David Schleef
1
-1
/
+5
2005-09-16
check/gst/gstplugin.c: More testing
David Schleef
1
-12
/
+6
2005-09-15
remove
David Schleef
1
-3
/
+3
2005-09-07
gst/: splitted gsttypefind into gsttypefind, gsttypefindfactory
Stefan Kost
1
-235
/
+3
2005-09-06
check/pipelines/simple_launch_lines.c: test for pipe!=NULL
Stefan Kost
1
-0
/
+63
2005-04-20
gst/: Make gst_caps_replace() work like other _replace() functions.
Wim Taymans
1
-1
/
+1
2005-03-07
First THREADED backport attempt, focusing on adding locks and making sure the...
Wim Taymans
1
-1
/
+1
2004-07-29
gst/gstpad.c: check that caps are fixed
Benjamin Otte
1
-2
/
+1
2004-05-03
remove gst_info remove gstlog.h, fold back to gstinfo.h update translations
Thomas Vander Stichele
1
-0
/
+1
2004-03-15
don't mix tabs and spaces
Thomas Vander Stichele
1
-4
/
+5
2004-03-13
gst-indent run on core
Thomas Vander Stichele
1
-39
/
+51
2003-12-22
Merge CAPS branch
David Schleef
1
-10
/
+7
2003-10-31
update plugin initialization restructuring (see email for details
Benjamin Otte
1
-8
/
+10
2003-10-29
Allow NULL to be a valid value for factory->extensions.
David Schleef
1
-1
/
+2
2003-10-28
merge TYPEFIND branch. Major changes:
Benjamin Otte
1
-187
/
+243
2003-10-01
New typefind system: bytestream is now part of the core all plugins have been...
Ronald S. Bultje
1
-54
/
+37
2003-09-16
reverting error patches before making a branch.
BRANCH-ERROR-ROOT
Thomas Vander Stichele
1
-3
/
+2
2003-09-14
implement translatable error messages using gerror.
Benjamin Otte
1
-2
/
+3
[next]