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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-05
info: fix caps and segment debug printing with old GLib version
Tim-Philipp Müller
1
-0
/
+5
2012-04-03
Make build against GLib 2.16
Tim-Philipp Müller
2
-0
/
+33
2012-02-04
registry: fix compilation with --disable-registry
Havard Graff
1
-1
/
+2
2012-02-03
bin: reset the EOS detection machinery after sending an EOS message
Vincent Penquerc'h
1
-0
/
+10
2012-02-02
Fixes the lack of an include directive in gst/gstpreset.h
João Paulo Pizani Flor
1
-0
/
+1
2012-01-12
gststructure: clarify _get docs about the returned reference
Vincent Penquerc'h
1
-4
/
+4
2012-01-05
gst: include locale.h before any other i18n headers
Tim-Philipp Müller
2
-0
/
+2
2012-01-05
poll: include correct poll.h based on autoconf test
Idar Tollefsen
1
-0
/
+5
2011-12-12
glib-compat: Add license boilerplate for LGPL
Sebastian Dröge
2
-0
/
+30
2011-12-09
preset: allow applications to specify an extra preset dir
Stefan Sauer
2
-57
/
+148
2011-12-06
indexfactory: fix memory leak
Tim-Philipp Müller
1
-1
/
+1
2011-12-04
Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostly
Tim-Philipp Müller
5
-0
/
+15
2011-12-04
Work around deprecated thread API in glib master
Tim-Philipp Müller
6
-1
/
+100
2011-12-03
g_thread_init() is deprecated in glib master
Tim-Philipp Müller
1
-0
/
+8
2011-12-03
tagsetter: update for thread API deprecations in glib master
Tim-Philipp Müller
1
-15
/
+46
2011-12-03
taglist: update for thread API deprecations in glib master
Tim-Philipp Müller
1
-3
/
+16
2011-12-03
g_thread_create() is deprecated in GLib master, use g_thread_try_new() instead
Tim-Philipp Müller
1
-0
/
+6
2011-12-01
bus: use GST_MESSAGE_SOURCE_NAME() which also takes care of src=NULL.
Stefan Sauer
1
-1
/
+1
2011-11-30
event: warn and fail instead of creating newsegment events in GST_FORMAT_UNDE...
Tim-Philipp Müller
1
-0
/
+1
2011-11-28
gstelement: add gst_element_class_add_pad_template_from_static
Vincent Penquerc'h
2
-0
/
+25
2011-11-27
warnings: avoid set-but-unused warnings with load-save disabled
Stefan Sauer
2
-12
/
+9
2011-11-26
uri: fix wrong G_GNUC_MALLOC
Tim-Philipp Müller
1
-1
/
+1
2011-11-26
gst: sprinkle some G_GNUC_MALLOC
Tim-Philipp Müller
25
-139
/
+139
2011-11-25
buffer: add gst_buffer_{set,get}_qdata()
Tim-Philipp Müller
2
-3
/
+191
2011-11-24
pad: Remove g_warning() if pad accepted caps that are not a subset of the pad...
Sebastian Dröge
1
-20
/
+0
2011-11-12
gst, controller: replace g_list_prepend + reverse with GQueue
Tim-Philipp Müller
3
-35
/
+23
2011-11-09
gstvalue: consider lists and ranges equal if they hold the same set
Vincent Penquerc'h
1
-14
/
+74
2011-11-08
docs: fix Since: markers for API added after 0.10.35
Tim-Philipp Müller
5
-30
/
+30
2011-11-07
gstcaps: remove unneeded use of gint64
Vincent Penquerc'h
1
-1
/
+1
2011-11-07
gstvalue: quicker version of intersection when we do not need the result
Vincent Penquerc'h
2
-30
/
+69
2011-11-07
gststructure: simplify return statement in gst_structure_can_intersect
Vincent Penquerc'h
1
-5
/
+2
2011-11-07
gststructure: early out when we know a value cannot be a subset
Vincent Penquerc'h
1
-1
/
+8
2011-11-07
gstvalue: quicker test for substraction emptiness
Vincent Penquerc'h
2
-20
/
+49
2011-11-07
gststructure: rejig test ordering for speed
Vincent Penquerc'h
1
-5
/
+6
2011-11-04
caps: Add gst_caps_is_strictly_equal
Sjoerd Simons
2
-0
/
+43
2011-11-04
introspection: add Value annotations for GST_SECOND, GST_MSECOND, GST_USECOND...
Peteris Krisjanis
1
-0
/
+13
2011-11-03
bin: use statically allocated GQueue
Tim-Philipp Müller
1
-10
/
+9
2011-11-03
ghostpad: Don't cache internal proxy pad target
Nicolas Dufresne
1
-166
/
+33
2011-10-30
filter: deprecate gst_filter_run()
Tim-Philipp Müller
2
-0
/
+11
2011-10-30
registry: don't use soon-to-be-deprecated gst_filter_run()
Tim-Philipp Müller
1
-17
/
+41
2011-10-30
pluginfeature: deprecate gst_plugin_feature_type_name_filter()
Tim-Philipp Müller
3
-0
/
+33
2011-10-30
taglist: add to_string and new_from_string functions
Tim-Philipp Müller
2
-0
/
+41
2011-10-30
taglist: avoid pointless tag name -> quark lookups
Tim-Philipp Müller
1
-35
/
+47
2011-10-30
taglist: add gst_tag_list_is_equal()
Tim-Philipp Müller
2
-0
/
+74
2011-10-29
structure: identical structures are definitely equal
Tim-Philipp Müller
1
-0
/
+3
2011-10-26
event: clarify docs for step event
Stefan Sauer
1
-2
/
+3
2011-10-26
registry: add support for GST_REGISTRY_REUSE_PLUGIN_SCANNER=no
Tim-Philipp Müller
1
-0
/
+13
2011-10-21
caps: No need to require writable caps for _append/_merge second caps
Thiago Santos
1
-2
/
+4
2011-10-20
pad: not only describe conditions in the docs, also check them in the code
Stefan Sauer
1
-1
/
+20
2011-10-18
message: protect against null message sources
Thiago Santos
1
-2
/
+1
[next]