uri: fix wrong G_GNUC_MALLOC
[platform/upstream/gstreamer.git] / gst / gstregistry.c
2011-10-30 Tim-Philipp Müllerregistry: don't use soon-to-be-deprecated gst_filter_run()
2011-10-30 Tim-Philipp Müllerpluginfeature: deprecate gst_plugin_feature_type_name_f...
2011-10-26 Tim-Philipp Müllerregistry: add support for GST_REGISTRY_REUSE_PLUGIN_SCA...
2011-09-26 Raimo Järvigst: Fix compiler warnings on 64 bit mingw-w64
2011-09-07 Piotr Fusikdocs, gst: typo fixes
2011-06-18 Tim-Philipp MüllerBump git version after unplanned 0.10.35 release
2011-05-18 Stefan Kostpluginfeature: avoid duplicating feature->name
2011-04-24 Tim-Philipp Müllerregistry: when removing a cached-but-no-longer-existing...
2011-04-24 Tim-Philipp Müllerregistry: use TRACE log level to log files that don...
2011-04-14 Sebastian Drögegst: Add some more gobject-introspection annotations
2011-01-10 Edward Herveyregistry: Don't replace valid existing plugins by black...
2011-01-06 Tim-Philipp Müllerregistry: ignore old libgstvalve.so and libgstselector...
2010-12-26 Tim-Philipp MüllerRevert "micro-optim: if (x) is cheaper than if (x ...
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-03 Edward Herveymicro-optim: if (x) is cheaper than if (x > 0) for...
2010-07-16 Tim-Philipp Müllerregistry: use GStatBuf unconditionally and add typedef...
2010-07-16 David Hoytregistrybinary: Fix compatibility with GLib 2.25 when...
2010-06-19 Tim-Philipp Müllerregistry: also skip .deps dirs when scanning for plugins
2010-06-09 Stefan Kostdocs: update docs (format and search path).
2010-03-11 Benjamin OtteFixes for -Wmissing-declarations -Wmissing-prototypes
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteFixes for -Wold-style-definition
2010-03-10 Benjamin OtteMake code safe for -Wredundant-decls
2010-01-20 Andoni Morales Ala... pluginloader: disable external plugin loader on Windows...
2009-11-27 Stefan Kostdocs: fix more bogus xrefs
2009-11-25 Stefan Kostdocs: fix xrefs in docs
2009-11-25 Stefan Kostdocs: add missing parameter doc string
2009-11-12 Руслан Ижбулатовregistry: Import _priv_gst_dll_handle into gstregistry.c
2009-11-10 Sebastian Drögeregistry: API: Add gst_{default,}_registry_get_feature_...
2009-10-28 Edward Herveyoptimisation : Use g_object_newv where possible.
2009-10-28 Tim-Philipp MüllerRemove GST_DEBUG_FUNCPTR where they're pointless
2009-10-24 Sebastian Drögeregistry: private is a C++ keyword, don't use it
2009-10-24 Edward Herveytypefind: Keep typefind factories sorted in the registr...
2009-10-24 Edward Herveyregistry: Cache element and typefind factories. Fixes...
2009-10-24 Edward Herveygstregistry: Add a cookie for detecting feature list...
2009-10-22 Edward Herveygstregistry: Use hash table when finding a feature...
2009-10-21 Wim Taymansregistry: hash the plugin basename
2009-10-21 Wim Taymansregistry: name is never NULL
2009-10-21 Wim Taymansregistry: refactor plugin lookup
2009-10-21 Wim Taymansregistry: do quick check for . files
2009-10-08 Jan Schmidtregistry: Fix error handling in the registry loader
2009-10-07 Tim-Philipp Müllerregistry: improve plugin loader failure message for...
2009-10-06 Jan SchmidtRemove checking for and mentions of fork where possible.
2009-10-06 Jan SchmidtOnly load the registry cache once per process.
2009-10-06 Jan SchmidtAdd some more debug the registry.
2009-10-06 Jan SchmidtPlugin loader phase 2
2009-10-06 Jan Schmidtregistry: Add registry helper phase 1
2009-10-06 Jan Schmidtregistry: Rearrange some things.
2009-07-08 Sebastian Drögeregistry: Use g_build_filename() instead of g_strjoin...
2009-06-30 Edward HerveySpread branch prediction macros.
2009-06-10 Tim-Philipp Müllerdocs: a few small API doc fixes and additions
2009-05-31 Stefan Kostregistry: fix comment formatting
2009-05-11 Wim TaymansAvoid unneeded type checks
2009-05-11 Wim Taymansregistry: avoid calling _get_name() too much
2009-05-11 Wim TaymansUse new _ref_sink when we can
2009-03-26 Tim-Philipp Müllerregistry: ignore .git directory when recursively scanni...
2009-01-06 Tim-Philipp MüllerAdd API for making a GStreamer plugin 'dependent' on...
2008-11-24 Simon Holm Thøgersengst/gstregistry.c: Reduce the number of stat() calls...
2008-07-15 Michael Smithgst/: GstRegistryPool doesn't exist; don't refer to...
2008-05-30 Rob Bradfordgst/gstregistry.c: Don't recurse into .debug directorie...
2008-05-03 Tim-Philipp Müllergst/gstregistry.c: Only print one log message per non...
2008-05-01 Tim-Philipp Müllergst/gstregistry.c: Run g_str_has_suffix() only on the...
2008-04-24 Stefan Kostgst/gstregistry.c: Tell the *truth* when improving...
2008-04-23 Stefan Kostgst/gstregistry.c: Improve the documentation.
2008-04-11 Julien MoutteMac OS X love...
2008-03-31 Stefan KostMacOS has plugins under .so or under .dylib. Add detect...
2008-03-31 Stefan Kostgst/gst.c: Fix type in log message and add one to ease...
2007-07-31 Jan Schmidtgst/gstregistry.c: When replacing an existing feature...
2007-07-23 Stefan Kostgst/gstregistry.*: Speed up gst_registry_lookup_feature...
2007-06-27 Stefan Kostgst/: Remove empty instance_init() functions to save...
2007-05-11 Michael Smithgst/: Don't print a g_warning for any failure to load...
2007-05-11 Stefan Kostgst/gstplugin.c (gst_plugin_load_file): gst/gstregistry...
2007-02-09 Andy Wingogst/gstregistryxml.c (load_feature, load_plugin): Drop...
2007-01-27 Tim-Philipp MüllerDocument registry signals and make gtk-doc pick them...
2007-01-11 Stefan Kostcommit binary registry (disabled by default, see #359653)
2007-01-08 Tim-Philipp Müllergst/gstregistry.c: Plugin extension on HP-UX is .sl...
2006-12-09 Jan Schmidtgst/gst.c: Ignore EINTR when reading from the child...
2006-10-05 Tim-Philipp MüllerPrintf fixes.
2006-09-28 Jan Schmidtgst/: Re-commit the registry changes, along with an...
2006-09-27 Jan Schmidtgst/: Revert previous change until I figure out why...
2006-09-27 Jan Schmidtgst/gst.c: Make init_pre and init_post take the full...
2006-07-26 Stefan Kostgst/gstregistry.c: Move big documentation comment into...
2006-06-12 Wim Taymansgst/: Use _CAST macros to avoid unneeded type checking.
2006-04-28 Stefan Kostgst/: only write out registry if it has changed, fixes...
2006-04-08 Stefan KostFix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
2006-02-14 Torsten Schoenfeldgst/gstregistry.c: Protect default registry with lock...
2006-01-17 Andy Wingogst/gstregistry.c (_gst_registry_remove_cache_plugins...
2006-01-17 Andy Wingogst/gstregistry.c: Reflow design comment. Update so...
2005-12-02 Wim Taymansgst/: Fix docs again.
2005-11-21 Andy Wingo*.*: Ran scripts/update-macros. Oh yes. gst/gstobject...
2005-11-04 Stefan Kostgst/gstregistry.*: added missing docs
2005-11-02 Thomas Vander Sticheledoc updates
2005-10-18 Thomas Vander Stichelegst/gstregistry.c: unref a plug-in we get that was...
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-14 Tim-Philipp MüllerAdd new API to check plugin feature version requirements.
2005-10-11 Thomas Vander Stichelegst/gst-i18n-lib.h: check for ENABLE_NLS, not GETTEXT_P...
2005-10-08 Thomas Vander Stichelefix a leak I introduced
2005-10-08 Thomas Vander Stichelegst/: Only ever load one plugin for a given plugin...
2005-10-08 Thomas Vander Stichelegst/: log distributing clocks and base time
2005-09-22 Andy Wingogst/gstconfig.h.in: Psych out gtk-doc.
next