pad: clear pad cache when installing probes
[platform/upstream/gstreamer.git] / gst / gstutils.c
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...
2008-08-20 Murray Cumminggst/gstutils.c: Mention that this is just like gst_buff...
2008-05-27 Tim-Philipp MüllerAPI: add gst_bin_find_unlinked_pad()
2008-05-25 Tim-Philipp Müllergst/: 'unconnected pad' -> 'unlinked pad' for consisten...
2008-05-24 Tim-Philipp MüllerAPI: gst_parse_launch_full()
2008-05-22 Tim-Philipp Müllergst/: More guards against bad input; typo fix; some...
2008-05-21 Wim TaymansDon't use gst_element_get_pad().
2008-05-14 Stefan Kostgst/gstinfo.c: Explain why we copy the list.
2008-04-17 Sebastian Drögegst/gstutils.c: Use g_atomic_int_set() here too instead...
2008-04-17 Sebastian Drögegst/gstutils.*: API: Deprecate gst_atomic_int_set(...
2008-04-10 José AlburquerqueAdd gst_pad_add_*_probe_full() functions with a notify...
2008-02-06 Stefan Kostgst/gstconfig.h.in: Add 'id' for example.
2008-02-01 Thijs Vermeirgst/gstutils.c: Check if caps are not NULL (fix bug...
2008-01-30 Jan Schmidtgst/gstutils.c: Check if caps are not NULL (fix bug...
2008-01-30 Thijs Vermeirgst/gstutils.c: Check if caps are not NULL (fix bug...
2008-01-30 Cygwin Ports maint... gst/gstutils.c: Fix compilation on systems that have...
2007-12-28 Tim-Philipp Müllergst/: Bunch of gratuitous nano-optimisations.
2007-12-13 Tim-Philipp Müllergst/gstutils.c: Fix possible compiler warning (#503417).
2007-12-12 Stefan Kostgst/gstutils.c: Add mising "Since:" to docs.
2007-12-11 Stefan Kostgst/gstutils.*: Actually its not PURE as it gets the...
2007-12-11 Stefan KostChange GST_GET_TIMESTAMP into gst_util_get_timestamp...
2007-12-03 Wim Taymansgst/gstutils.c: Clarify gst_element_get_compatible_pad...
2007-10-05 Wim Taymansgst/: Small comment and documentation update.
2007-07-10 Stefan Kostgst/gsttaglist.c: Fix doc syntax.
2007-06-21 Jan SchmidtBeef up and include the docs for gst_type_register_stat...
next