platform/upstream/gstreamer.git
2009-05-15 Wim Taymansstress: add a clock stresstest
2009-05-15 Edward HerveyMakefile.am: update for added/moved/removed files that...
2009-05-14 Jan Schmidtdocs: Release script modifications
2009-05-14 Sebastian Drögecontroller: Use ordered GSequence instead of GList
2009-05-14 Wim Taymansdocs: rename and delete some design docs
2009-05-14 Sebastian Drögegst-launch: Print the path string for message sources
2009-05-14 Sebastian Drögeelement: Set the originating pad as message source...
2009-05-14 Wim Taymanselement: add gst_element_lost_state_full()
2009-05-13 Wim Taymansadapter: don't use realloc, it does a memcpy
2009-05-13 Wim Taymansdocs: update trickmode document
2009-05-13 Wim Taymansadapter: use g_realloc for resizing the buffer
2009-05-13 Wim Taymansadapter: move new member to private struct
2009-05-13 Wim Taymansadapter: update some docs
2009-05-13 Wim Taymanstests: add another test for adapter timestamps
2009-05-13 Wim Taymanstests: add new timestamp unit test
2009-05-13 Wim Taymansdefs: add new symbol
2009-05-13 Wim Taymansadapter: add method to keep track of timestamps
2009-05-13 Wim Taymansadapter: small cleanups
2009-05-13 Stefan Kostdebugutils: show more pad-details
2009-05-12 Stefan Kostdebugutils: layout improvement
2009-05-12 Tim-Philipp... checks: check for enum types not class_ref'ed in gst_in...
2009-05-12 Tim-Philipp... Initialise some more types in gst_init(), esp. the...
2009-05-12 Tim-Philipp... systemclock: remove duplicate _get_type() function...
2009-05-12 Stefan Kostghostpad: remove deprecated API
2009-05-12 Stefan Kostparse-launch: allow specifying GstElement properties...
2009-05-12 Wim Taymansdocs: add some docs about buffer lists
2009-05-12 Wim Taymansbufferlist: make objects opaque
2009-05-12 Wim Taymansbufferlist: fix a comment
2009-05-12 Jonas Holmbergbufferlist: hook up the pad functions
2009-05-12 Jonas Holmbergbufferlist: add docs/build/debug/unittest
2009-05-12 Jonas Holmbergbufferlist: add bufferlist code
2009-05-12 Edward Herveygstbuffer: copy new buffer flags when copying metadata.
2009-05-12 Wim Taymansadapter: optimize taking the headbuffer
2009-05-12 Arnout Vandecappelletypefind: don't leak the force-caps property
2009-05-12 Wim Taymanselement: fix posting of async-start messages
2009-05-12 Sebastian DrögeAdd new functions to the win32 exports
2009-05-12 Marc-Andre... Run libtoolize before aclocal
2009-05-12 José AlburquerqueAPI: Add gst_plugin_register_static_full()
2009-05-12 Sebastian Drögefilesrc: Improve debugging a bit on invalid URIs
2009-05-12 Sebastian Drögedocs: Add new functions to the docs
2009-05-12 Sebastian Drögetags: API: Add functions to add single tags to GstTagLi...
2009-05-12 Sebastian DrögeGstURIHandler: Use get_type_full() vmethod if specified...
2009-05-12 Tim-Philipp... po: update .po files for new strings from container...
2009-05-12 Tim-Philipp... docs: small update to release docs
2009-05-12 Tim-Philipp... configure: rename CVS -> git in a couple of places
2009-05-11 Tim-Philipp... configure: bump the GLib requirement to GLib >= 2.16
2009-05-11 Tim-Philipp... xmlregistry: remove the old xml registry
2009-05-11 Tim-Philipp... tags: add a tag for the container format
2009-05-11 Tim-Philipp... bin: fix debug message
2009-05-11 Wim TaymansGstTask: fix compilation
2009-05-11 Wim Taymanstests: set the latency-time to something low
2009-05-11 Wim Taymanstests: improve the example
2009-05-11 Wim TaymansTaskPool: remove _set_func()
2009-05-11 Wim Taymanstests: add example of custom taskpools
2009-05-11 Wim Taymanstaskpool: fix a comment
2009-05-11 Wim Taymanstests: cleanup some code
2009-05-11 Wim TaymansPad: post STREAM_STATUS_TYPE_CREATE
2009-05-11 Wim Taymansdefs: add new task methods
2009-05-11 Wim TaymansGstTask: add methods for configuring the pool
2009-05-11 Wim TaymansTask: remember pool
2009-05-11 Wim Taymansdefs: update .defs file with taskpool methods
2009-05-11 Wim Taymanstask: fix deadlock due to typo
2009-05-11 Wim TaymansGstTask: use GstTaskPool for managing threads
2009-05-11 Wim Taymanstaskpool: fix docs, make push/join generic
2009-05-11 Wim Taymanstaskpool: add new object to manage threads
2009-05-11 Wim Taymansexamples: set bus handler before state change
2009-05-11 Wim Taymanstests: add example app for stream-status
2009-05-11 Wim TaymansTask: add method to set the priority
2009-05-11 Wim Taymanstests: add a unit-test for the stream-status
2009-05-11 Wim TaymansGstTask: improve documentation
2009-05-11 Wim Taymanstests: fix unit-tests for new stream-status
2009-05-11 Wim TaymansGstPad: install thread callbacks of the task
2009-05-11 Wim Taymansmessage: clarify some docs
2009-05-11 Wim TaymansTask: call leave_thread before signaling
2009-05-11 Wim TaymansGstMessage: Add STREAM_STATUS message methods
2009-05-11 Wim Taymansquark: add "object" quark
2009-05-11 Wim TaymansTask: remove create/join methods
2009-05-11 Wim TaymansGstTask: add private data, fix parent_class
2009-05-11 Wim TaymansGstTask: hook up enter/leave/notify callbacks
2009-05-11 Wim Taymansdefs: add new symbol to defs file
2009-05-11 Wim TaymansGstTask: allow setting callbacks
2009-05-11 Wim Taymansbasesrc: don't ignore pad_start return value
2009-05-11 Wim Taymansdesign: more STREAM_STATUS updates
2009-05-11 Wim Taymansdesign: update stream-status document some more
2009-05-11 Wim Taymansdesign: add first version of stream-status
2009-05-11 Wim TaymansGstTask: add some more docs
2009-05-11 Wim TaymansGstPad: use new task function
2009-05-11 Wim TaymansGstTask: unify task state functions
2009-05-11 Wim TaymansMessage: small indentation change.
2009-05-11 Wim TaymansAvoid unneeded type checks
2009-05-11 Wim Taymansregistry: avoid calling _get_name() too much
2009-05-11 Wim TaymansUse new _ref_sink when we can
2009-05-11 Wim Taymansgstobject: add gst_object_ref_sink
2009-05-11 Wim Taymansgstobject: avoid type checks
2009-05-11 Wim Taymansgstbuffer: avoid typechecks in finalize
2009-05-11 Wim Taymansfakesink: avoid typecheck
2009-05-11 Wim Taymans-launch: connect to deep-notify with right name
2009-05-11 Jan Schmidtinfo: Support new printf extensions in glibc 2.10
2009-05-11 Jan Schmidtdocs: Fix a typo in the release script
2009-05-11 Jan SchmidtBack to development -> 0.10.23.1
next