gst/gst.c: Make sure gettext returns translations in UTF-8 encoding rather than in...
[platform/upstream/gstreamer.git] / gst /
2008-08-07 Frederic Crozatgst/gst.c: Make sure gettext returns translations in...
2008-08-07 Wim Taymansgst/gstcaps.c: Fix subset test.
2008-08-05 Wim Taymansgst/gstpad.h: Clarify the docs a bit more.
2008-08-05 Olivier Cretegst/gststructure.c: Avoid overflows in fixation code...
2008-08-04 Wim Taymansgst/gstbin.c: Fix race for bins that simulate ASYNC...
2008-08-04 Tim-Philipp Müllergst/gsttaglist.c: Fix typo.
2008-08-04 Stefan Kostgst/gsttaglist.c: Argh. actually save the text before...
2008-08-04 Stefan Kostgst/gsttaglist.*: Do as tim pointed out and actually...
2008-08-01 Stefan KostAdd new taglist item GST_TAG_KEYWORDS, needed for ...
2008-08-01 Tim-Philipp Müllergst/gstpadtemplate.c: Add "name-template", "direction...
2008-07-31 Michael Smithgst/gsturi.c: Be more liberal in what URIs we accept.
2008-07-31 Robert Schwebelgst/gst.c: Include gstconfig.h as macros from it are...
2008-07-31 Sebastian DrögeRemove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.
2008-07-31 Wim Taymansgst/gstpad.c: Remove silly redundant debug.
2008-07-29 Tim-Philipp Müllergst/gstpad.c: Only sanity-check the buffer size if...
2008-07-25 Thijs Vermeirgst/gstelement.h: Fix link in documentation.
2008-07-24 Thijs Vermeirgst/gstmessage.c: Fix confusing documentation.
2008-07-22 Michael Smithconfigure.ac: Remove AC_ISC_POSIX macro; it's broken...
2008-07-22 Sebastian Drögegst/gstvalue.c: Fix typos.
2008-07-22 Thijs Vermeirgst/gstcaps.c: Previous commit was wrong NULL caps...
2008-07-21 Thijs Vermeirgst/gstcaps.c: Allow passing of NULL to gst_caps_union
2008-07-21 Thijs Vermeirgst/gstghostpad.c: Add in doc that gst_ghost_pad_set_ta...
2008-07-15 Michael Smithgst/: GstRegistryPool doesn't exist; don't refer to...
2008-07-12 Sebastian Drögegst/gst.c: Fix scanning of paths given via --gst-plugin...
2008-07-12 Stefan Kostgst/gstdebugutils.c: Squeeze ghost-pad links and remove...
2008-07-11 Stefan Kostgst/gstdebugutils.c: Give request and sometimes pads...
2008-07-08 Sebastian Drögegst/gstchildproxy.c: Add FIXMEs for 0.11 to use GST_TYP...
2008-07-07 Thijs Vermeirgst/gstdebugutils.c: Fix memleak
2008-07-06 Alessandro Decinagst/gstpoll.c: Fix "ignored return value" compiler...
2008-07-05 Sebastian Drögegst/gstchildproxy.c: Fix copy&paste error in gst_child_...
2008-07-02 Tim-Philipp Müllergst/gstplugin.c: Print error debug message if plugin...
2008-07-01 Stefan Kostgst/gstevent.c: Use gst_format_get_name() to improve...
2008-06-26 Tim-Philipp Müllergst/gstdebugutils.h: Add missing Since' markers to...
2008-06-25 Wim Taymansgst/gstbin.c: Only care about latency min and max when...
2008-06-20 Thomas Vander SticheleDon't assume that <valgrind/valgrind.h> exists just...
2008-06-20 Tim-Philipp Müllergst/gstbus.c: Make it known that gst_bus_poll() is...
2008-06-20 Sebastian DrögeAPI: Add GST_TAG_ATTACHMENT for generic file attachment...
2008-06-11 David SchleefRename DATADIR to GST_DATADIR to avoid build problems
2008-06-05 Tim-Philipp Müllergst/gsterror.c: Fix typo (spotted by Fabricio Godoy...
2008-06-04 Wim Taymansgst/gstevent.c: Add some assert and docs for invalid...
2008-05-30 Rob Bradfordgst/gstregistry.c: Don't recurse into .debug directorie...
2008-05-29 Sebastian Drögegst/gstelement.*: Deprecated gst_element_get_pad()...
2008-05-28 José Alburquerquegst/gstelementfactory.c: Small doc fix. Fixes #535285.
2008-05-28 Sebastian Drögegst/gstiterator.c: Remove an unused field from the...
2008-05-27 Tim-Philipp Müllergst/gstpreset.c: Add Since: markers to docs blurbs.
2008-05-27 Stefan Kostconfigure.ac: Add DATADIR for storing presets.
2008-05-27 Wim Taymansgst/gstpad.c: The default event function on a sinkpad...
2008-05-27 Tim-Philipp MüllerAPI: add gst_bin_find_unlinked_pad()
2008-05-26 Peter Kjellerstedtgst/: Fixed a bunch of typos.
2008-05-25 Tim-Philipp Müllergst/: 'unconnected pad' -> 'unlinked pad' for consisten...
2008-05-25 Tim-Philipp Müllergst/gstevent.h: Clarify docs for GST_SEEK_TYPE_CUR...
2008-05-25 Tim-Philipp Müllergst/parse/grammar.y: Remove unneeded casts.
2008-05-25 Tim-Philipp MüllerGet all missing elements from a parse launch string...
2008-05-24 Tim-Philipp MüllerAPI: gst_parse_launch_full()
2008-05-22 Tim-Philipp Müllergst/: More guards against bad input; typo fix; some...
2008-05-21 Tim-Philipp Müllergst/gstpad.c: Move size sanity check to the right place...
2008-05-21 Wim TaymansDon't use gst_element_get_pad().
2008-05-21 Wim Taymansgst/gstclock.c: Fix debug of the new clock rate.
2008-05-19 Tim-Philipp Müllergst/gstpad.c: Add sanity check to make sure we don...
2008-05-19 Tim-Philipp MüllerAPI: add gst_type_find_suggest_simple(), #533740.
2008-05-18 Tim-Philipp Müllergst/gsttypefind.h: Tabs to spaces, oh yes!
2008-05-18 Tim-Philipp Müllergst/gstevent.c: Document that gst_event_new_tag() and...
2008-05-17 Sebastian Drögegst/gstmessage.*: Mark the debug string parameters...
2008-05-14 Stefan Kostgst/gstinfo.c: Explain why we copy the list.
2008-05-14 Wim Taymansgst/gstpad.c: Release pad lock before calling out to...
2008-05-14 Wim Taymansgst/parse/grammar.y: Remove unneeded value unset.
2008-05-09 Tim-Philipp MüllerNo, let's not use g_slice_{dup|copy} here, since they...
2008-05-09 Tim-Philipp Müllergst/gstutils.h: Try to fix 'dereferencing type-punned...
2008-05-08 Ole André Vadla... gst/gstinfo.h (GST_FUNCTION): Reverted GST_FUNCTION...
2008-05-08 Sebastian Drögegst/gstutils.h: Intern the type name string, similar...
2008-05-08 Sebastian Drögegst/gstutils.h: Make GST_BOILERPLATE thread-safe if...
2008-05-07 Ole André Vadla... gst/gstinfo.c (gst_debug_log_valist): Improved the...
2008-05-07 Ole André Vadla... gst/gstinfo.h (GST_FUNCTION): Made GST_FUNCTION an...
2008-05-06 Sebastian DrögeDon't allow negative sizes when allocating new buffers.
2008-05-05 Sjoerd Simonsgst/gstbus.c: Don't print a warning if the queue is...
2008-05-04 Sebastian Drögegst/gstclock.c: Make some checks actually useful.
2008-05-03 Tim-Philipp Müllergst/gstminiobject.c: Fix 'Since:' version in gst_value_...
2008-05-03 Tim-Philipp Müllergst/gstregistry.c: Only print one log message per non...
2008-05-03 Tim-Philipp Müllergst/gstinfo.c: Fix alignment of debug log columns on...
2008-05-02 Sebastian Drögegst/gstdebugutils.c: Remove some code that is unused...
2008-05-01 Tim-Philipp Müllergst/gstregistry.c: Run g_str_has_suffix() only on the...
2008-04-30 Stefan Kostgst/gstdebugutils.c: Refactor code and fix handling...
2008-04-29 Wim TaymansAdd method to conveniently check the name of a custom...
2008-04-28 Sebastian Drögegst/gst.c: Register GstClock type from a type-safe...
2008-04-25 Antoine Tremblaygst/gstbin.c: Use the GLib stuff to create a private...
2008-04-25 Tim-Philipp MüllerRef some more classes in gst_init() to work around...
2008-04-24 Jason ZhaoEnable/disable scan_and_update_registry() based on...
2008-04-24 Stefan Kostgst/gstregistrybinary.c: Add a warning of we hit unhand...
2008-04-24 Stefan Kostgst/gstregistry.c: Tell the *truth* when improving...
2008-04-23 Sebastian Drögegst/gstelementfactory.c: Unref the factory after it...
2008-04-23 Stefan Kostgst/gstregistry.c: Improve the documentation.
2008-04-23 Stefan Kostgst/gstsegment.c: The glib macro seems to be borked...
2008-04-23 Stefan Kostgst/gstsegment.c: Document the new function. Use g_slic...
2008-04-23 Stefan Kostdocs/gst/gstreamer-sections.txt: Move GParamSepc macros...
2008-04-20 Tim-Philipp Müllergst/gsturi.c: Fix leak: g_strdown operates on the strin...
2008-04-19 Sebastian Drögegst/gsttaglist.c: Use g_value_take_string() instead...
2008-04-19 Sebastian Drögegst/gstregistrybinary.c: Return the old CRC instead...
2008-04-19 Sebastian Drögegst/gsturi.c: A valid URI scheme can also include ...
2008-04-17 Tim-Philipp Müllergst/: Don't use g_atomic_set_int where it's not needed.
2008-04-17 Wim Taymansgst/: Fix 2 caps leaks.
next