moap ignore
[platform/upstream/gstreamer.git] / gst / gstregistry.c
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.
2005-09-20 David Schleefdocs/gst/Makefile.am: Ignore a few more internal headers
2005-09-19 Thomas Vander Stichelecheck/Makefile.am: re-enable tests now that leaks are...
2005-09-18 Thomas Vander Stichelevarious cleanups and memleak plugging. make valgrind...
2005-09-18 Thomas Vander Sticheleloading a plugin can return NULL
2005-09-18 David Schleefcheck/Makefile.am: Fix environment variables.
2005-09-16 David SchleefGetting tired of debugging. Disabled all the unreffing...
2005-09-16 David Schleefgst/gstindex.c: get refcounting correct.
2005-09-15 David Schleefcheck/: Add test
2005-09-15 David Schleefgst/gstplugin.c: Implement semi-decent recounting and...
2005-09-15 Michael SmithImplement missing function. This is enough to get the...
2005-09-15 David Schleefremove
2005-09-02 Stefan Kostmore docs inlined
2005-06-29 Thomas Vander Sticheleadd A GST_PLUGIN_PATH_ONLY env var; if it is set, it...
2004-05-10 Benjamin Ottegst/gstregistry.c: refuse to add plugins when a plugin...
2004-05-07 David SchleefChanges to handle compilers that don't have variadic...
2004-05-03 Thomas Vander Sticheleremove gst_info remove gstlog.h, fold back to gstinfo...
2004-04-28 David SchleefA bunch of portability fixes, derived from Steve Lhomme...
2004-04-09 Benjamin Ottegst/: don't use memchunks for these objects, use malloc...
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-15 Thomas Vander Sticheleadd debugging fix comment blocks fix some -libs doc...
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-03-04 Thomas Vander Stichelemake signals use dashes in the names
2003-11-14 Iain HolmesMake the type G_TYPE_POINTER instead of GST_TYPE_PLUGIN...
2003-11-13 David Schleefchange another G_TYPE_POINTER in g_signal_new() to...
2003-11-13 David Schleeffixes for last checkin
2003-11-13 David SchleefChange G_TYPE_POINTER to the appropriate type in g_sign...
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-05-06 Wim TaymansDocumentation updates
2003-04-14 Wim Taymans- Added infrastructure to run a filter against plugins...
2003-02-10 Wim Taymans- Add more --disable options
2002-12-19 Wim Taymans- Cleanups
2002-08-31 Andy Wingoadd core elements to the registry pool plugin list...
2002-07-08 Wim Taymans- Removed unused locking from the cothreads
2002-06-12 Wim TaymansDocumentation updates
2002-05-11 Andy Wingofix refcounting tests so that they compile and run...
2002-05-10 Wim TaymansSmall fixes for testsuite/plugin
2002-05-10 Andy WingoCheck to see if the registry is out of date, and if...
2002-05-08 Wim TaymansTotally rewritten registry handling.
2002-05-05 Andy Wingouse contents of GST_REGISTRY variable if --gst-registry...
2002-04-14 Benjamin Ottewe don't use // in code we commit :)
2002-04-12 Thomas Vander Stichelemore registry fixes BRANCH-RELEASE-0_3_3-ROOT
2002-04-12 Thomas Vander Sticheleregistry handling changes read up on it in docs/random...