summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.4.01.4.0Sebastian Dröge2014-07-191-2/+98
|
* Release 1.3.911.3.91Sebastian Dröge2014-07-111-0/+162
|
* Release 1.3.901.3.90Sebastian Dröge2014-06-281-2/+384
|
* Release 1.3.31.3.3Sebastian Dröge2014-06-221-2/+797
|
* Release 1.3.21.3.2Sebastian Dröge2014-05-211-2/+334
|
* Release 1.3.11.3.1Sebastian Dröge2014-05-031-2/+3192
|
* Release 1.2.01.2.0Sebastian Dröge2013-09-241-2/+193
|
* Release 1.1.901.1.90Sebastian Dröge2013-09-191-2/+345
|
* Release 1.1.41.1.4Sebastian Dröge2013-08-281-2/+531
|
* Release 1.1.31.1.3Sebastian Dröge2013-07-291-2/+368
|
* Release 1.1.21.1.2Sebastian Dröge2013-07-111-2/+319
|
* Release 1.1.11.1.1Sebastian Dröge2013-06-051-2/+3774
|
* Release 1.0.21.0.2Tim-Philipp Müller2012-10-251-2/+355
|
* Release 1.0.11.0.1Tim-Philipp Müller2012-10-071-0/+916
|
* Release 0.11.94RELEASE-0.11.94Tim-Philipp Müller2012-09-141-2/+3789
|
* Release 0.11.92RELEASE-0.11.92Sebastian Dröge2012-06-071-2/+722
|
* Release 0.11.91RELEASE-0.11.91Sebastian Dröge2012-05-131-2/+612
|
* Release 0.11.90RELEASE-0.11.90Sebastian Dröge2012-04-121-3/+1305
|
* Release 0.11.3Wim Taymans2012-03-221-2/+1521
|
* RELEASE 0.11.2RELEASE-0.11.2Wim Taymans2012-02-171-2/+6638
|
* RELEASE 0.11.1RELEASE-0.11.1Wim Taymans2011-09-291-2/+1289
|
* RELEASE 0.11RELEASE-0.11.0Wim Taymans2011-08-031-4/+6006
|
* Release 0.10.35RELEASE-0.10.35Tim-Philipp Müller2011-06-151-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
* Release 0.10.34RELEASE-0.10.34Tim-Philipp Müller2011-05-141-2/+78
|
* Release 0.10.33RELEASE-0.10.33Tim-Philipp Müller2011-05-101-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
* Release 0.10.32RELEASE-0.10.32Tim-Philipp Müller2011-01-211-2/+2283
|
* Release 0.10.31RELEASE-0.10.31Tim-Philipp Müller2010-11-301-2/+2478
|
* Release 0.10.30RELEASE-0.10.30Tim-Philipp Müller2010-07-151-2/+1769
|
* Release 0.10.29RELEASE-0.10.29Tim-Philipp Müller2010-04-271-2/+1667
|
* Release 0.10.28RELEASE-0.10.28Tim-Philipp Müller2010-03-081-2/+65
|
* Release 0.10.27RELEASE-0.10.27Tim-Philipp Müller2010-03-051-2/+438
|
* Release 0.10.26RELEASE-0.10.26Tim-Philipp Müller2010-02-101-19/+3968
|
* Release 0.10.25RELEASE-0.10.25Jan Schmidt2009-10-051-0/+45
|
* 0.10.24.4 pre-releaseJan Schmidt2009-10-011-0/+124
|
* 0.10.24.2 pre-releaseJan Schmidt2009-09-111-2/+1069
|
* Release 0.10.24RELEASE-0.10.24Jan Schmidt2009-08-051-0/+49
|
* 0.10.24.5 pre-releaseJan Schmidt2009-07-301-0/+105
|
* 0.10.23.4 pre-releaseJan Schmidt2009-07-241-0/+176
|
* 0.10.23.2 pre-releaseJan Schmidt2009-07-141-2/+2654
|
* Release 0.10.23RELEASE-0.10.23Jan Schmidt2009-05-101-0/+147
|
* ChangeLog: regenerate changelog with the gen-changelog scriptJan Schmidt2009-04-161-23731/+36748
|
* Release 0.10.22RELEASE-0_10_22GIT_CONVERSIONJan Schmidt2009-01-191-0/+7
| | | | | Original commit message from CVS: Release 0.10.22
* gst/gstbus.c: Fix order of members in GstBusSource structure - the first ↵Tim-Philipp Müller2009-01-171-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>.
* gst/gstpad.h: A small documentation fix.Jonas Holmberg2009-01-151-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.
* gst/gstutils.h: Initialize g_once_init* data with 0. Fixes bug #567225.Sebastian Dröge2009-01-111-0/+5
| | | | | | Original commit message from CVS: * gst/gstutils.h: Initialize g_once_init* data with 0. Fixes bug #567225.
* configure.ac: pre-release 0.10.21.3Jan Schmidt2009-01-091-0/+5
| | | | | | Original commit message from CVS: * configure.ac: pre-release 0.10.21.3
* libs/gst/base/gstbasesink.*: Fix documentation for the wait_clock method, ↵Wim Taymans2009-01-091-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.
* gst/gst.c: Create a registry if there is none also when the option for ↵Stefan Kost2009-01-081-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
* gst/gst.c: Ref new enum type in gst_init.Tim-Philipp Müller2009-01-061-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.
* Add API for making a GStreamer plugin 'dependent' on external files, ↵Tim-Philipp Müller2009-01-061-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()