summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2014-07-19Release 1.4.0Sebastian Dröge1-2/+98
2014-07-11Release 1.3.91Sebastian Dröge1-0/+162
2014-06-28Release 1.3.90Sebastian Dröge1-2/+384
2014-06-22Release 1.3.3Sebastian Dröge1-2/+797
2014-05-21Release 1.3.2Sebastian Dröge1-2/+334
2014-05-03Release 1.3.1Sebastian Dröge1-2/+3192
2013-09-24Release 1.2.0Sebastian Dröge1-2/+193
2013-09-19Release 1.1.90Sebastian Dröge1-2/+345
2013-08-28Release 1.1.4Sebastian Dröge1-2/+531
2013-07-29Release 1.1.3Sebastian Dröge1-2/+368
2013-07-11Release 1.1.2Sebastian Dröge1-2/+319
2013-06-05Release 1.1.1Sebastian Dröge1-2/+3774
2012-10-25Release 1.0.2Tim-Philipp Müller1-2/+355
2012-10-07Release 1.0.1Tim-Philipp Müller1-0/+916
2012-09-14Release 0.11.94Tim-Philipp Müller1-2/+3789
2012-06-07Release 0.11.92Sebastian Dröge1-2/+722
2012-05-13Release 0.11.91Sebastian Dröge1-2/+612
2012-04-12Release 0.11.90Sebastian Dröge1-3/+1305
2012-03-22Release 0.11.3Wim Taymans1-2/+1521
2012-02-17RELEASE 0.11.2Wim Taymans1-2/+6638
2011-09-29RELEASE 0.11.1Wim Taymans1-2/+1289
2011-08-03RELEASE 0.11Wim Taymans1-4/+6006
2011-06-15Release 0.10.35Tim-Philipp Müller1-2/+72
This is an ad-hoc release that is almost identical to 0.10.34: * work around GLib atomic ops API change * some minor win32/mingw fixes * don't use G_CONST_RETURN in public headers
2011-05-14Release 0.10.34Tim-Philipp Müller1-2/+78
2011-05-10Release 0.10.33Tim-Philipp Müller1-2/+3206
Highlights: - new parser base class: GstBaseParse - new core element: funnel - OSX multi-arch fixes - new QoS type for QoS events - new progress message API to notify applications of asynchronous operations - countless other fixes and improvements
2011-01-21Release 0.10.32Tim-Philipp Müller1-2/+2283
2010-11-30Release 0.10.31Tim-Philipp Müller1-2/+2478
2010-07-15Release 0.10.30Tim-Philipp Müller1-2/+1769
2010-04-27Release 0.10.29Tim-Philipp Müller1-2/+1667
2010-03-08Release 0.10.28Tim-Philipp Müller1-2/+65
2010-03-05Release 0.10.27Tim-Philipp Müller1-2/+438
2010-02-10Release 0.10.26Tim-Philipp Müller1-19/+3968
2009-10-05Release 0.10.25Jan Schmidt1-0/+45
2009-10-010.10.24.4 pre-releaseJan Schmidt1-0/+124
2009-09-110.10.24.2 pre-releaseJan Schmidt1-2/+1069
2009-08-05Release 0.10.24Jan Schmidt1-0/+49
2009-07-300.10.24.5 pre-releaseJan Schmidt1-0/+105
2009-07-240.10.23.4 pre-releaseJan Schmidt1-0/+176
2009-07-140.10.23.2 pre-releaseJan Schmidt1-2/+2654
2009-05-10Release 0.10.23Jan Schmidt1-0/+147
2009-04-16ChangeLog: regenerate changelog with the gen-changelog scriptJan Schmidt1-23731/+36748
2009-01-19Release 0.10.22Jan Schmidt1-0/+7
Original commit message from CVS: Release 0.10.22
2009-01-17gst/gstbus.c: Fix order of members in GstBusSource structure - the first ↵Tim-Philipp Müller1-0/+13
member must be the parent structure ie. GSou... Original commit message from CVS: * gst/gstbus.c: (gst_bus_set_main_context), (gst_bus_create_watch): Fix order of members in GstBusSource structure - the first member must be the parent structure ie. GSource. Should make bus sources attached to non-default main contexts work in all cases now (ie. primarily in cases where the callback has a non-NULL user data argument). Fixes #562170. * tests/check/gst/gstbus.c: (test_custom_main_context): Add unit test for the above, based on code by Justin Karneges <justin at affinix com>.
2009-01-15gst/gstpad.h: A small documentation fix.Jonas Holmberg1-0/+7
Original commit message from CVS: Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com> * gst/gstpad.h: A small documentation fix.
2009-01-11gst/gstutils.h: Initialize g_once_init* data with 0. Fixes bug #567225.Sebastian Dröge1-0/+5
Original commit message from CVS: * gst/gstutils.h: Initialize g_once_init* data with 0. Fixes bug #567225.
2009-01-09configure.ac: pre-release 0.10.21.3Jan Schmidt1-0/+5
Original commit message from CVS: * configure.ac: pre-release 0.10.21.3
2009-01-09libs/gst/base/gstbasesink.*: Fix documentation for the wait_clock method, ↵Wim Taymans1-0/+8
rename basesink -> sink for consistency. Original commit message from CVS: * libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state), (gst_base_sink_wait_clock): * libs/gst/base/gstbasesink.h: Fix documentation for the wait_clock method, rename basesink -> sink for consistency.
2009-01-08gst/gst.c: Create a registry if there is none also when the option for ↵Stefan Kost1-0/+6
gst-disable-registry-update has been selected.... Original commit message from CVS: * gst/gst.c: Create a registry if there is none also when the option for gst-disable-registry-update has been selected. Fixes #567002
2009-01-06gst/gst.c: Ref new enum type in gst_init.Tim-Philipp Müller1-0/+8
Original commit message from CVS: * gst/gst.c: (init_post): Ref new enum type in gst_init. * win32/common/libgstreamer.def: Add recently-added API.
2009-01-06Add API for making a GStreamer plugin 'dependent' on external files, ↵Tim-Philipp Müller1-0/+41
directories or environment variables, so that GS... Original commit message from CVS: * docs/gst/gstreamer-sections.txt:: * gst/gst_private.h: (GstPluginDep), (_GstPluginPrivate): * gst/gstplugin.c: (gst_plugin_init), (gst_plugin_finalize), (gst_plugin_class_init), (gst_plugin_list_free), (gst_plugin_ext_dep_get_env_vars_hash), (_priv_plugin_deps_env_vars_changed), (gst_plugin_ext_dep_extract_env_vars_paths), (gst_plugin_ext_dep_get_hash_from_stat_entry), (gst_plugin_ext_dep_direntry_matches), (gst_plugin_ext_dep_scan_dir_and_match_names), (gst_plugin_ext_dep_scan_path_with_filenames), (gst_plugin_ext_dep_get_stat_hash), (_priv_plugin_deps_files_changed), (gst_plugin_ext_dep_free), (gst_plugin_ext_dep_strv_equal), (gst_plugin_ext_dep_equals), (gst_plugin_add_dependency), (gst_plugin_add_dependency_simple): * gst/gstplugin.h: (GstPluginPrivate), (GstPluginFlags), (GST_PLUGIN_DEPENDENCY_FLAG_NONE), (GST_PLUGIN_DEPENDENCY_FLAG_RECURSE), (GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_DEFAULT_ONLY), (GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_SUFFIX), (GstPluginDependencyFlags), (GstPluginFilter): * gst/gstregistry.c: (gst_registry_scan_path_level): * gst/gstregistrybinary.c: (gst_registry_binary_save_feature), (gst_registry_binary_save_plugin_dep), (gst_registry_binary_save_plugin), (gst_registry_binary_load_feature), (gst_registry_binary_load_plugin_dep_strv), (gst_registry_binary_load_plugin_dep), (gst_registry_binary_load_plugin): * gst/gstregistrybinary.h: (GST_MAGIC_BINARY_VERSION_STR), (GstBinaryPluginElement), (_GstBinaryDep), (GstBinaryDep): * gst/gstregistryxml.c: (gst_registry_xml_save_plugin): Add API for making a GStreamer plugin 'dependent' on external files, directories or environment variables, so that GStreamer knows when it needs to re-load GStreamer plugins that wrap other plugin systems. Fixes bug #350477. API: add gst_plugin_add_dependency() API: add gst_plugin_add_dependency_simple()