Revert "only update submodule when it is not on a specific branch"
[platform/upstream/gstreamer.git] / gst /
2009-06-02 Stefan Koststructure: fix serialisation of nested structures.
2009-06-01 Tim-Philipp Müllerinfo: widen log level strings to take into account...
2009-06-01 Wim Taymansframestep: implement backwards framestep
2009-06-01 Wim Taymansadd new API for framestepping
2009-06-01 Tim-Philipp Müllerstructures: don't leak invalid or empty strings when...
2009-05-31 Stefan Kostregistry: fix comment formatting
2009-05-31 Tim-Philipp Müllertaglists: make _get_{string|pointer} return FALSE for...
2009-05-31 Tim-Philipp Müllertaglists: warn if someone tries to add empty or NULL...
2009-05-29 Tim-Philipp Müllerstructure: add gst_structure_id_new() convenience function
2009-05-29 Tim-Philipp Müllermicro-optimisation: use GST_QUARK in more places
2009-05-29 Wim Taymanselement: reset start_time in lost state
2009-05-29 Wim Taymansdocs: update element an pipeline docs
2009-05-29 Wim Taymanspipeline: deprecate old methods, fix test
2009-05-29 Wim Taymanspipeline: use START_TIME to keep track of time
2009-05-29 Wim Taymansbin: set the base_time and start_time better
2009-05-29 Wim Taymansbin: make the bin set the start_time on elements
2009-05-29 Wim Taymanselement: add start_time field an methods
2009-05-28 Wim Taymanspad: add pad private structure
2009-05-27 Wim Taymansbuffer: avoid memory leaks
2009-05-27 Sebastian DrögeAPI: Add gst_message_{new,parse}_tag_full() to get...
2009-05-27 Sebastian DrögeRevert "element: Set the originating pad as message...
2009-05-25 Wim Taymanselement: fix typo in comments
2009-05-25 Wim Taymansclock: remove assertion
2009-05-25 Wim Taymansclock: enable monotonic clock when we can
2009-05-25 Wim Taymanspad: keep task ref before releasing the lock
2009-05-25 Wim Taymansgsttask: avoid join to return early
2009-05-24 Stefan Kostpreset: fix update rule
2009-05-22 Stefan Kostregistry: don't free node-date and deref again. Fixes...
2009-05-22 Stefan Kostregistry: don't free node-date and deref again. Fixes...
2009-05-22 Stefan Kostdocs: fix gtk-doc warnings
2009-05-22 Jan Schmidtdocs: Fix up some documentation warnings.
2009-05-21 Wim Taymansdocs: update docs for stream_time->running_time
2009-05-20 Hannes Bistryloadsave: fix requestpad handling and serialisation...
2009-05-18 Tim-Philipp Müllerdocs: mention that GST_FORMAT_{PERCENT|BUFFERS} are...
2009-05-17 Sebastian Drögegstclock: Fix ABI breakage on 32 bit architectures
2009-05-15 Thiago Santos[gstvalue] adds safety parenthesis to macros missing...
2009-05-15 Thiago Santos[gstutils] Adds more safety to GST_WRITE_* and GST_READ...
2009-05-15 Wim Taymansclock: use seqlocks to parallellize readers
2009-05-15 Edward HerveyMakefile.am: update for added/moved/removed files that...
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 Stefan Kostdebugutils: show more pad-details
2009-05-12 Stefan Kostdebugutils: layout improvement
2009-05-12 Tim-Philipp MüllerInitialise some more types in gst_init(), esp. the...
2009-05-12 Tim-Philipp Müllersystemclock: 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 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 Taymanselement: fix posting of async-start messages
2009-05-12 José AlburquerqueAPI: Add gst_plugin_register_static_full()
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-11 Tim-Philipp Müllerxmlregistry: remove the old xml registry
2009-05-11 Tim-Philipp Müllertags: add a tag for the container format
2009-05-11 Tim-Philipp Müllerbin: fix debug message
2009-05-11 Wim TaymansGstTask: fix compilation
2009-05-11 Wim TaymansTaskPool: remove _set_func()
2009-05-11 Wim Taymanstaskpool: fix a comment
2009-05-11 Wim TaymansPad: post STREAM_STATUS_TYPE_CREATE
2009-05-11 Wim TaymansGstTask: add methods for configuring the pool
2009-05-11 Wim TaymansTask: remember pool
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 TaymansTask: add method to set the priority
2009-05-11 Wim TaymansGstTask: improve documentation
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 TaymansGstTask: allow setting callbacks
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 Jan Schmidtinfo: Support new printf extensions in glibc 2.10
2009-04-24 Wim TaymansGstBin: set PENDING_STATE correctly
2009-04-17 Stefan Kostgstdebug: compete stubs. Fixes #579177.
2009-04-17 Yaakov Selkowitzgst_init: relocatability is unnecessary on Cygwin
2009-04-17 Brian Camerongstinfo: don't assume G_HAVE_ISO_VARARGS implies ISO C99
2009-04-17 Tim-Philipp MüllerGstPlugin: fix compilation if both HAVE_WIN32 and HAVE_...
2009-04-15 Jan Schmidtdocs: remove errant gtk-doc comment marker triggering...
2009-04-15 Jan Schmidtparamspecs: revert gst_param_spec_is_mutable() for...
2009-04-15 Stefan Kostgstdebug: show enabled/disabled in configure and fix...
next