platform/upstream/gstreamer.git
2011-11-07 Wim TaymansMerge branch 'master' into 0.11
2011-11-07 Wim Taymanspad: rework pad probes
2011-11-07 Vincent Penquerc'hgstcaps: remove unneeded use of gint64
2011-11-07 Vincent Penquerc'hgstvalue: quicker version of intersection when we do...
2011-11-07 Vincent Penquerc'hgststructure: simplify return statement in gst_structur...
2011-11-07 Vincent Penquerc'hgststructure: early out when we know a value cannot...
2011-11-07 Vincent Penquerc'hgstvalue: quicker test for substraction emptiness
2011-11-07 Vincent Penquerc'hgststructure: rejig test ordering for speed
2011-11-07 Stefan Sauerdocs: mention more api changes in the porting guide
2011-11-07 Wim Taymanscaps: fix compilation
2011-11-07 Wim TaymansMerge branch 'master' into 0.11
2011-11-06 Tim-Philipp... Revert "controller: fix g_return statement"
2011-11-05 Tim-Philipp... docs: remove refs to removed API
2011-11-05 Stefan Sauercontroller: the object needs a ref to the controller...
2011-11-05 Stefan Sauercontroller: fix g_return statement
2011-11-05 Stefan Sauercontroller: logging tweaks
2011-11-05 Tim-Philipp... gst: fix some compiler warnings
2011-11-04 Stefan Sauercontroller: add api to check for active controllers...
2011-11-04 Stefan Sauercontroller: remove obsolete comments from api transition
2011-11-04 Stefan Sauercontroller: fix tests after move and API changes
2011-11-04 Stefan Sauercontroller: port to new controller api
2011-11-04 Stefan Sauercontroller: update docs for controller move
2011-11-04 Stefan Sauercontroller: move to core/gstobject
2011-11-04 Stefan Sauerdocs: small clarification
2011-11-04 Stefan Sauerdocs: missing rename iface->interface in the docs
2011-11-04 Wim Taymansbin: fix the iterator copy
2011-11-04 Wim TaymansMerge branch 'master' into 0.11
2011-11-04 Sjoerd Simonsbasetransform: Only use the cached transform on strictl...
2011-11-04 Sjoerd Simonscaps: Add gst_caps_is_strictly_equal
2011-11-04 Wim Taymanstests: fix tests
2011-11-04 Wim Taymanspad: make probes work on all pads
2011-11-04 Peteris Krisjanisintrospection: add Value annotations for GST_SECOND...
2011-11-04 Tim-Philipp... configure: suppress unused variable warnings if gst...
2011-11-04 Tim-Philipp... configure: fix typo around GLIB_EXTRA_CFLAGS in GST_ALL...
2011-11-03 Tim-Philipp... queue: use statically allocated GQueue
2011-11-03 Tim-Philipp... bin: use statically allocated GQueue
2011-11-03 Tim-Philipp... collectpads2: use flags enum instead of guint in structure
2011-11-03 Tim-Philipp... queue2: use statically allocated GQueue
2011-11-03 Wim Taymansfix request pad
2011-11-03 Wim Taymansdef: update defs
2011-11-03 Wim Taymansnet: add net address metadata
2011-11-03 Wim Taymansnettime: clean up header
2011-11-03 Wim Taymanstask: don't use lock/unlock_full
2011-11-03 Wim TaymansMerge branch 'master' into 0.11
2011-11-03 Wim Taymanspad: small cleanup
2011-11-03 Nicolas Dufresneghostpad: Don't cache internal proxy pad target
2011-11-02 Wim Taymansutils: remove _found_tags_ API
2011-11-02 Wim TaymansMerge branch 'master' into 0.11
2011-11-02 Wim Taymansbuffer: improve docs
2011-11-02 Wim Taymansevent: make GstSegment argument const
2011-11-02 Wim Taymansdocs: remove metatiming from docs
2011-11-02 Wim Taymanstask: api cleanup
2011-11-02 Wim Taymansstructure: cleanup API
2011-11-02 Wim Taymansmeta: remove timing metadata
2011-11-02 Wim Taymansbufferlist: clean up API
2011-11-01 Tim-Philipp... adapter: simplify gst_adapter_take_list()
2011-11-01 Tim-Philipp... docs: mention GstActivateMode rename in porting doc
2011-11-01 Tim-Philipp... pad: rename GstActivateMode to GstPadActivateMode
2011-11-01 Tim-Philipp... pad: rename GstProbeType and GstProbeReturn to GstPadPr...
2011-10-31 Tim-Philipp... taglist: remove gst_tag_list_get_*long*()
2011-10-31 Tim-Philipp... Update .def file for removed/changed API
2011-10-31 René Stadlerbasetransform: fix crash/warning in find_transform...
2011-10-31 Tim-Philipp... configure: make GLIB_EXTRA_CFLAGS overwritable
2011-10-31 Tim-Philipp... filter: remove gst_filter_run() and deprecated filter...
2011-10-31 Tim-Philipp... Merge remote-tracking branch 'origin/master' into 0.11
2011-10-30 Tim-Philipp... taglist: rename _new() to _new_empty() and new_full...
2011-10-30 Tim-Philipp... filter: deprecate gst_filter_run()
2011-10-30 Tim-Philipp... registry: don't use soon-to-be-deprecated gst_filter_run()
2011-10-30 Tim-Philipp... pluginfeature: deprecate gst_plugin_feature_type_name_f...
2011-10-30 Tim-Philipp... taglist: make opaque
2011-10-30 Tim-Philipp... Merge remote-tracking branch 'origin/master' into 0.11
2011-10-30 Tim-Philipp... taglist: add to_string and new_from_string functions
2011-10-30 Tim-Philipp... Merge remote-tracking branch 'origin/master' into 0.11
2011-10-30 Tim-Philipp... taglist: avoid pointless tag name -> quark lookups
2011-10-30 Tim-Philipp... taglist: add gst_tag_list_is_equal()
2011-10-29 Tim-Philipp... structure: identical structures are definitely equal
2011-10-29 Tim-Philipp... taglist: fix string for GST_TAG_ARTIST_SORTNAME
2011-10-29 Tim-Philipp... elementfactory: move private functions for registry...
2011-10-28 René Stadlerbasetransform: fix invalid access to unreffed allocatio...
2011-10-28 Wim Taymansbuffer: fix docs some more
2011-10-28 Wim TaymansMerge branch 'master' into 0.11
2011-10-28 Wim Taymanstests: fix segment check
2011-10-28 Wim Taymanssegment: remove GST_SEEK_TYPE_CUR
2011-10-28 Wim Taymansbuffer: improve docs
2011-10-28 Sebastian Drögebytewriter: Add padding
2011-10-28 Sebastian Drögebitreader: Add padding
2011-10-28 Sebastian Drögebytereader: Add padding
2011-10-28 Wim Taymansporting: update
2011-10-28 Wim Taymansdocs: update
2011-10-28 Wim Taymansdefs: update for new api
2011-10-28 Wim Taymanscheck: also debug the DTS
2011-10-28 Wim Taymansadapter: use pts/dts on buffers
2011-10-28 Wim Taymanscompat: add timestamp compat defines
2011-10-28 Wim Taymansbuffer: add pts/dts to buffers
2011-10-28 Sjoerd Simonsbasetransform: Also fush the cache when changing the...
2011-10-28 Sjoerd Simonsbasetransform: Add debug output when returning a cached...
2011-10-28 Wim TaymansMerge branch 'master' into 0.11
2011-10-28 Wim Taymanscoolectpads2: port to 0.11
2011-10-28 Wim TaymansMerge branch 'master' into 0.11
2011-10-28 Sebastian Drögecollectpads2: Fix refcount handling if a buffer was...
next