Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | Use "const" instead G_CONST_RETURN | Javier Jardón | 1 | -1/+1 |
2011-02-24 | uri: make win32 buildbot happy | Tim-Philipp Müller | 1 | -5/+7 |
2011-02-24 | uri: add gst_filename_to_uri() that takes relative filenames | Tim-Philipp Müller | 1 | -0/+111 |
2010-12-07 | docs: gst: more gobject introspection annotations | Tim-Philipp Müller | 1 | -19/+23 |
2009-12-07 | gsturi: Don't use g_signal_emit_by_name, use the signal ID directly | Edward Hervey | 1 | -2/+11 |
2009-10-22 | gsturi: Optimisation: Avoid type-checking in sorting method. | Edward Hervey | 1 | -5/+2 |
2009-10-22 | gsturi: Optimisation : Cast when we're sure of the type. | Edward Hervey | 1 | -3/+4 |
2009-06-08 | Remove double semicolons at end of line | Tim-Philipp Müller | 1 | -1/+1 |
2009-05-12 | GstURIHandler: Use get_type_full() vmethod if specified instead of get_type() | Sebastian Dröge | 1 | -2/+7 |
2009-04-04 | gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type... | Sebastian Dröge | 1 | -3/+6 |
2009-04-03 | Remove unused increments as detect by LLVM's CLang static analyzer. | Edward Hervey | 1 | -1/+1 |
2008-08-28 | gst/gsturi.c: Don't segfault on input like "tel:+1-123-555-1234". | Stefan Kost | 1 | -0/+2 |
2008-07-31 | gst/gsturi.c: Be more liberal in what URIs we accept. | Michael Smith | 1 | -7/+10 |
2008-04-20 | gst/gsturi.c: Fix leak: g_strdown operates on the string in place, while g_as... | Tim-Philipp Müller | 1 | -1/+1 |
2008-04-19 | gst/gsturi.c: A valid URI scheme can also include '+', '-' and '.' additional... | Sebastian Dröge | 1 | -7/+24 |
2008-03-03 | Switch to using portabl gsize/gssize instead of size_t/ssize_t | Edward Hervey | 1 | -2/+2 |
2008-02-29 | gst/gsturi.c: Use the get_protocols_full vfunc if get_protocols is NULL. Fixes | Rene Stadler | 1 | -2/+8 |
2007-09-12 | gst/gsturi.c: If there's no hostname, we want to return 'c:/foo/bar.txt' and ... | Tim-Philipp Müller | 1 | -9/+24 |
2007-06-27 | gst/: Remove empty instance_init() functions to save relocs and lessen the no... | Stefan Kost | 1 | -1/+1 |
2007-05-11 | gst/gsturi.c: Don't leak plugin feature. | Tim-Philipp Müller | 1 | -1/+1 |
2007-05-11 | gst/gsturi.c: Treat protocol strings in a case-insensitive way (#437563). | Jeroen Wouters | 1 | -2/+2 |
2007-04-28 | Typo fixes; minor docs addition. | Tim-Philipp Müller | 1 | -4/+6 |
2007-04-27 | API: Add gst_uri_protocol_is_supported(), which checks if an sink or src that... | Sebastian Dröge | 1 | -7/+49 |
2006-11-06 | gst/gstpad.c: Enhance debug and improve docs | Stefan Kost | 1 | -1/+3 |
2006-09-25 | gst/gsturi.c: Don't assert/crash here if a uri handler doesn't return any sup... | Tim-Philipp Müller | 1 | -2/+7 |
2006-07-05 | gst/gstregistryxml.c: Avoid strdup. (will happen in libxml, but hey!) | Wim Taymans | 1 | -2/+3 |
2006-06-12 | Add G_UNLIKELY in type registration. | Wim Taymans | 1 | -1/+1 |
2006-03-09 | Add new API: gst_uri_has_protocol() (#333779). | Tim-Philipp Müller | 1 | -0/+26 |
2006-01-27 | doc fixes, to link to function, just write gst_cool_function(), don't prefix ... | Stefan Kost | 1 | -2/+3 |
2005-11-09 | Document GstURIHandler | Edward Hervey | 1 | -32/+52 |
2005-10-15 | various style fixes | Thomas Vander Stichele | 1 | -2/+3 |
2005-10-15 | whitespace fixes | Thomas Vander Stichele | 1 | -8/+8 |
2005-10-15 | signedness/type fixes | Thomas Vander Stichele | 1 | -1/+1 |
2005-09-15 | remove | David Schleef | 1 | -3/+3 |
2005-08-31 | inlined more docs, fixed double id-ref | Stefan Kost | 1 | -0/+8 |
2005-06-28 | *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging... | Andy Wingo | 1 | -1/+1 |
2005-06-20 | gst/gsturi.c: Fix potential endless loop. | Tim-Philipp Müller | 1 | -0/+1 |
2004-10-11 | gst/gsturi.c (gst_uri_get_location): unescape string escape string. | Johan Dahlin | 1 | -2/+204 |
2004-07-26 | fixed all double <TITLE> elements in sections.txt added missing <TITLE> eleme... | Stefan Kost | 1 | -0/+2 |
2004-05-07 | Changes to handle compilers that don't have variadic macro support. In parti... | David Schleef | 1 | -1/+1 |
2004-05-03 | remove gst_info remove gstlog.h, fold back to gstinfo.h update translations | Thomas Vander Stichele | 1 | -0/+1 |
2004-04-06 | gst/autoplug/gstspider.c: don't ref the element, adding already reffed it. An... | Benjamin Otte | 1 | -1/+1 |
2004-03-30 | docs/gst/Makefile.am: Disable a bunch of headers from being scanned | David Schleef | 1 | -1/+1 |
2004-03-15 | don't mix tabs and spaces | Thomas Vander Stichele | 1 | -8/+10 |
2004-03-13 | gst-indent run on core | Thomas Vander Stichele | 1 | -45/+64 |
2004-03-04 | make signals use dashes in the names | Thomas Vander Stichele | 1 | -2/+1 |
2004-02-02 | Change usage of isblah() to g_ascii_isblah() to be more locale independent. ... | David Schleef | 1 | -3/+2 |
2003-11-24 | implement URI schemes | Benjamin Otte | 1 | -147/+276 |
2003-06-29 | GST_DEBUG reorganization containing loads of stuff: | Benjamin Otte | 1 | -1/+1 |
2003-05-06 | Documentation updates | Wim Taymans | 1 | -0/+11 |