utils: defer getting the classes until we actualy need them
[platform/upstream/gstreamer.git] / gst / gstutils.c
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...
2007-06-21 Stefan KostSaving relocations for GTypeInfo and GstElementDetails...
2007-06-07 Tim-Philipp Müllergst/gstutils.c: Small docs addition.
2007-05-09 Peter Kjellerstedtgst/: Maintain API and ABI when --disable-parse is...
2007-04-29 Stefan Kostgst/gstutils.c: Improve docs for gst_element_{link...
2007-03-09 Wim TaymansAdd metadata copy functions. Fixes #393099.
2007-02-28 Wim Taymansgst/gstelement.*: Improve docs a little. Added Since...
2007-01-29 Stefan Kostconfigure.ac: comment about refining the xml deps
2006-12-09 Jan Schmidtgst/gst.c: Ignore EINTR when reading from the child...
2006-11-06 Stefan Kostdocs/gst/gstreamer-sections.txt: add new API and fix...
2006-10-06 Josep Torre Vallesgst/gst.c: Fix empty declaration and type mismatch.
2006-09-15 Wim Taymansgst/gstbin.c: Update documentation.
2006-08-31 Michael Smithgst/gstutils.c: Ensure that we set a capsfilter to...
2006-08-23 Wim Taymansgst/gstutils.c: Handle RESYNC correctly in _proxy_getcaps.
2006-08-15 Tim-Philipp Müllergst/gstutils.c: Fix memleak (#351502).
2006-07-31 Wim Taymansgst/gstutils.c: Protect _PAD_CAPS with OBJECT_LOCK.
2006-07-26 Tim-Philipp Müllerdocs/manual/basics-elements.xml: Fix gst_element_link...
2006-07-14 Antoine Tremblaygst/gstutils.c: Free iterator when done (#347311).
2006-07-11 Edward Herveygst/gstbin.c: (de)activate src pads before calling...
2006-05-19 Tim-Philipp MüllerAPI: add gst_element_seek_simple() (#342238).
2006-05-08 Thomas Vander Stichelewhitespace, comment, doc fixup
2006-05-04 James AndrewarthaMake sure gstprivate.h and/or config.h are always inclu...
next