bufferlist: fix a comment
[platform/upstream/gstreamer.git] / gst /
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...
2009-04-15 Sebastian DrögeUse g_once_init_*() instead of GOnce for the enum types
2009-04-15 Sebastian Drögestaticpadtemplate: Update docs of gst_static_pad_templa...
2009-04-14 Stefan Kostdocs: use real <note> tags as they look nice in new...
2009-04-14 David SchleefFix locking in gst_param_spec_is_mutable
2009-04-14 Wim Taymansdocs: add simple doc blurb
2009-04-14 Wim Taymansparamspecs: add note about racyness
2009-04-14 LRNinfo: use mutex to do console colors on windows
2009-04-13 Tim-Philipp Müllerdocs: add Since: tags to gtk-doc chunks for new param...
2009-04-13 David SchleefAdd param spec flags for when a property can be changed
2009-04-09 Wim Taymansbin: always mark pending_async_done
2009-04-09 Wim Taymansinfo: fix compilation, %08x needs an unsigned int
2009-04-08 Tim-Philipp MüllerAPI: add FIXME and DUMPMEM log levels and convenience...
2009-04-08 Stefan Kostdocs: xref more
2009-04-08 Stefan Kosttests: remove the hacks to workaround the pad-leak
2009-04-08 Stefan Kostpadtemplate: enable code to fix the leak, now that...
2009-04-04 Edward Herveygsttaglist: Remove unused variable.
2009-04-04 Edward Herveygststructure: Only use methods used in g_* checks if...
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and friends or at least g_once_i...
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and don't call g_thread_init...
2009-04-03 Mark NauwelaertsUse g_slice_copy instead of g_slice_dup.
2009-04-03 Edward Herveygststructure: Remove dead assignment.
2009-04-03 Edward Herveygstbin: Remove unused variable.
2009-04-03 Edward Herveypipeline: remove redundant assignment.
2009-04-03 Edward Herveygstregistrybinary: remove variable only used for a...
2009-04-03 Edward HerveyRemove unused increments as detect by LLVM's CLang...
2009-04-03 Edward HerveyRemove unused variables detected by LLVM's Clang static...
2009-04-03 Tim-Philipp Müllerdocs: improve API reference for gst_caps_get_structure()
2009-04-02 Thomas Vander Sticheledocs: explain ref ownership for handle_message implemen...
2009-03-27 Stefan Kostbinaryregistry: init variable, that is referenced in...
2009-03-27 Wim Taymansclock: wakeup the async thread a bit more
2009-03-27 Wim Taymanselement: Fix a little debug message
2009-03-27 Stefan Kostbinaryregistry: check for not reading beyond the data...
2009-03-26 Wim Taymansclock: make UNSCHEDULED checks threadsafe
2009-03-26 Wim Taymansclock: remove pending async wakeup sooner
2009-03-26 Peter Kjellerstedtgstpoll: Corrected a documentation typo.
2009-03-26 Wim Taymansclock: add some more comments.
2009-03-26 Wim Taymansclock: rework the wakeup of entries.
2009-03-26 Jan Schmidtgstpoll: Fix up documentation strings.
2009-03-26 Wim Taymansclock: fix 2 wakeup races.
2009-03-26 Tim-Philipp Müllerregistry: ignore .git directory when recursively scanni...
2009-03-26 Tim-Philipp Müllerregistry: do fsync() before close() and rename()
2009-03-26 Tim-Philipp MüllerAPI: add gst_tag_list_get_buffer{_index}
2009-03-26 Sebastian Drögesegment: Use g_slice_dup() now
2009-03-26 Sebastian DrögeRemove some compatibility stuff for GLib < 2.14
2009-03-25 Tim-Philipp MüllerAPI: add GST_TAG_SUBTITLE_CODEC
2009-03-24 Wim Taymansgstutils: improve property set and convert code
2009-03-23 Stefan Kostbuild: define stubs when disabling gst-debug subsystem...
2009-03-20 Tim-Philipp Müllerdebugging: make GST_PTR_FORMAT work for queries as...
next