1. 2109e33 gst/gsturi.c: Fix leak: g_strdown operates on the string in place, while g_ascii_strdown() returns a newly-allocated ... by Tim-Philipp Müller · 17 years ago
  2. 16cd84e gst/gsturi.c: A valid URI scheme can also include '+', '-' and '.' additional to alphanumeric characters as per RFC 3... by Sebastian Dröge · 17 years ago
  3. fdeea4f Switch to using portabl gsize/gssize instead of size_t/ssize_t by Edward Hervey · 17 years ago
  4. 99867e9 gst/gsturi.c: Use the get_protocols_full vfunc if get_protocols is NULL. Fixes by Rene Stadler · 17 years ago
  5. 3f967a8 gst/gsturi.c: If there's no hostname, we want to return 'c:/foo/bar.txt' and not '/c:/foo/bar.txt' on Windows. Fixes ... by Tim-Philipp Müller · 17 years ago
  6. 1756e6a gst/: Remove empty instance_init() functions to save relocs and lessen the noise. Remove some of the function prototy... by Stefan Kost · 18 years ago
  7. 7f1acfb gst/gsturi.c: Don't leak plugin feature. by Tim-Philipp Müller · 18 years ago
  8. ef1a5d2 gst/gsturi.c: Treat protocol strings in a case-insensitive way (#437563). by Jeroen Wouters · 18 years ago
  9. 06f0544 Typo fixes; minor docs addition. by Tim-Philipp Müller · 18 years ago
  10. 003aaea API: Add gst_uri_protocol_is_supported(), which checks if an sink or src that supports a given URI protocol exists. by Sebastian Dröge · 18 years ago
  11. d6c2573 gst/gstpad.c: Enhance debug and improve docs by Stefan Kost · 18 years ago
  12. 5c666e7 gst/gsturi.c: Don't assert/crash here if a uri handler doesn't return any supported protocols. The list of protocols ... by Tim-Philipp Müller · 18 years ago
  13. 09f47d1 gst/gstregistryxml.c: Avoid strdup. (will happen in libxml, but hey!) by Wim Taymans · 19 years ago
  14. 7e972ee Add G_UNLIKELY in type registration. by Wim Taymans · 19 years ago
  15. 09bc0d9 Add new API: gst_uri_has_protocol() (#333779). by Tim-Philipp Müller · 19 years ago
  16. a53172d doc fixes, to link to function, just write gst_cool_function(), don't prefix with '#' by Stefan Kost · 19 years ago
  17. 18c654d Document GstURIHandler by Edward Hervey · 19 years ago
  18. bef56ce various style fixes by Thomas Vander Stichele · 19 years ago
  19. 2dd1598 whitespace fixes by Thomas Vander Stichele · 19 years ago
  20. 4a74148 signedness/type fixes by Thomas Vander Stichele · 19 years ago
  21. a3bac07 remove by David Schleef · 19 years ago
  22. 1561a07 inlined more docs, fixed double id-ref by Stefan Kost · 19 years ago
  23. f8e79bd *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! by Andy Wingo · 20 years ago
  24. 5910c2f gst/gsturi.c: Fix potential endless loop. by Tim-Philipp Müller · 20 years ago
  25. 970da8b gst/gsturi.c (gst_uri_get_location): unescape string escape string. by Johan Dahlin · 20 years ago
  26. e4c86da fixed all double <TITLE> elements in sections.txt added missing <TITLE> elements in sections.txt by Stefan Kost · 20 years ago
  27. ca7539c Changes to handle compilers that don't have variadic macro support. In particular, glib headers define some inlines ... by David Schleef · 21 years ago
  28. f55a809 remove gst_info remove gstlog.h, fold back to gstinfo.h update translations by Thomas Vander Stichele · 21 years ago
  29. beb197f gst/autoplug/gstspider.c: don't ref the element, adding already reffed it. And we didn't unref it later anyway... (hu... by Benjamin Otte · 21 years ago
  30. 8ce063f docs/gst/Makefile.am: Disable a bunch of headers from being scanned by David Schleef · 21 years ago
  31. 7baa6c1 don't mix tabs and spaces by Thomas Vander Stichele · 21 years ago
  32. a967370 gst-indent run on core by Thomas Vander Stichele · 21 years ago
  33. 97f89b5 make signals use dashes in the names by Thomas Vander Stichele · 21 years ago
  34. 38029f4 Change usage of isblah() to g_ascii_isblah() to be more locale independent. (#133076) by David Schleef · 21 years ago
  35. 25f8586 implement URI schemes by Benjamin Otte · 21 years ago
  36. 803ce6b GST_DEBUG reorganization containing loads of stuff: by Benjamin Otte · 22 years ago
  37. 69787c8 Documentation updates by Wim Taymans · 22 years ago
  38. eb5536a - Added infrastructure to run a filter against plugins, registries and registrypools. This makes it possible to creat... by Wim Taymans · 22 years ago
  39. a6dfa0f Documentation updates by Wim Taymans · 22 years ago
  40. e44705d include *pool.h by Wim Taymans · 22 years ago
  41. ec6a2c1 Small cleanups by Wim Taymans · 22 years ago
  42. 69f6580 Fix uri function.. by Wim Taymans · 22 years ago
  43. 1bce047 avoid having to depend on glib 2.2 by Thomas Vander Stichele · 22 years ago
  44. 5886cb8 - Added rank to plugin features (for future use) by Wim Taymans · 22 years ago
  45. 1ee670c Added infrastructure to register URI to element+property mappings by Wim Taymans · 22 years ago