gst/gstutils.h: Initialize g_once_init* data with 0. Fixes bug #567225.
[platform/upstream/gstreamer.git] / gst /
2009-01-11 Sebastian Drögegst/gstutils.h: Initialize g_once_init* data with 0...
2009-01-08 Stefan Kostgst/gst.c: Create a registry if there is none also...
2009-01-06 Tim-Philipp Müllergst/gst.c: Ref new enum type in gst_init.
2009-01-06 Tim-Philipp MüllerAdd API for making a GStreamer plugin 'dependent' on...
2009-01-05 Wim Taymansgst/gstbus.c: The lock order should be maincontext...
2009-01-05 Wim Taymansgst/gstbin.c: Use an iterator to set the clock and...
2009-01-03 Edward Herveygst/gstindex.c: Add a debugging category for GstIndex...
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-27 Tim-Philipp Müllergst/gstbus.c: Make GstBusSource work with non-default...
2008-12-27 Tim-Philipp Müllergst/gstregistrybinary.c: Wrap multi-line macros in...
2008-12-20 Sebastian DrögeAPI: Add URI query type. This is useful to query the...
2008-12-19 Alessandro DecinaDon't forward gst_pad_set_caps() on a source ghostpad...
2008-12-17 Alessandro DecinaIn a source ghostpad, when caps are changed in the...
2008-12-17 Sebastian Drögegst/gstutils.c: Add FIXME for 0.11 to set the pad as...
2008-12-16 Stefan KostRename api added in previous commit and add since tag...
2008-12-16 Stefan KostAdd function to reset tagsetter for element reuse.
2008-12-16 Stefan Kostgst/gsttaglist.c: Avoid copy of empty taglist.
2008-12-16 Stefan KostMore complete unit tests. Fix handling of empty taglist...
2008-12-16 Stefan Kostgst/: Update GstTagSetter and GstTagMergeMode documenta...
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-12-05 David Schleefgst/gst.c: Search for plugins on win32 based on the...
2008-11-27 이문형gst/gstpoll.c: Adds support for FD_CONNECT event (win32...
2008-11-24 Simon Holm Thøgersengst/gstregistry.c: Reduce the number of stat() calls...
2008-11-21 Wim Taymansgst/gstpad.c: Avoid getting the acceptcaps function...
2008-11-20 Michael Smithgst/gstregistrybinary.c: In win32 codepath, if we fail...
2008-11-20 Wim Taymansgst/gstquery.*: Add GstQueryType for custom queries...
2008-11-19 Andrew Ferengst/gstobject.c: Unref the GEnumClass after usage again...
2008-11-19 Wim Taymansgst/gstbin.*: Add do-latency signal with the old defaul...
2008-11-18 Wim TaymansAdd method to recalculate and redistribute the latency...
2008-11-18 Wim Taymansgst/gstbuffer.h: Document the free_func.
2008-11-17 Stefan Kostgst/gstvalue.c: Don't crash if either of the string...
2008-11-17 Sebastian Drögegst/gstutils.h: Add G_GNUC_PURE to gst_util_uint64_scal...
2008-11-13 Wim Taymansgst/gstbuffer.c: Avoid costly typechecking for triviall...
2008-11-12 Sebastian Drögegst/gstregistrybinary.*: Don't write and check a CRC...
2008-11-06 Wim Taymansgst/gstvalue.c: Reorganize some more, be more conservat...
2008-11-06 Wim Taymansgst/gstcaps.c: Callgrind micro optimisations.
2008-11-06 Wim Taymansgst/gstevent.h: Add a SKIP seek flag for use with advan...
2008-11-05 Wim Taymansgst/gststructure.c: No need to memset, we can clear...
2008-11-04 Wim Taymansgst/gstbin.c: Get the seqnum before we dispose the...
2008-11-04 Wim TaymansCopy seqnums from events to messages so that they can...
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-11-03 Stefan Kostgst/gstregistrybinary.c: Don't bother with the GTimer...
2008-10-31 Stefan Kostgst/gstregistrybinary.c: Oh my, studip, stupid me....
2008-10-31 Stefan Kostgst/gstpreset.c: Use g_unlink instead of unlink.
2008-10-30 Stefan Kostgst/: Use g_unlink() as none of these are directories.
2008-10-29 Wim Taymansgst/gstpipeline.c: Some more comments.
2008-10-23 Wim Taymansgst/gstsegment.c: Set the last_stop to a more meaningfu...
2008-10-23 Sebastian DrögeAPI: Move float endianness conversion macros from libgs...
2008-10-20 Wim Taymansgst/gstpad.c: When we use gst_pad_alloc_buffer() withou...
2008-10-14 Tim-Philipp Müllergst/gstquark.c: Fix printf format warning.
2008-10-13 Wim Taymansdocs/design/part-TODO.txt: Remove item from the todo...
2008-10-13 Wim Taymansgst/gstbus.c: Fix deadlock, g_source_get_id() cannot...
2008-10-13 Olivier Cretegst/gstbus.c: Only allow one bus watch to be set at...
2008-10-10 Sebastian Drögegst/gstxml.c: Clarify that the save_thyself() and resto...
2008-10-10 Wim Taymansgst/gstpad.c: Revert a patch from 21 months ago that...
2008-10-10 Wim Taymansgst/gstbin.c: The message src can be NULL, don't try...
2008-10-08 Wim Taymansgst/gstpipeline.c: Release the object lock before tryin...
2008-10-08 Wim Taymansgst/gstghostpad.*: Unbreak -good build, private is...
2008-10-08 Andy Wingogst/gstghostpad.*: Fix unintended API removal: re-add...
2008-10-08 Andy Wingogst/gstghostpad.h (GstProxyPad, GstProxyPadClass, GstGh...
2008-10-08 Sebastian Drögegst/gstregistrybinary.c: If we can't get a cache file...
2008-10-08 Andy Wingogst/gstghostpad.c (gst_ghost_pad_construct): If we...
2008-10-07 Sebastian DrögeAlways use the unaligned variants of GST_READ_UINT...
2008-10-07 Tim-Philipp Müllergst/: Add 'Since' bits to gtk-doc chunks for new API.
2008-10-06 Andy Wingogst/gstbuffer.h (GST_BUFFER_FREE_FUNC): New API, a...
2008-10-06 Andy Wingogst/gstghostpad.*: New function, finishes the initializ...
2008-10-06 Olivier Cretegst/gstbin.c: Keep track of pads that are being linked...
2008-10-06 Wim TaymansImplement STRUCTURE_CHANGED messages. These messages...
2008-10-06 Wim Taymansgst/gstquark.*: Add some more quarks for new message...
2008-10-06 Antoine Tremblaygst/gstpad.c: Fix small refount leak in caps compatibil...
2008-09-14 Antoine Tremblaygst/gstelement.c: Avoid leaking the parent ref when...
2008-09-03 Tim-Philipp Müllergst/gsttaglist.h: Fix Since: markers for new geo tags.
2008-09-02 Stefan Kostgst/gsttaglist.h: Fix actual tag name define after...
2008-09-01 Wim Taymansgst/gstpad.c: Add fallback when calling the deprecated...
2008-09-01 Stefan KostAdd new tags for geo location and clarify purpose of...
2008-09-01 Olivier Cretegst/gstpad.c: Use thread-safe internal links iterator...
2008-09-01 Olivier CreteAdd threadsafe replacement functions for getting intern...
2008-08-30 Edward Herveygst/gstpad.c: Die evil deadlock, die !
2008-08-30 Edward HerveyFix all leaks due to the bug in gst_pad_template_new...
2008-08-29 Wim Taymansgst/gstiterator.*: After 3 years it's about time to...
2008-08-29 Wim Taymansgst/gstpad.c: Make the internal links function less...
2008-08-29 Tim-Philipp Müllergst/gst_private.h: Include gstinfo.h even if GST_DISABL...
2008-08-29 David Schleefgst/gstpadtemplate.c: Revert last change, since it...
2008-08-28 Stefan Kostgst/gstobject.c: Put the gst_object_get_name() back in.
2008-08-28 Stefan Kostgst/gstpadtemplate.c: The old behaviour was that gst_pa...
2008-08-28 Stefan Kostgst/gsturi.c: Don't segfault on input like "tel:+1...
2008-08-27 Stefan Kostgst/gstobject.c: Due to popular request also include...
2008-08-27 David Schleefgst/gstutils.c: Remove check in gst_pad_query_convert...
2008-08-27 David Schleefgst/gstutils.c: Remove check in gst_pad_query_convert...
2008-08-25 Wim Taymansgst/gstclock.c: Add some more debugging to the clock...
2008-08-25 Wim Taymansgst/gstbin.c: Take the (recursive) state lock between...
2008-08-25 Wim Taymansgst/gstbin.c: When an element is in the locked state...
2008-08-20 Murray Cumminggst/gstutils.c: Mention that this is just like gst_buff...
2008-08-14 Thijs Vermeirgst/gstpad.h: Add doc
2008-08-12 Stefan Kostgst/: Remove double interface from doc-string.
2008-08-11 Michael Smithgst/gstregistrybinary.c: Don't use g_mkstmp() on win32...
2008-08-11 Stefan KostDocument preset-iface vmethods.
next