platform/upstream/gstreamer.git
2010-09-09 Stefan Kostchecks: and check the right env-var (fixup last commit)
2010-09-09 Stefan Kosttests: allow running state tests for all elements
2010-09-09 Edward Herveygstobject: avoid string creation when not needed
2010-09-09 Sebastian Drögeidentity: identity is GAP flag aware, no need to let...
2010-09-09 Stefan Kostgst-launch: add a sync bus handler and move state-chang...
2010-09-08 Tim-Philipp... caps: simplify code a bit
2010-09-08 Stefan Kostpad: add a unchecked variant for pull
2010-09-07 Tim-Philipp... gst-uninstalled: add ugly/bad/ffmpeg pkg-config dirs...
2010-09-07 Tim-Philipp... docs: update plugin docs for recent changes
2010-09-07 Tim-Philipp... Automatic update of common submodule
2010-09-07 Tim-Philipp... gst-inspect: don't use gst_structure_foreach() on NULL...
2010-09-06 Tim-Philipp... po: update translations for new strings
2010-09-06 Tim-Philipp... gsterror: add default error message for GST_LIBRARY_ERR...
2010-09-06 Tim-Philipp... gsterror: avoid pointless string copying
2010-09-06 Edward Herveycheck: Avoid error: array subscript is above array...
2010-09-06 Stefan Kostdocs: give a practical example for the gst_object_has_a...
2010-09-06 Stefan Kostelementfactory: use the parent_class defined by G_DEFIN...
2010-09-06 Stefan Kosttests: tune skipping checks if we have disabled subsystems
2010-09-06 Olivier Crêteregistrychunks: Use the correct variable for debug...
2010-09-06 Stefan Kostelement-details: allow for arbitrary element details
2010-09-06 David SchleefAutomatic update of common submodule
2010-09-05 Sebastian DrögeAutomatic update of common submodule
2010-09-05 Edward Herveywin32: Add new symbols from GstElementFactoryList
2010-09-03 Philippe Normandqueue2: buffering_ranges query support
2010-09-03 Sebastian Drögegstquery: Only fill the start/stop values of the buffer...
2010-09-03 Philippe Normandgstquery: new buffering_ranges API
2010-09-03 Edward HerveyGstElementFactory: Add listing features
2010-09-02 Tim-Philipp... docs: mention GST_DEBUG_OPTIONS, ORC_CODE, G_DEBUG...
2010-09-02 Stefan Kostfakesrc: fix use of empty subbuffers
2010-09-01 Jeffrey S.... Fix casts in a bunch of inline functions to maintain...
2010-09-01 Tim-Philipp... build: use new AG_GST_PKG_CONFIG_PATH m4 macro from...
2010-09-01 Wim Taymansmanual: improve clock docs a little
2010-09-01 Sebastian Drögegstvalue: Fix memory leaks in the int64range tests
2010-09-01 Philippe Normandgstvalue: Add new GstInt64Range type
2010-08-31 Arun Raghavandocs: Trivial cleanup for GST_DEBUG_CATEGORY_GET
2010-08-30 Edward Herveyinfo: Re-instate the default for color usage
2010-08-30 Edward Herveycheck: Use g_strcmp0 instead of strcmp
2010-08-30 Stefan Kostqueue: add silent property to suppress signal emission
2010-08-28 Sebastian Drögeutils: Add gst_util_fraction_compare() to the docs...
2010-08-28 Jan Schmidttests: Remove checks for deprecated flow check macros
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-28 Jan Schmidttests: Add a couple of extra caps strings to test
2010-08-27 Sebastian Drögemultiqueue: Don't do an infinite loop in the loop function
2010-08-27 Sebastian Drögemultiqueue: Flush the data queue if downstream return...
2010-08-27 Sebastian Drögeelements: Stop using GST_FLOW_IS_FATAL()
2010-08-27 Sebastian Drögebase: Stop using GST_FLOW_IS_FATAL()
2010-08-27 Sebastian Drögepad: Deprecate GST_FLOW_IS_FATAL() and GST_FLOW_IS_SUCC...
2010-08-27 Stefan Kostfakesink: keep properties in order
2010-08-27 Stefan Kostqueue: ARG_ -> PROP_ for property constants
2010-08-26 Wim Taymansqueue2: fix on-disk buffering again
2010-08-26 Wim Taymansbasetransform: recover from invalid downstream suggestions
2010-08-26 Alessandro... gstplugin: load the gst-python plugin loader with G_MOD...
2010-08-25 Thiago Santostag: Adds GST_TAG_APPLICATION_DATA
2010-08-24 David Schleefgst-launch: Fix OIL_CPU_FLAGS docs for Orc
2010-08-24 Stefan Kostman: remove OIL_CPU_FLAGS from man page
2010-08-24 David SchleefValgrind define is HAVE_VALGRIND_VALGRIND_H
2010-08-24 David SchleefAllow gst_debug_set_default_threshold() before gst_init()
2010-08-23 Jonas Holmbergqueue: fix segfault in test
2010-08-23 Mark Nauwelaertsregistrychunks: intern all GstPluginDesc members when...
2010-08-23 Mark Nauwelaertsgstobject: fix leak when naming parented object
2010-08-20 Arun Raghavangst: Add a gst_is_initialized() API
2010-08-20 Wim Taymansbin: relax the source element check
2010-08-20 Jonas Holmbergqueue: added unit test for newsegment events
2010-08-20 Jonas Holmbergqueue: Push newsegment when linking in PLAYING
2010-08-19 Thiago Santoselement: link_many should activate pads if needed
2010-08-19 Sebastian Drögedatetime: Fix memory leak in the unit test by unreffing...
2010-08-19 Wim Taymanstests: fix comments in test
2010-08-19 Edward Herveyqueue2: Use G_GUINT64_FORMAT where needed
2010-08-18 Wim Taymanscheck: enable queue test again
2010-08-18 Jonas Holmbergqueue: fixed racy unit tests
2010-08-16 Stefan Kostplugins: add example launch lines and more explanation...
2010-08-13 Wim Taymansqueue2: fix compilation
2010-08-13 Robert Swainqueue2: Fix a special case during range management
2010-08-13 Robert Swainqueue2: fix locking around init_ranges
2010-08-13 Robert Swainqueue2: More ring buffer fixes
2010-08-13 Robert Swainqueue2: ring buffer fixes
2010-08-13 Robert Swainqueue2: Fix bugs
2010-08-13 Robert Swainqueue2: extend ring buffer to support ram mode
2010-08-13 Robert Swainqueue2: merge write buffer functions and fix bugs
2010-08-13 Wim Taymansqueue2: small cleanup
2010-08-13 Wim Taymansqueue2: cleanup write_to_ring_buffer
2010-08-13 Wim Taymansqueue2: cleanups
2010-08-13 Wim Taymansqueue2: remove unused variable
2010-08-13 Wim Taymansqueue2: cleanups
2010-08-13 Wim Taymansqueue2: remove unneeded signal
2010-08-13 Wim Taymansqueue2: set buffering mode correctly
2010-08-13 Wim Taymansqueue2: fix calculation of available ringbuffer data
2010-08-13 Wim Taymansqueue2: reading_pos is updated in create_read only
2010-08-13 Wim Taymansqueue2: refactor and add debug
2010-08-13 Wim Taymansqueue2: fix flushing
2010-08-13 Wim Taymansqueue2: add debug
2010-08-13 Wim Taymansqueue2: don't try to write 0 bytes
2010-08-13 Wim Taymansqueue2; cleanups and fixes
2010-08-13 Wim Taymansqueue2: refactorings
2010-08-13 Robert Swainqueue2: Use ring-buffer-max-size prop to control ring...
2010-08-13 Robert Swainqueue2: Clean up and improve code
2010-08-13 Robert Swainqueue2: Fix conditions where behaviour should differ...
2010-08-13 Robert Swainqueue2: add useful debug messages and fix an assumption...
2010-08-13 Robert Swainqueue2: fix buffering percentage in ring buffer mode
next