gst/: Printf format fixes (#465028).
[platform/upstream/gstreamer.git] / gst /
2009-10-29 Tim-Philipp Müllergst/: Printf format fixes (#465028).
2009-10-29 Wim Taymansgst/playback/gstqueue2.c: Use other metrics as well...
2009-10-29 Wim Taymansgst/playback/gstplaybasebin.c: Small debug improvement.
2009-10-29 David Schleefgst/playback/gstqueue2.c: Fix compile error from ignore...
2009-10-29 Edward Herveygst/playback/gstqueue2.c: Fix build on MacOSX.
2009-10-29 Wim Taymansgst/playback/gstqueue2.c: Fix a division by zero when...
2009-10-29 Thiago Sousa Santosgst/playback/gstqueue2.c: Wait for preroll before attem...
2009-10-29 Wim Taymansgst/playback/gstqueue2.c: Fix compilation.
2009-10-29 Thiago Sousa Santosgst/playback/gstqueue2.c: Add pull based scheduling...
2009-10-29 Wim TaymansSome more fseeko checks.
2009-10-29 Wim Taymansgst/playback/gstqueue2.c: Include stdio to define fseeko.
2009-10-29 Thiago Sousa Santosgst/playback/gstqueue2.c: Add support for filebased...
2009-10-29 Wim Taymansgst/playback/gstqueue2.c: Tweak the buffering threshold...
2009-10-29 Wim Taymansgst/playback/gstqueue2.c: fix build.
2009-10-29 Wim Taymansgst/playback/: On our way to playbin2 this is the new...
2009-10-29 David Schleefparse: Fix memleak of unused delayed links
2009-10-28 Rob Clarkpad: make _fixate_caps() also truncate when needed
2009-10-28 Wim Taymansinfo: fix docs
2009-10-28 Edward Herveyoptimisation : Use g_object_newv where possible.
2009-10-28 Stefan Kostannotations: add annotations to gst_init_check too
2009-10-28 Stefan Kostdocs: tell more about what happens in gst_init.
2009-10-28 Stefan Kostdocs: remove reference to OGI and rephrase sections...
2009-10-28 Tim-Philipp MüllerRemove GST_DEBUG_FUNCPTR where they're pointless
2009-10-27 Stefan Kostdebugutils: allow to hide/show pad status with graphdet...
2009-10-24 Sebastian Drögeregistry: private is a C++ keyword, don't use it
2009-10-24 Tim-Philipp Müllerdocs: add Since tag to docs for new API
2009-10-24 Edward Herveytypefind: Keep typefind factories sorted in the registr...
2009-10-24 Edward Herveyregistry: Cache element and typefind factories. Fixes...
2009-10-24 Edward Herveygstpluginfeature: API : new gst_plugin_feature_list_cop...
2009-10-24 Edward Herveygstregistry: Add a cookie for detecting feature list...
2009-10-23 Wim Taymansmessage: don't use typechecking cast macros
2009-10-23 Wim TaymansRevert "gstmessage: Avoid expensive src/type/timestamp...
2009-10-23 Edward Herveygstmessage: Avoid expensive src/type/timestamp fetch.
2009-10-23 Edward Herveygstcaps: Use inlined version of _is_any()/_is_empty()
2009-10-22 Jan Schmidtgstpipeline: Simplify base time checking slightly
2009-10-22 Edward Herveygsturi: Optimisation: Avoid type-checking in sorting...
2009-10-22 Edward Herveygsturi: Optimisation : Cast when we're sure of the...
2009-10-22 Edward Herveygstregistry: Use hash table when finding a feature...
2009-10-21 Wim Taymansregistry: hash the plugin basename
2009-10-21 Wim Taymansregistry: speed up _strlen
2009-10-21 Wim Taymansregistry: name is never NULL
2009-10-21 Wim Taymansregistry: refactor plugin lookup
2009-10-21 Wim Taymansregistry: do quick check for . files
2009-10-20 Benjamin Ottedocs: Fix docs for gst_caps_set_simple()
2009-10-19 Jan Schmidtdocs: Modify docs string slightly.
2009-10-19 Jan Schmidtpluginloader: When a plugin is blacklisted, output...
2009-10-19 Peter Kjellerstedttrace: Do not poison gst_trace_add_entry()
2009-10-16 Wim Taymanscaps: fix typo in docs
2009-10-15 Benjamin OtteImprove caps setters API
2009-10-15 Stefan Kostdocs: clarify preset api docs
2009-10-14 Peter Kjellerstedtiterator: Fix a documentation typo
2009-10-14 Sebastian Drögegstobject: Replace recursive gst_object_has_ancestor...
2009-10-12 Jan Schmidtdebug: Mark the GST_POLL symbol as extern to avoid...
2009-10-12 Jan Schmidtgstpoll: Make the new GST_POLL debug completely private
2009-10-12 Edward Herveygstpluginloader: Don't wait forever on gst_poll_wait.
2009-10-12 Edward Herveygstpoll: Only take into account active fds
2009-10-12 Edward Herveygstpoll: Add some debugging statements
2009-10-12 Edward Herveygstpoll: Use the error fdset when using select/pselect.
2009-10-12 Edward Herveygstpoll: Don't use poll on systems with broken poll
2009-10-12 Edward Herveygst: Add debugging category GST_POLL for gstpoll
2009-10-08 Jan Schmidtpluginloader: Fix valgrind warnings by zeroing padding...
2009-10-08 Jan Schmidtregistrychunks: Fix a debug format string harder to...
2009-10-08 Jan Schmidtregistrychunks: Fix format string for debug error message.
2009-10-08 Jan Schmidtpluginloader: Move stdin and stdout out of harm's way
2009-10-08 Jan Schmidtregistry: Fix error handling in the registry loader
2009-10-08 Tim-Philipp Müllergstinfo: add back fix that shouldn't have been reverted
2009-10-08 Edward Herveygstobject: Remove dead assignment.
2009-10-08 Edward Herveygstindex: Make sure writer is non-NULL.
2009-10-08 Jan Schmidtplugin: Ignore an empty dependency list.
2009-10-08 Jan Schmidtregistrychunks: Fix off-by-one error. Improve debug.
2009-10-07 Tim-Philipp Müllerdocs: fix Since: tags in docs for newly-added API
2009-10-07 Stefan Kostinfo: revert two of the changes
2009-10-07 Stefan Kostinfo: use a "%s" format string when printing the memory...
2009-10-07 Rob Clarkparse: don't format the string twice
2009-10-07 Stefan Kostpad: add variants of gst_pad_get_caps() that don't...
2009-10-07 Michael Smithelementfactory: fix spelling in comment
2009-10-07 Tim-Philipp Müllerregistry: improve plugin loader failure message for...
2009-10-07 Wim Taymansmessage: whitespace fixes
2009-10-07 Stefan Kostpad: flip the G_UNLIKELY
2009-10-07 Stefan Kostbuild: sprintf, sscanf need stdio.h
2009-10-07 Stefan Kostchildproxy: initialize gvalue in _valist function....
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-10-06 Wim Taymansghostpad: take locks around smaller section
2009-10-06 Tim-Philipp Müllergst: remove more unnecessary cast when using g_signal_*()
2009-10-06 Jan Schmidtpluginloader: Add a magic number and maximum size limit.
2009-10-06 Jan Schmidtregistry: Also check the binary registry chunk version...
2009-10-06 Jan Schmidtregistry: Support installed/uninstalled plugin-scanner...
2009-10-06 Jan SchmidtRemove checking for and mentions of fork where possible.
2009-10-06 Jan SchmidtOnly load the registry cache once per process.
2009-10-06 Jan SchmidtAdd some more debug the registry.
2009-10-06 Jan SchmidtAdd restarting of the plugin loader and blacklisting...
2009-10-06 Jan SchmidtPlugin loader phase 2
2009-10-06 Jan Schmidtregistry: Add registry helper phase 1
2009-10-06 Jan Schmidtregistry: Rearrange some things.
2009-09-14 Stefan Kostdocs: GST_MESSAGE_STREAM_STATUS is implemented nowadays.
2009-09-12 Sebastian Drögeintrospection: Don't typedef GstTagList to GstStructure...
2009-09-11 Jan SchmidtDon't use C++ style comments
2009-09-11 Jan Schmidtmessage: Disable restriction that structure changes...
next