bufferlist: fix a comment
[platform/upstream/gstreamer.git] / gst / gsturi.c
2009-05-12 Sebastian DrögeGstURIHandler: Use get_type_full() vmethod if specified...
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and friends or at least g_once_i...
2009-04-03 Edward HerveyRemove unused increments as detect by LLVM's CLang...
2008-08-28 Stefan Kostgst/gsturi.c: Don't segfault on input like "tel:+1...
2008-07-31 Michael Smithgst/gsturi.c: Be more liberal in what URIs we accept.
2008-04-20 Tim-Philipp Müllergst/gsturi.c: Fix leak: g_strdown operates on the strin...
2008-04-19 Sebastian Drögegst/gsturi.c: A valid URI scheme can also include ...
2008-03-03 Edward HerveySwitch to using portabl gsize/gssize instead of size_t...
2008-02-29 Rene Stadlergst/gsturi.c: Use the get_protocols_full vfunc if get_p...
2007-09-12 Tim-Philipp Müllergst/gsturi.c: If there's no hostname, we want to return...
2007-06-27 Stefan Kostgst/: Remove empty instance_init() functions to save...
2007-05-11 Tim-Philipp Müllergst/gsturi.c: Don't leak plugin feature.
2007-05-11 Jeroen Woutersgst/gsturi.c: Treat protocol strings in a case-insensit...
2007-04-28 Tim-Philipp MüllerTypo fixes; minor docs addition.
2007-04-27 Sebastian DrögeAPI: Add gst_uri_protocol_is_supported(), which checks...
2006-11-06 Stefan Kostgst/gstpad.c: Enhance debug and improve docs
2006-09-25 Tim-Philipp Müllergst/gsturi.c: Don't assert/crash here if a uri handler...
2006-07-05 Wim Taymansgst/gstregistryxml.c: Avoid strdup. (will happen in...
2006-06-12 Wim TaymansAdd G_UNLIKELY in type registration.
2006-03-09 Tim-Philipp MüllerAdd new API: gst_uri_has_protocol() (#333779).
2006-01-27 Stefan Kostdoc fixes, to link to function, just write gst_cool_fun...
2005-11-09 Edward HerveyDocument GstURIHandler
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-15 Thomas Vander Stichelesignedness/type fixes
2005-09-15 David Schleefremove
2005-08-31 Stefan Kostinlined more docs, fixed double id-ref
2005-06-28 Andy Wingo*.c: Don't cast to GST_OBJECT when reffing or unreffing...
2005-06-20 Tim-Philipp Müllergst/gsturi.c: Fix potential endless loop.
2004-10-11 Johan Dahlingst/gsturi.c (gst_uri_get_location): unescape string...
2004-07-26 Stefan Kostfixed all double <TITLE> elements in sections.txt added...
2004-05-07 David SchleefChanges to handle compilers that don't have variadic...
2004-05-03 Thomas Vander Sticheleremove gst_info remove gstlog.h, fold back to gstinfo...
2004-04-06 Benjamin Ottegst/autoplug/gstspider.c: don't ref the element, adding...
2004-03-30 David Schleefdocs/gst/Makefile.am: Disable a bunch of headers from...
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-03-04 Thomas Vander Stichelemake signals use dashes in the names
2004-02-02 David SchleefChange usage of isblah() to g_ascii_isblah() to be...
2003-11-24 Benjamin Otteimplement URI schemes
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-05-06 Wim TaymansDocumentation updates
2003-04-14 Wim Taymans- Added infrastructure to run a filter against plugins...
2003-02-10 Wim TaymansDocumentation updates
2003-02-10 Wim Taymansinclude *pool.h
2003-02-10 Wim TaymansSmall cleanups
2003-02-05 Wim TaymansFix uri function..
2003-01-17 Thomas Vander Sticheleavoid having to depend on glib 2.2
2003-01-16 Wim Taymans- Added rank to plugin features (for future use)
2003-01-16 Wim TaymansAdded infrastructure to register URI to element+propert...