platform/upstream/gstreamer.git
2011-09-26 Wim TaymansMerge branch 'master' into 0.11
2011-09-26 Wim Taymanssegment: improve API docs a little
2011-09-26 Raimo Järvigst: Fix compiler warnings on 64 bit mingw-w64
2011-09-25 Tim-Philipp... examples: fix bogus g_object_unref in helloworld example
2011-09-23 Edward HerveyMerge branch 'master' into 0.11
2011-09-21 Edward HerveyUpdate common to 0.11 branch
2011-09-21 Vincent Penquerc'hbasetransform: delay serialized events when src caps...
2011-09-19 Stas Sergeevpad: Set caps on pad before checking if the pad is...
2011-09-19 Fabrizio (Misto... caps: use g_value_take_string() and gst_value_get_caps...
2011-09-16 Tim-Philipp... pad: add more debug logging for other chain function...
2011-09-16 Tim-Philipp... pad: fix up printf format in debug message
2011-09-16 Vincent Penquerc'hpad: make some debug traces more useful
2011-09-14 Tim-Philipp... scripts: remove gstcvstest.sh
2011-09-13 Tim-Philipp... lfocontrolsource: fix clang compiler warning
2011-09-13 Tim-Philipp... tests: make sure filesrc returns escaped URIs even...
2011-09-10 Tim-Philipp... caps: move log messages for caps creation/freeing into...
2011-09-09 Sebastian Drögepad: Only do the subset check in gst_pad_accept_caps...
2011-09-08 Nicolas Dufresnebasesink: make it easy to override the pad query
2011-09-08 Sebastian DrögeRevert "Revert "basetransform: Use check for subsets...
2011-09-08 Sebastian DrögeRevert "Revert "pad: Check for subsets, not non-empty...
2011-09-08 Sebastian DrögeMerge branch 'master' into 0.11
2011-09-08 Sebastian DrögeRevert "pad: Use gst_pad_accept_caps() instead of manua...
2011-09-08 Sebastian DrögeMerge branch 'master' into 0.11
2011-09-08 Sebastian Drögepad: Use gst_pad_accept_caps() instead of manually...
2011-09-08 Sebastian Drögepad: Print a g_warning() if pad accept caps that are...
2011-09-08 Sebastian DrögeRevert "basetransform: Use check for subsets and not...
2011-09-08 Sebastian DrögeRevert "pad: Check for subsets, not non-empty intersect...
2011-09-07 Piotr Fusikdocs, gst: typo fixes
2011-09-07 Tim-Philipp... docs: fix make distcheck
2011-09-07 Sebastian Drögebasetransform: If there's no peer we still have to...
2011-09-07 Stefan Sauerdocs: cleanup makefiles
2011-09-07 Stefan Sauerdocs: escape % in docblob
2011-09-07 Stas Sergeevghostpad: Use gst_pad_set_caps() instead of manually...
2011-09-06 Stefan SauerAutomatic update of common submodule
2011-09-06 Stefan SauerAutomatic update of common submodule
2011-09-06 Sebastian Drögebasetransform: Use check for subsets and not non-empty...
2011-09-06 Sebastian Drögepad: Check for subsets, not non-empty intersections...
2011-08-29 Wim Taymansminiobject: change to GST_DEFINE_MINI_OBJECT_TYPE
2011-08-29 Wim Taymansinit: add _get_type() functions
2011-08-29 Wim Taymansgst: add some _priv prefixes to private methods
2011-08-29 Wim Taymansmini-object: use ref/unref directly in boxed copy/free
2011-08-26 Wim TaymansMerge branch 'master' into 0.11
2011-08-26 Wim Taymansbase: rename allocation vmethods
2011-08-26 Wim Taymansbuffer: improve flags
2011-08-26 Josep Torradocs: add since 0.10.36 on the new _NONE enum values
2011-08-26 Josep Torrastepping: use the proper argument order
2011-08-26 Josep Torrafileindex: explicitly cast to the enum types
2011-08-26 Josep Torratypefinder: use GST_TYPE_FIND_NONE instead of 0
2011-08-26 Josep Torralfocontrolsource: explicitly cast to the enum type
2011-08-26 Josep Torratypefind: add GST_TYPE_FIND_NONE and use it
2011-08-26 Josep Torrabaseparse: use the enum values for 0 and don't abuse...
2011-08-26 Josep Torrabaseparse: put the arguments of g_return_val_if_fail...
2011-08-26 Josep Torraparse: use GST_PARSE_FLAG_NONE instead of 0
2011-08-26 Josep Torravalue: explicitly cast to the enum type
2011-08-26 Josep Torrautils: minor changes related to enum types
2011-08-26 Josep Torratrace: add GST_ALLOC_TRACE_NONE for consistency and...
2011-08-26 Josep Torratask: explicitly cast to the enum type
2011-08-26 Josep Torratagsetter: use GST_TAG_MERGE_UNDEFINED instead of FALSE
2011-08-26 Josep Torrasegment: use GST_SEEK_FLAG_NONE instead of 0
2011-08-26 Josep Torraregistrychunks: explicitly cast to the enum types
2011-08-26 Josep Torraquery: minor changes related to enum types
2011-08-26 Josep Torrapadtemplate: explicitly cast to the enum types
2011-08-26 Josep Torrapad: explicitly cast to the enum type
2011-08-26 Josep Torramessage: explicitly cast to the right enum types
2011-08-26 Josep Torrainfo: explicitly cast to the enum type
2011-08-26 Josep Torraindex: explicitly cast to the enum type
2011-08-26 Josep Torraformat: use GST_FORMAT_UNDEFINED and few casts to GstFormat
2011-08-26 Sjoerd Simonsbasetransform: Fix bodged previous commit
2011-08-26 Sjoerd Simonsbasetransform: Use GstPadDirection in the query vfunc
2011-08-26 Wim Taymansbuffer: rename _CLIP to _DROP flag
2011-08-26 Wim Taymansbasetransform: remove some unused variables
2011-08-26 Wim Taymansbasetransform: add vmethod to configure upstream bufferpool
2011-08-26 Wim Taymansbasetransform: use pad direction like other vmethods
2011-08-26 Wim TaymansMerge branch 'master' into 0.11
2011-08-26 Wim Taymansuri: some doc fixes
2011-08-26 Sjoerd SimonsBaseTransform: Add a query vfunc
2011-08-26 Sjoerd Simonscapsfilter: don't assume _get_caps still has to be
2011-08-25 Wim Taymansbuffer: add clip flag
2011-08-25 Wim Taymansbuffer: rework flags a little
2011-08-25 Wim Taymansbuffer: always copy all buffer flags when asked
2011-08-25 Wim Taymansupdate defs
2011-08-25 Wim Taymansbuffer: pluralize the buffer flags
2011-08-25 Wim Taymansbasesink: remove preroll-queue-len property
2011-08-24 Wim TaymansMerge branch 'master' into 0.11
2011-08-23 Mark Nauwelaertsbasesink: ensure start_time reset upon flush
2011-08-23 Stefan Kostgstobject: also remove the cast as this is causing...
2011-08-23 Stefan Kostgstobject: use the atomic macros to deal with the glib...
2011-08-22 Wim Taymansobject: make _replace like the miniobject version
2011-08-22 Wim TaymansMerge branch 'master' into 0.11
2011-08-22 Wim Taymansvalue: remove our FOURCC GType
2011-08-21 David Schleefobject: make gst_object_replace() atomic
2011-08-20 Stefan Kostdocs: more clarification for element docs
2011-08-20 Stefan Kostdocs: small clarification in the gst_element_get_reques...
2011-08-18 Tim-Philipp... baseparse: don't use == in debug string
2011-08-18 Tim-Philipp... baseparse: fix crash on seek from streaming thread...
2011-08-17 Wim Taymansstructure: add method to fixate one field
2011-08-17 Wim Taymansbasesrc: add default fixate function
2011-08-17 Wim Taymansdocs: improve some docs
2011-08-16 Wim Taymansbuffer: return processed number of bytes
2011-08-16 Tim-Philipp... docs: fix typo in element factory documentation
next