platform/upstream/gstreamer.git
2010-03-30 Tim-Philipp... build: build examples subdirectories in parallel if...
2010-03-29 Thiago Santosbasetransform: Refactor caps suggestion on pad_alloc
2010-03-29 Stefan Kostgstinfo: add a comment explaining the reason for using...
2010-03-29 Stefan Kostgstinfo: always define dummy debug category as a functi...
2010-03-29 Stefan Kostbuild: fix redeclaration erors when building with ...
2010-03-29 Stefan Kostbuild: move some prototypes out of #ifndef GST_DISABLE_...
2010-03-29 Stefan Kostinfo: readd the use of GstDebugFuncPtr typedef and...
2010-03-29 Alan Knowlesnet: fix typo in net client clock structure
2010-03-29 Tim-Philipp... build: add cruft alert for common/shave*
2010-03-28 Sebastian Drögeinfo: Fix build at least until the correct fix is found
2010-03-28 Sebastian Drögestructure: Make structure abbreviations array one-time...
2010-03-28 Sebastian Drögeiterator: Add FIXME 0.11 for using GSlice for allocation
2010-03-28 Sebastian Drögegst: Use GSlice instead of normal g_malloc in more...
2010-03-28 Stefan Kostbuild: more some prototypes out if #ifndef GST_DISABLE_...
2010-03-25 Tim-Philipp... po: update translations for newly-added strings
2010-03-25 Tim-Philipp... docs: fix intermittent make distcheck failures
2010-03-25 Sebastian Drögeelementfactory: Add FIXME 0.11 to remove GstElementDeta...
2010-03-25 Wim Taymansqueue2: handle write errors
2010-03-25 Wim Taymansqueue2: add element query function
2010-03-25 Wim Taymansbin: improve docs a little
2010-03-25 Wim Taymansqueue2: remove fixed FIXME
2010-03-25 Wim Taymansqueue2: add the buffering percent in BUFFERING query
2010-03-25 Wim Taymansqueue2: improve buffer level measurement in download...
2010-03-25 Tim-Philipp... libs: don't use fancy shell features when invoking...
2010-03-25 Tim-Philipp... libs: fix PKG_CONFIG_PATH used when calling gobject...
2010-03-25 Edward HerveyGstAdapter: add a unchecked variant of flush for intern...
2010-03-24 Thiago Santostags: Add new _USER_RATING tag
2010-03-24 Wim Taymansqueue2: add more info in the buffering query
2010-03-24 Wim Taymansqueue2: implement flushing in download buffering
2010-03-24 Edward HerveyAutomatic update of common submodule
2010-03-24 Benjamin OtteRemove unused code
2010-03-24 Tim-Philipp... build: fix make distcheck
2010-03-24 Benjamin OtteFix tests after set_element_details() deprecation
2010-03-24 Robert Swaingit-update: Fix and restructure logic
2010-03-24 Benjamin OtteDeprecated gst_element_class_set_details()
2010-03-24 Philippe Normandqueue2: Fix uninitialized variable compiler warning
2010-03-23 Tim-Philipp... tests: remove unused CHECK_CFLAGS and CHECK_LIBS from...
2010-03-23 Tim-Philipp... structure: add mapping for (uint) to allow deserialisat...
2010-03-23 Wim Taymansqueue2: implement seeking in download mode
2010-03-22 André Dieb... git-update.sh: use autogen.sh instead of autoregen...
2010-03-22 Stefan Kostgettext: build fixes: #if -> #ifdef
2010-03-22 Stefan Kostparse-launch: make delayed set recursive
2010-03-22 Sebastian Drögepkgconfig: Use @LIBM@ instead of -lm
2010-03-19 Tim-Philipp... pkgconfig: add back support for builddir != srcdir...
2010-03-18 Robert Swainbasetransform: Implement QoS message posting
2010-03-18 Wim Taymansbasesrc: catch, parse and store QoS event values
2010-03-18 Robert Swainbasesink: Implement QoS message posting in basesink
2010-03-17 Wim Taymansmessage: improve docs a little
2010-03-17 Robert Swainmessage: add QoS message to inform apps of lost data
2010-03-17 Benjamin Ottetest: Remove needless cast
2010-03-17 Tim-Philipp... Revert "Add srcdir to includes for out-of-source builds"
2010-03-17 Wim Taymansdocs: avoid confusion between events and messages
2010-03-17 Sebastian Drögecontroller: Mark property_name in GstValueArray as...
2010-03-17 Mart Raudseppdocs: fix typo
2010-03-17 Mart Raudseppdocs: add missing "Since: 0.10.26" marker for gst_data_...
2010-03-17 Mart Raudseppdocs: fix since tag for gst_structure_id_has_field_typed()
2010-03-17 Tim-Philipp... docs: fix Since markers for gst_byte_writer_put_float*()
2010-03-17 Tim-Philipp... gst: use #if GLIB_CHECK_VERSION instead of #ifndef...
2010-03-17 Edward Herveytypefind: deactivate pad if we can't get length or...
2010-03-16 Thiago Santosbasetransform: Accept non-fixed caps suggestions
2010-03-16 Wim Taymansdocs: merge QoS message fields
2010-03-16 Stefan Kostpwg: mention how to build after using the project stamp
2010-03-16 Stefan Kosttask: snprintf needs to include "stdio.h"
2010-03-15 Wim Taymansdocs: update QOS docs to include QOS messages
2010-03-15 Wim Taymanstask: use bionic/libc friendly arguments to prctl
2010-03-15 Wim Taymanstask: update docs.
2010-03-15 Sebastian Drögetaglist: Work around gtk-doc problem
2010-03-15 Sebastian Drögebytewriter: Use correct gtk-doc workaround
2010-03-15 Sebastian Drögeutils: Handle iterator resyncs in gst_pad_proxy_setcaps()
2010-03-15 Wim Taymanstask: configure the object name as thread name
2010-03-15 Wim Taymanspad: set a good name on the task of the pad
2010-03-15 Wim Taymanstask: retab
2010-03-15 Stefan Kostlogging: remove extra newline
2010-03-15 Stefan Kostbus: turn g_return_if_fail into g_assert.
2010-03-15 Stefan Kostcaps: move the check to the public api.
2010-03-15 Stefan Kostcaps: this is internal API where we need to ensure...
2010-03-15 Stefan Kostgst: this is an internal function where we already...
2010-03-15 Stefan Kostdebugutils: fix case of pad flag
2010-03-15 Stefan Kostdebug: add pretty printer for events
2010-03-13 Benjamin OtteAdd some 0.11 FIXMEs for GstPluginInitFunc
2010-03-12 Tim-Philipp... po: update for new strings
2010-03-12 Leo Singergstinfo: fix compilation error if HAVE_REGISTER_PRINTF_...
2010-03-12 Benjamin Otteplugins: Do not ever unload a plugin after calling...
2010-03-12 Sebastian Drögeinterpolationcontrolsource: Don't pass NULL to the...
2010-03-12 Robert Swaingit-update: Fix error return value and make the script...
2010-03-12 Edward HerveyAutomatic update of common submodule
2010-03-12 Edward Herveygst: Use G_VALUE_COLLECT_INIT if available
2010-03-11 Benjamin Ottewin32: Fix build failures of tests
2010-03-11 Thiago Santostags: Adds new geo location tags
2010-03-11 Benjamin Ottewin32: Add prototype for DllMain()
2010-03-11 Edward HerveyUpdate .po files
2010-03-11 Edward Herveygstreamer: remove unneeded casts
2010-03-11 Benjamin OtteRemove -Winline flag again
2010-03-11 Benjamin OtteAutomatic update of common submodule
2010-03-11 Benjamin OtteAdd a bunch more warning flags to configure
2010-03-11 Benjamin OtteFixes for -Wmissing-declarations -Wmissing-prototypes
2010-03-11 Tim-Philipp... buffer: fix printf format
2010-03-11 Stefan Kosttests: cast the arg. to fix the build with new compiler...
2010-03-11 Stefan Kosti18n: define dummy ngettext if i18n is disabled.
2010-03-11 Stefan Kosti18n: fix the build with i18n disabled.
next