docs/manual/appendix-win32.xml: Remove mention of popt, we don't depend on that any...
[platform/upstream/gstreamer.git] / gst /
2006-08-28 Torsten SchoenfeldInitialize variables when creating a new segment query.
2006-08-28 Torsten SchoenfeldCheck for NULL before _reffing the bus. Fixes #353122.
2006-08-24 Stefan Kostimplement caps merging (fixes #352580)
2006-08-23 Wim Taymansgst/gstpad.c: Improve debugging for task functions.
2006-08-23 Wim Taymansgst/gstutils.c: Handle RESYNC correctly in _proxy_getcaps.
2006-08-23 Thomas Vander Sticheleword refcounting more precisely for gst_value_*_buffer
2006-08-21 Tim-Philipp Müllergst/gstxml.c: Chain up to parent class in dispose funct...
2006-08-21 Stefan KostAPI: Add gst_caps_merge() and use it in basetransform...
2006-08-21 Edward Herveygst/gstxml.c: Implement GObject::dispose virtual method...
2006-08-21 Wim Taymansgst/gstbuffer.c: Copy duration/offset_end/caps when...
2006-08-20 Stefan KostSimplify caps to get rid of duplicates, fixes #345444
2006-08-20 Stefan Kostgst/gstvalue.*: Use these optimizations only internaly.
2006-08-20 Stefan Kostgst/gstvalue.*: Saves the expensive lookup of the compa...
2006-08-18 Stefan Kostdocs/random/ensonic/logging.txt: update ideas
2006-08-16 Jan SchmidtAdd internal helpers for pre-registering quarks from...
2006-08-16 Wim Taymansgst/gstbin.c: Fix bogus docs.
2006-08-15 Tim-Philipp Müllergst/gstutils.c: Fix memleak (#351502).
2006-08-14 Tim-Philipp MüllerAPI: add GST_TAG_EXTENDED_COMMENT (#350935).
2006-08-14 Tim-Philipp Müllergst/gstinfo.c: Make GST_PTR_FORMAT print messages as...
2006-08-14 Edward Herveygst/gstelementfactory.c: If the GstElementClass doesn...
2006-08-14 Tim-Philipp Müllergst/gststructure.c: Fix typo in docs and re-wrap docs...
2006-08-14 Wim Taymansgst/: Small doc updates.
2006-08-11 Wim Taymansdocs/gst/gstreamer-sections.txt: Add GstClockClass...
2006-08-11 Edward Herveygst/gst.c: Set gst as being initialized before scanning...
2006-08-11 Wim Taymansdocs/design/part-qos.txt: Bring docs in line with the...
2006-08-11 Wim TaymansDoc updates.
2006-08-11 Tim-Philipp Müllergst/gst.c: Fix typo in error message.
2006-08-09 Tim-Philipp MüllerAPI: add GST_SEGMENT_FORMAT, which is a printf extensio...
2006-08-08 Edward Herveygst/gstghostpad.c: Unlinking from a pad without a targe...
2006-08-04 Tim-Philipp Müllergst/gstelement.c: Don't crash printing the warning...
2006-07-31 Wim Taymansgst/gstvalue.c: Fix GstValueList comparison code. Fixes...
2006-07-31 Jan Schmidtgst/gstelementfactory.c: Remove unnecessary ref/unref...
2006-07-31 Wim Taymansgst/gstutils.c: Protect _PAD_CAPS with OBJECT_LOCK.
2006-07-31 Wim Taymansgst/gstpad.c: Use _DEBUG_OBJECT when it makes sense.
2006-07-30 Stefan Kostgst/parse/: Reverted previous patch as it required...
2006-07-30 Marc-Andre Lureaugst/parse/: push & pop the state of the lexer for reent...
2006-07-27 Jan SchmidtFix some of the leaks exposed by extending the parse...
2006-07-27 Wim Taymansgst/gstcaps.c: Fix useless assert, a uint is always...
2006-07-26 Jan Schmidtgst/gstquery.h: Delete unused and misleading define...
2006-07-26 Stefan Kostgst/gstregistry.c: Move big documentation comment into...
2006-07-26 Jan Schmidtgst/gststructure.*: Add API for setting values into...
2006-07-26 Tim-Philipp Müllerdocs/manual/basics-elements.xml: Fix gst_element_link...
2006-07-26 Wim Taymansgst/gstbuffer.c: Avoid function call for known types...
2006-07-25 Stefan Kostgst/gstinfo.h: Move the Win32 version from gst-plugins...
2006-07-24 Tim-Philipp Müllergst/gsttaglist.c: Allow more than one GST_TAG_IMAGE...
2006-07-24 Thomas Vander Stichelegst/gstminiobject.c: update docs
2006-07-21 Stefan Kostgst/gstparse.c: Also remove reentrance checks if flex...
2006-07-21 Stefan KostOriginal commit message from CVS:
2006-07-21 Wim Taymansgst/gstparse.c: Protect recursive calls to _parse with...
2006-07-20 Stefan Kostgst/gstparse.c: Do not hange on recursive uasge of...
2006-07-20 Tim-Philipp Müllergst/gsttaglist.c: Add some more docs, comments and...
2006-07-20 Tim-Philipp Müllergst/gstsegment.h: Convert tabs to spaces for better...
2006-07-19 Tim-Philipp MüllerFix typos (#348000).
2006-07-18 Stefan Kostmake --disable-index work (#342564)
2006-07-18 Peter Kjellerstedtgst/: The attached patch adds two missing defines to...
2006-07-17 Wim TaymansAdd two functions to check and change the SIGSEGV behav...
2006-07-14 Antoine Tremblaygst/gstutils.c: Free iterator when done (#347311).
2006-07-13 Thomas Vander Stichelegst/Makefile.am: do not install a .c file in the header...
2006-07-13 Edward Herveygst/gstghostpad.c: GhostPad no longer implicitely use...
2006-07-11 Jan SchmidtMake GstValueArray comparison be order dependent as...
2006-07-11 Edward Herveygst/gstbin.c: (de)activate src pads before calling...
2006-07-10 Stefan KostMore docs for configuration options, add docs to gtk...
2006-07-10 Stefan KostFix build when disabling tracing (fixes #344016). Also...
2006-07-10 Edward Herveygst/gst.c: let's make valgrind happy...
2006-07-09 Wim Taymansgst/gstelement.c: Better pad activation code: Reset...
2006-07-09 Wim Taymansgst/gstpad.c: Use some more macros where it makes sense.
2006-07-08 Andy Wingotools/gst-launch.c (main): Handle err == NULL. gst...
2006-07-07 Tim-Philipp Müllergst/gstobject.c: Random micro-optimisation: don't use...
2006-07-07 Tim-Philipp Müllergst/gstbin.c: Can't use GPOINTER_TO_INT and GINT_TO_POI...
2006-07-06 Wim Taymansgst/gstmessage.h: Use a valid int for the _MESSAGE_ANY...
2006-07-06 Wim Taymansgst/gstpad.*: Lots of comments and docs added to the...
2006-07-06 Wim Taymansgst/: Remove comma at end of enumerator list.
2006-07-05 Wim Taymansgst/gstregistryxml.c: Avoid strdup. (will happen in...
2006-07-05 Wim TaymansNo point in checking if the size of the subbuffer ...
2006-07-03 Wim Taymansgst/: Use GSlice when the glib we build against is...
2006-07-03 Wim Taymansgst/gstelement.c: Small cleanup in pad activation code.
2006-07-03 Peter KjellerstedtThe attached patch will make the inclusion of gettext...
2006-07-03 Edward Herveygst/gstpad.c: Implement pad blocking on events accordin...
2006-07-02 Thomas Vander Stichelewhitespace/doc fixes
2006-07-02 Thomas Vander Stichelegst/gstcaps.c: remove gst_caps_simplify; it was not...
2006-07-02 Thomas Vander Stichelegst/gstcaps.c: whitespace fixes
2006-07-02 Thomas Vander Sticheleignore more
2006-07-01 Thomas Vander Sticheleconfigure.ac: set CFLAGS and friends to -O0 if gcov...
2006-06-30 Tim-Philipp Müllergst/: Fix deserialisation from XML. Set parent manually...
2006-06-28 Peter Kjellerstedtgst/gst.c: Fix missing g_strdup() and double free when...
2006-06-23 Tim-Philipp Müllergst/gstinfo.c: Promote GST_DEBUG_CATEGORY_STATIC in...
2006-06-22 Edward Herveygst/gstelement.c: We need to deactivate src pads first...
2006-06-22 Wim Taymansgst/gstcaps.c: Fix crasher when passed NULL. Doc clarif...
2006-06-21 Tim-Philipp Müllergst/gstbus.c: Fix some typos, make docs more explicit.
2006-06-14 Wim Taymansgst/gstbin.c: Make it clear with a FIXME and a real...
2006-06-13 Tim-Philipp Müllergst/gst.c: If the fork()'ed child process can't write...
2006-06-13 Tim-Philipp Müllergst/gstregistryxml.c: Fix silly bug that prevented...
2006-06-13 Edward Herveygst/gst.c: Free string.
2006-06-13 Thomas Vander Stichelegst/: remove GLib 2.6 compatibility code
2006-06-12 Tim-Philipp Müllergst/parse/Makefile.am: Fix build with 'make -j N' even...
2006-06-12 Wim Taymansgst/gstsegment.c: Use G_UNLIKELY to help the compiler...
2006-06-12 Stefan Kostgst/: constify quark registration strings. Fixes #344115
2006-06-12 Wim Taymansgst/gstbuffer.c: Init _type for consistency.
2006-06-12 Wim Taymansgst/: Use _CAST macros to avoid unneeded type checking.
2006-06-12 Wim Taymansgst/gstbuffer.h: Avoid unneeded type checking.
next