Add needed entries in .def files.
[platform/upstream/gstreamer.git] / gst / gst.c
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.
2006-06-10 Thomas Vander Stichelegst/gst.c: move pid declaration to declaration block
2006-06-10 Thomas Vander Stichelegst/gst.c: use _exit() instead of exit() in our forked...
2006-06-05 Edward Herveygst/gst.c: plugin_paths is not used if we build without...
2006-05-30 Sébastien Mouttegst/gst.c: set #include <sys/wait.h> in a #ifdef #ifdef...
2006-05-29 Tim-Philipp Müllergst/gst.c: Don't scan registry paths passed via --gst...
2006-05-28 Thomas Vander Stichelegst/gst.c: if we have fork, fork while reading/rebuildi...
2006-05-05 Wim Taymansgst/: Remove pre glib2.8 compatibility, fixes #340508
2006-05-04 James AndrewarthaMake sure gstprivate.h and/or config.h are always inclu...
2006-04-28 Stefan Kostgst/: only write out registry if it has changed, fixes...
2006-04-01 Thomas Vander Sticheleconfigure.ac: use new AS_VERSION and AS_NANO macros
2006-03-03 Jan Schmidtgst/gst.c: Add a check and output a g_warning when...
2005-12-27 Tim-Philipp Müllergst/gst.c: Init tags stuff and some other things before...
2005-12-16 Stefan Kostgst/: change some char* into char[]
2005-12-16 Thomas Vander Stichelegst/gst.c: make the registry cache file HOST_CPU-dependent
2005-12-06 Thomas Vander Sticheleexpand tabs
2005-12-05 Thomas Vander Stichelegst/gst.c (init_post): remove hard-coded 0.9 location...
2005-12-01 Michael Smithgst/gst.c: Escape a % to make gtkdoc happier; bug 322958.
2005-11-30 Thomas Vander Stichelevarious fixes to make
2005-11-29 Thomas Vander Stichelemove queue from core to the elements plugin ç
2005-11-24 Wim TaymansDoc fixes.
2005-11-01 Luca Ognibenegst/gst.c: fix docs. popt is death, long live GOption.
2005-10-16 Thomas Vander Sticheleadd gst_version_string ()
2005-10-16 Thomas Vander Sticheleconfigure.ac: clean up further
2005-10-16 Thomas Vander Sticheleconfigure.ac: use the gettext macro
2005-10-16 Thomas Vander Stichelegst/: add the nano
2005-10-15 Thomas Vander Stichelegst/gst.*: remove _gst_registry_auto_load, not used...
2005-10-15 Thomas Vander SticheleI'm too lazy to comment this
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-13 Stefan Kostfix GOption context leaks doc fixes
2005-10-12 Stefan Kostremoved unused flags from miniobject doc fixes
2005-10-12 Andy Wingogst/gst.c (gst_init_check): Ignore unknown options...
2005-10-11 Thomas Vander Stichelegst/gst.c: split plugin paths correctly
2005-10-10 Andy Wingogst/gst.c (G_OPTION_FLAG_NO_ARG): Apparently GLib 2...
2005-10-10 RonaldMerged in popt removal + GOption addition patch from...
2005-10-08 Thomas Vander SticheleMakefile.am: remove include dir
2005-10-08 Thomas Vander Stichelegst/gst.c: debug the GST_PLUGIN_ env vars
2005-10-08 Thomas Vander Stichelegst/: log distributing clocks and base time
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 Stichelecommon/check.mak: use GST_PLUGIN settings for valgrind...
2005-09-18 Thomas Vander Stichelevarious cleanups and memleak plugging. make valgrind...
2005-09-15 David Schleefremove
2005-09-03 Thomas Vander Sticheleadd a source plugin description field, to represent...
2005-09-02 Stefan Kostmerged elementdetails docs into elementfactory docs...
2005-08-25 Thomas Vander Stichelemake registry respect order of GST_PLUGIN_PATH; make...
2005-08-24 Andy Wingogst/gst.c (parse_debug_list): Accept e.g. GST_DEBUG...
2005-08-19 Stefan Kosteliminate another tmpl file, fix spelling in the long...
2005-08-10 Tim-Philipp Müllergst/gst.c: Check whether GST_DEBUG_NO_COLOR environment...
2005-07-18 Wim TaymansRemoved plugable schedulers.
2005-07-11 Thomas Vander Stichelevalgrind unit tests as check-local; add gst_deinit
2005-07-08 Thomas Vander Sticheleconfigure.ac: make GST_ERROR_CFLAGS overridable and...
2005-06-29 Thomas Vander Stichelelogic was reversed, duh
2005-06-29 Thomas Vander Sticheleadd A GST_PLUGIN_PATH_ONLY env var; if it is set, it...
2005-06-08 Andy Wingogst/gstutils.c: RPAD fixes all around.
2005-05-30 Wim Taymansgst/gst.c: Remove cpu-opt flag.
2005-05-17 Thomas Vander Stichelegst/: Make sure the class is reffed/unreffed once befor...
2005-05-06 Andy Wingogst/gstquery.h
2005-03-26 David Schleefgst/Makefile.am: remove gstcpu.[ch]. The gst_cpu funct...
2005-03-21 Wim TaymansNext big merge.
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2005-02-05 Ronald S. Bultjegst/gst.c: Fix typo (#166269).
2005-01-21 Stefan Kostadded params for deprecation guards documented some...
2005-01-13 Thomas Vander Sticheledoh, wrong patch
2004-11-11 Thomas Vander Sticheledocs/manual/quotes.xml: add a quote
2004-09-02 Stefan Kostadded better error reporting for plugin loading
2004-08-22 Benjamin Ottegst/autoplug/gstspider.c: add a template for spider...
2004-08-03 Benjamin Ottegst/gst.c: fix for G_DISABLE_ASSERT
2004-06-12 Steve LhommeSomehow a clean fix to the semi-private export
2004-06-12 Steve LhommeFix a bug to enable/disable DEBUG under MSVC
2004-06-10 Johan Dahlingst/gst.c (gst_init_check_with_popt_table): Do not...
2004-06-03 Thomas Vander Sticheleadd GST_DEBUG detection
2004-04-29 Benjamin Ottegst/: remove useless _gst_progname stuff
2004-03-26 David Schleefdocs/gst/gstreamer-sections.txt: More doc hacking.
2004-03-17 David Schleefgst/gst.c: Fix some gettext strings to make them easier...
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-03-12 Johan Dahlingst/gststructure.c (gst_structure_get_type): Ditto
2004-03-12 Johan Dahlingst/gst.c (init_post): call gst_caps_get_type() instead...
next