index
:
~wtay/gstreamer
0.10
0.10.36
0.11
0.11-bufferlist-remove
0.11-data
0.11-fd0
0.11-fdo
1.0
1.2
1.4
adapter-list
arrayqueue
buffer-recycle
bufferfile
buffermeta
buffermeta2
bufferpool
bufferpool-0.11
bufferpool-scratch
d2see
device-monitor-obsoleted
events2
f20
f21
framestep
gst-state-error-unlock
intlinks-query
less-task-lock
lockfree-bus
lockfree-bus2
lockfree-clocks
lockfree-data
lockfree-poll
lockfree-queue
master
memory-improvements
memory-improvements2
memory-improvements3
memory-lock
merge-mode-functions
miniobject-lock
miniobject-notify
miniobject-qdata
miniobject2
mixed-caps
multiqueue
multiqueue-new
netmeta-check
optimize
pad-cache
pad-state
performance-push
progress
push-cache
qnx-0.10.25
qnx-multiqueue
qos-throttle
queue-batch
queue-batch2
queue-batch3
queue-segment
queue2_ring_buffer
rawhide
release
release-pool
remove-caps
remove-handoff
remove-setcaps
rename-events
reset-time
rework-pad-block
rework-pad-block2
rhel-7.0
rhel-7.2
rhel-8.2.0
sa
segment-rework
segment-serialize
sink-states
state-manager
tp-vision
trans-meta
transform
wim-fd/lockfree-queue
wim_q2_rb
wip-basesink-event
work
work2
working
GStreamer random hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gsturi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-14
doc: More doc warning fixes
Nicolas Dufresne
1
-2
/
+2
2015-06-14
doc: In GstUri we meant nul-terminated, not %NULL
Nicolas Dufresne
1
-1
/
+1
2015-06-13
doc: Fix GstUri doc typos
Nicolas Dufresne
1
-3
/
+3
2015-06-02
uri: match return type of get_uri_type() implementation to declaration
Tim-Philipp Müller
1
-2
/
+2
2015-04-16
docs: clarify that return value of gst_filename_to_uri() must be freed
Tim-Philipp Müller
1
-0
/
+3
2015-04-03
uri: Silence a compiler warning
Nicolas Dufresne
1
-1
/
+1
2015-01-22
uri: Fix indention
Sebastian Dröge
1
-4
/
+5
2015-01-22
uri: Fix parsing issues
David Waring
1
-29
/
+53
2014-11-07
uri: Fix gobject-introspection warnings
Sebastian Dröge
1
-2
/
+2
2014-09-29
uri: Don't unconditionally use g_list_copy_deep()
Sebastian Dröge
1
-0
/
+19
2014-09-29
uri: Include our own BSD licensed copy of strcasestr() for Windows and others
Sebastian Dröge
1
-0
/
+62
2014-09-29
uri: Fix compiler warnings with gcc
Sebastian Dröge
1
-1
/
+1
2014-09-29
uri: Fix memory leak in gst_uri_join()
Sebastian Dröge
1
-1
/
+1
2014-09-29
GstUri: Add GstUri miniobject to handle URIs in an RFC 3986 compliant fashion
David Waring
1
-1
/
+1822
2014-09-19
gsturi: Remove unnecessary code
Ravi Kiran K N
1
-8
/
+1
2014-06-26
introspection: add missing (nullable) annotations to return values
Evan Nemerson
1
-9
/
+11
2014-05-30
docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE
Evan Nemerson
1
-14
/
+14
2014-04-26
docs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller
1
-2
/
+0
2013-11-21
gst: g_memmove() is deprecated
Tim-Philipp Müller
1
-4
/
+4
2012-11-03
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-09-26
uri: use proper 'transfer floating' annotation
Mark Nauwelaerts
1
-1
/
+1
2012-07-28
uri: Fix wrong 'array zero-terminated=1' annotation for strings
Thibault Saunier
1
-10
/
+9
2012-07-10
Remove 0.10-related documentation and "Since" markers
Edward Hervey
1
-6
/
+0
2012-07-04
uri: there are valid URI protocols with only two letters, like fd://
Tim-Philipp Müller
1
-2
/
+2
2012-06-23
uri: add error argument to gst_element_make_from_uri()
Tim-Philipp Müller
1
-8
/
+32
2012-05-23
uri: Add some debug statements
Edward Hervey
1
-0
/
+3
2012-05-01
uri: require URI protocol bit to be at least 3 characters to be valid
Tim-Philipp Müller
1
-2
/
+2
2012-03-29
docs: update more documentation
Wim Taymans
1
-1
/
+1
2012-03-02
gst: Remove gstmarshal.[ch] completely and use the generic marshaller
Sebastian Dröge
1
-1
/
+0
2012-01-02
registry: rename gst_registry_get_default() to gst_registry_get()
Tim-Philipp Müller
1
-1
/
+1
2011-11-13
urihandler: fix return type of get_protocols()
Tim-Philipp Müller
1
-6
/
+7
2011-11-13
urihandler: pass GError argument to gst_uri_handler_set_uri()
Tim-Philipp Müller
1
-3
/
+37
2011-11-13
urihandler: make _get_uri() return a copy
Tim-Philipp Müller
1
-2
/
+2
2011-11-13
urihandler: remove "new-uri" signal
Tim-Philipp Müller
1
-50
/
+1
2011-06-22
uri: remove some _full variants
Wim Taymans
1
-13
/
+4
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
[next]