uri: fix wrong G_GNUC_MALLOC
[platform/upstream/gstreamer.git] / gst / gstutils.c
2011-10-16 Edward Herveygstbuffer: Add transfer annotations for gst_buffer_join()
2011-10-10 Tim-Philipp Müllerutils: catch invalid instance sizes in gst_type_registe...
2011-09-07 Piotr Fusikdocs, gst: typo fixes
2011-08-26 Josep Torrautils: minor changes related to enum types
2011-06-14 Javier JardónUse "const" instead G_CONST_RETURN
2011-06-14 David SchleefWork around changes in g_atomic API
2011-06-09 Javier JardónUse "const" instead G_CONST_RETURN
2011-06-04 David SchleefWork around changes in g_atomic API
2011-04-25 David Schleefminor inline documentation fix
2011-04-14 Sebastian Drögegst: Add some more gobject-introspection annotations
2011-04-14 Sebastian Drögeutils: Fix caps leaks in gst_element_factory_can_accept...
2011-03-10 Tim-Philipp Müllerutils: fix ABI break when compiling gstreamer with...
2011-03-09 Thijs Vermeirgstutils: replace gst_element_factory_can_{sink,src...
2011-02-28 Tim-Philipp Müllerdocs: typo fixes
2011-02-28 Stefan Kostdocs: small updates as suggested on a blog
2011-02-16 Stefan Kostutils: tell also what pad a pad is already linked against
2011-02-14 Chen Ruiutils: return real error in compatible link check
2011-01-05 Edward HerveyGstElement: Add a more flexible way to get request...
2010-12-26 Tim-Philipp MüllerRevert "micro-optim: if (x) is cheaper than if (x ...
2010-12-17 Edward Herveygst: documentation fixups and annotation
2010-12-07 Tim-Philipp Müllerutils: remove some dead code, GST_DEBUG_COLOR is never...
2010-12-07 Tim-Philipp Müllerutils: const-ify arguments to gst_object_default_error()
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-03 Edward Herveymicro-optim: if (x) is cheaper than if (x > 0) for...
2010-12-03 Wim Taymanspad: clear pad cache when installing probes
2010-12-02 Wim Taymansutils: return immediately for -1 conversion
2010-12-02 Wim Taymansutils: a convert query can have a -1 input value
2010-08-28 Sebastian Drögeutils: Fix inverted assertion logic in gst_util_fractio...
2010-08-28 Sebastian Drögeutils: Add gst_util_fraction_compare() to compare fractions
2010-08-19 Thiago Santoselement: link_many should activate pads if needed
2010-08-05 Tim-Philipp Müllerutils: speed up pad linking utility functions by not...
2010-08-05 Stefan Kostutils: better error logging in link_pads_filtered
2010-08-05 Olivier Crêtegstutils: Make gst_pad_proxy_getcaps() return empty...
2010-07-16 Edward Herveyutils: Add more details about gst_element_get_compatibl...
2010-07-05 Stefan Kostdocs: improve the api docs for new GstPadLinkChecks...
2010-06-23 Edward Herveygstutils: New gst_element_link_pads_full method
2010-06-04 Sebastian Drögeutils: Use G_PARAM_STATIC_STRINGS for standard properties
2010-05-13 Sebastian Drögeutils: Simplify fractions before doing calculations...
2010-05-13 Sebastian Drögeutils: GCD is 0 if both parameters are 0, don't divide...
2010-05-13 Sebastian Drögeutils: Simplify result of gst_fraction_multiply()
2010-05-04 Wim Taymansutils: use reffed _get_caps() version
2010-03-15 Sebastian Drögeutils: Handle iterator resyncs in gst_pad_proxy_setcaps()
2010-03-11 Edward Herveygstreamer: remove unneeded casts
2010-03-11 Benjamin OtteFixes for -Wmissing-declarations -Wmissing-prototypes
2010-03-10 Jeremy Huddlestonutils: Use mulq instead of mul as some assemblers can...
2010-01-10 Stefan Kostutils: defer getting the classes until we actualy need...
2010-01-10 Stefan Kostutils: avoid extra hop in gst_element_link
2009-12-08 Sebastian Drögeutils: Fix proxy_setcaps to only iterate pads of other...
2009-12-08 Wim Taymansutils: fix proxy_getcaps
2009-12-08 Sebastian Drögeutils: Rename proxy iterator fold functions to have...
2009-12-08 Sebastian Drögeutils: If one intersection gave empty caps don't contin...
2009-11-27 Stefan Kostdocs: fix more bogus xrefs
2009-11-25 Stefan Kostdocs: fix xrefs in docs
2009-11-25 Stefan Kostdocs: fix gtk-doc syntax for doc-blob start
2009-11-16 Sebastian Drögeutils: API: Add multiplication and addition functions...
2009-11-16 Sebastian Drögegstutils: API: Add fraction helper functions
2009-11-12 Stefan Kostwhitespace: remove blanks in doc-comment
2009-11-05 Stefan Kostpad: rename new api from _refed to _reffed.
2009-10-07 Stefan Kostpad: add variants of gst_pad_get_caps() that don't...
2009-10-07 Stefan Kostpad: flip the G_UNLIKELY
2009-10-07 Stefan Kostpad: don't intersect with any in proxy_pad_get_caps
2009-10-07 Stefan Kostdocs: rename aggregator to adder in the docs.
2009-10-07 Johan Bilienintrospection: Add annotations for gst_element_query_...
2009-09-09 Sebastian Drögeutils: Add a comment to the scaling functions to explai...
2009-09-09 Sebastian Drögeutils: Use gcc's __uint128_t for 64bit unsigned integer...
2009-08-31 Wim Taymansutils: use 128bits division on x86_64
2009-08-28 Wim Taymansutils: use shift instead of division
2009-08-28 Wim Taymansutils: make inlining explicit
2009-08-28 Wim Taymansutils: optimize for x86_64 with some inline asm
2009-08-28 Wim Taymansutils: factor out the leading zero count code
2009-08-28 Wim Taymansutils: pass correction factor around
2009-08-28 Wim Taymansutils: whitespace fixes
2009-08-28 Wim Taymansutils: move common correction code in a macro
2009-08-13 Kipp Cannongstutils: API: Add rounding to nearest and next integer...
2009-08-13 Kipp Cannongstutils: Revert parts of last change to optimize the...
2009-08-13 Sebastian Drögegstutils: Fix violations of strict-aliasing rules in...
2009-08-13 Kipp Cannongstutils: Refactor gst_util_uint64_scale()
2009-08-06 Stefan Kostutils: use new _caps_can_intersect()
2009-06-16 Tim-Philipp Müllergstxml: fix (de)serialisation of properties of type...
2009-06-08 Tim-Philipp Müllerutils: gst_util_uint64_scale*() micro-optimisations
2009-05-27 Sebastian DrögeAPI: Add gst_message_{new,parse}_tag_full() to get...
2009-05-27 Sebastian DrögeRevert "element: Set the originating pad as message...
2009-05-14 Sebastian Drögeelement: Set the originating pad as message source...
2009-04-15 Jan Schmidtdocs: remove errant gtk-doc comment marker triggering...
2009-04-08 Stefan Kosttests: remove the hacks to workaround the pad-leak
2009-03-24 Wim Taymansgstutils: improve property set and convert code
2009-03-18 Zeeshan Ali (Khattak)gstpad: fix gst_pad_can_link()
2009-03-02 Sebastian DrögeAPI: Add gst_util_array_binary_search() for binary...
2009-02-04 Stefan Kostleak: don't return without calling va_end
2009-01-25 Stefan KostAdd more debug logging for failure cases.
2009-01-03 Edward Herveygst/: Assign debug statements to relevant categories...
2009-01-01 Stefan Kostgst/gstdebugutils.c: Add some ideas, how to make the...
2008-12-17 Sebastian Drögegst/gstutils.c: Add FIXME for 0.11 to set the pad as...
2008-12-09 Sebastian Drögegst/gstutils.c: Fix a caps memory leak introduced by...
2008-12-09 Sebastian Drögegst/gstutils.c: Check if the caps of the pads are compa...
2008-11-04 Andy Wingogst/gstutils.c (gst_util_seqnum_next): Refactor for...
2008-11-04 Andy WingoAdd sequence numbers to events and messages. See #559250.
2008-10-31 Stefan Kostgst/gstpreset.c: Use g_unlink instead of unlink.
2008-08-30 Edward HerveyFix all leaks due to the bug in gst_pad_template_new...
2008-08-27 David Schleefgst/gstutils.c: Remove check in gst_pad_query_convert...
next