g_thread_init() is deprecated in glib master
[platform/upstream/gstreamer.git] / gst / gst.c
2011-12-03 Tim-Philipp Müllerg_thread_init() is deprecated in glib master
2011-08-15 Josep Torragst: use GstDebugLevel enum type to fix a warning build...
2011-04-14 Sebastian Drögebufferlist: Add boxed type for GstBufferListIterator...
2011-04-14 Sebastian Drögeparse: Add boxed type for GstParseContext for gobject...
2011-03-24 Edward Herveygstcaps: new API : gst_caps_intersect_full
2011-02-16 Wim Taymansdeinit: add progress type class unref
2011-02-15 Wim Taymansgst: register new type
2011-02-10 Wim Taymansevent: add QoS event type
2011-01-05 Tim-Philipp Müllergst: remove safety check for GLib < 2.8
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-08-20 Arun Raghavangst: Add a gst_is_initialized() API
2010-08-04 Wim Taymansgst: remove \n from debug statements
2010-07-26 Sebastian Drögegst: Fix usage of glib_check_version()
2010-06-23 Edward HerveyGstPad: Add new pad linking method with configurable...
2010-04-30 Tim-Philipp MüllerBump GLib requirement to 2.20
2010-03-15 Stefan Kostgst: this is an internal function where we already...
2010-03-11 Benjamin Ottewin32: Add prototype for DllMain()
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteFixes for -Wwrite-strings
2010-03-10 Benjamin OtteFixes for -Wold-style-definition
2010-01-30 Tim-Philipp Müllerinit: don't spew warning about late g_thread_init(...
2010-01-20 Sebastian Drögebuild: Define G_THREADS_MANDATORY everywhere
2009-10-28 Stefan Kostannotations: add annotations to gst_init_check too
2009-10-28 Stefan Kostdocs: tell more about what happens in gst_init.
2009-10-28 Stefan Kostdocs: remove reference to OGI and rephrase sections...
2009-10-06 Jan Schmidtregistry: Rearrange some things.
2009-09-05 Sebastian Drögegst: Add gobject-introspection support
2009-06-24 Tim-Philipp Müllermake check: add check for enum type class unrefs in...
2009-06-20 Jan Schmidtinit: Fix indent, and ref the gst_buffer_list_item_get_...
2009-06-17 Руслан ИжбулатовReplaced deprecated win32-compatibility function with...
2009-05-12 Tim-Philipp MüllerInitialise some more types in gst_init(), esp. the...
2009-05-12 Jonas Holmbergbufferlist: add docs/build/debug/unittest
2009-05-11 Tim-Philipp Müllerxmlregistry: remove the old xml registry
2009-04-17 Yaakov Selkowitzgst_init: relocatability is unnecessary on Cygwin
2009-03-18 Wim Taymanswindows: initial commit for terminal colors
2009-03-17 David Adamconfig.h needs to be included first, either directly...
2009-03-02 Sebastian DrögeAPI: Add gst_util_array_binary_search() for binary...
2009-02-08 Sebastian DrögeReplace some mentions of CVS by GIT
2009-01-08 Stefan Kostgst/gst.c: Create a registry if there is none also...
2009-01-06 Tim-Philipp Müllergst/gst.c: Ref new enum type in gst_init.
2008-12-05 David Schleefgst/gst.c: Search for plugins on win32 based on the...
2008-08-07 Frederic Crozatgst/gst.c: Make sure gettext returns translations in...
2008-07-31 Robert Schwebelgst/gst.c: Include gstconfig.h as macros from it are...
2008-07-31 Sebastian DrögeRemove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.
2008-07-12 Sebastian Drögegst/gst.c: Fix scanning of paths given via --gst-plugin...
2008-05-24 Tim-Philipp MüllerAPI: gst_parse_launch_full()
2008-04-28 Sebastian Drögegst/gst.c: Register GstClock type from a type-safe...
2008-04-25 Tim-Philipp MüllerRef some more classes in gst_init() to work around...
2008-04-24 Jason ZhaoEnable/disable scan_and_update_registry() based on...
2008-04-14 Tim-Philipp Müllergst/gst.c: Pre-register GstGError GType from a thread...
2008-04-11 Julien MoutteMac OS X love...
2008-04-09 Tim-Philipp Müllergst/gst.c: Fix const position; ref GType classes for...
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...
2008-02-05 David Schleefgst/gst.c: Add a separate gst_deinitialized that preven...
2008-01-17 Tim-Philipp Müllergst/: Change API of gst_plugin_register_static() to...
2008-01-12 Jan Schmidtgst/gst.c: _gst_trace_on is already provided by gsttrac...
2008-01-09 Tim-Philipp MüllerAPI: add gst_plugin_register_static() and deprecate
2007-11-07 Tim-Philipp Müllergst/: Move getenv() back into gst_init, so everyone...
2007-11-06 Tim-Philipp Müllergst/gst.c: Make _gst_disable_segtrap static, it's...
2007-11-02 Tim-Philipp Müllergst/gst.c: Clean up on deinit (not the external ones...
2007-11-01 Tim-Philipp Müllerg_type_class_ref() other types as well, see #349410...
2007-10-29 Stefan KostImprove bin graph dumping, by using the envvar to speci...
2007-10-17 Stefan KostAllow dumping pipelines as dot graphs. Fixes #456573.
2007-08-23 Tim-Philipp Müllergst/gst.c: Don't use GST_INFO before the debug system...
2007-08-03 Sebastian Drögegst/gst.c: Fix confusing typo in debug output.
2007-07-16 Stefan Kostgst/gst.c: Avoid reading registry twice on startup...
2007-06-06 Tim-Philipp MüllerAPI: add GstParamSpecFraction, so elements can have...
2007-05-12 David Schleefgst/gst.c: Add GST_DISABLE_OPTION_PARSING, in order...
2007-03-20 Wim Taymansgst/gst.c: Fix compilation with registry disabled as...
2007-03-07 Tim-Philipp Müllergst/: Remove newlines at end of debug log strings.
2007-01-29 Stefan Kostconfigure.ac: comment about refining the xml deps
2007-01-23 Tim-Philipp Müllergst/gst.c: Make warning about late g_thread_init()...
2007-01-08 Tim-Philipp MüllerAPI: add gst_update_registry() (#391296).
2007-01-05 Tim-Philipp Müllergst/gst.c: Call g_thread_init() first thing in gst_init...
2006-12-19 Tim-Philipp Müllergst/gst.c: Docs typo fix.
2006-12-14 Tim-Philipp Müllergst/gst.c: init_pre() and init_post() might be called...
2006-12-12 Tim-Philipp MüllerAdd some basic system details such as OS and architectu...
2006-12-09 Jan Schmidtgst/gst.c: Ignore EINTR when reading from the child...
2006-10-28 Sergey ScobichAdd needed entries in .def files.
2006-10-11 Tim-Philipp Müllergst/gst.c: Check return value of write() to make compil...
2006-10-06 Josep Torre Vallesgst/gst.c: Fix empty declaration and type mismatch.
2006-10-03 Jan Schmidtgst/gst.c: Use a pipe pair to receive status results...
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-09-14 Thomas Vander Stichelereleasing 0.10.10 RELEASE-0_10_10
2006-09-03 Tim-Philipp Müllergst/gst.c: Print better details when child was terminat...
2006-08-20 Stefan KostSimplify caps to get rid of duplicates, fixes #345444
2006-08-16 Jan SchmidtAdd internal helpers for pre-registering quarks from...
2006-08-11 Edward Herveygst/gst.c: Set gst as being initialized before scanning...
2006-08-11 Wim TaymansDoc updates.
2006-08-11 Tim-Philipp Müllergst/gst.c: Fix typo in error message.
2006-07-17 Wim TaymansAdd two functions to check and change the SIGSEGV behav...
2006-07-10 Edward Herveygst/gst.c: let's make valgrind happy...
2006-07-08 Andy Wingotools/gst-launch.c (main): Handle err == NULL. gst...
2006-06-28 Peter Kjellerstedtgst/gst.c: Fix missing g_strdup() and double free when...
2006-06-13 Tim-Philipp Müllergst/gst.c: If the fork()'ed child process can't write...
2006-06-13 Edward Herveygst/gst.c: Free string.
2006-06-12 Wim Taymansgst/: Use _CAST macros to avoid unneeded type checking.
next