index
:
~tpm/gstreamer
buffer-qdata
feature-query
Tim's GStreamer core work-in-progress
tpm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-24
buffer: add gst_buffer_{set,get}_qdata()
buffer-qdata
Tim-Philipp Müller
5
-3/+250
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-24
multiqueue: check filled state of queues even if another one is empty
Vincent Penquerc'h
1
-3/+0
2011-11-23
baseparse: Return template caps instead of other side's peer caps if get_sink...
Sebastian Dröge
1
-2/+1
2011-11-12
gst-inspect: print current value as default value
Tim-Philipp Müller
1
-64/+30
2011-11-12
gst, controller: replace g_list_prepend + reverse with GQueue
Tim-Philipp Müller
4
-39/+27
2011-11-09
Android: build audio controller example
Stefan Sauer
2
-0/+14
2011-11-09
gstvalue: consider lists and ranges equal if they hold the same set
Vincent Penquerc'h
1
-14/+74
2011-11-09
tests: add a subset test for structure
Stefan Sauer
1
-0/+19
2011-11-08
docs: also fix wrong call order for controller in manual
Stefan Sauer
1
-7/+7
2011-11-08
tests: pad: add test to verify flushing behaviour
René Stadler
1
-0/+81
2011-11-08
docs: fix Since: markers for API added after 0.10.35
Tim-Philipp Müller
9
-34/+34
2011-11-08
win32: update .def file for new API
Tim-Philipp Müller
1
-0/+1
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
basetransform: Only use the cached transform on strictly equal caps
Sjoerd Simons
1
-1/+1
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-04
configure: suppress unused variable warnings if gst debugging is disabled
Tim-Philipp Müller
1
-1/+7
2011-11-04
configure: fix typo around GLIB_EXTRA_CFLAGS in GST_ALL_CXXFLAGS
Tim-Philipp Müller
1
-1/+1
2011-11-03
queue: use statically allocated GQueue
Tim-Philipp Müller
2
-15/+15
2011-11-03
bin: use statically allocated GQueue
Tim-Philipp Müller
1
-10/+9
2011-11-03
collectpads2: use flags enum instead of guint in structure
Tim-Philipp Müller
1
-1/+1
2011-11-03
queue2: use statically allocated GQueue
Tim-Philipp Müller
2
-11/+11
2011-11-03
ghostpad: Don't cache internal proxy pad target
Nicolas Dufresne
2
-175/+95
2011-11-01
adapter: simplify gst_adapter_take_list()
Tim-Philipp Müller
1
-8/+4
2011-10-31
configure: make GLIB_EXTRA_CFLAGS overwritable
Tim-Philipp Müller
2
-2/+2
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
4
-0/+35
2011-10-30
taglist: add to_string and new_from_string functions
Tim-Philipp Müller
5
-2/+47
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
5
-0/+115
2011-10-29
structure: identical structures are definitely equal
Tim-Philipp Müller
1
-0/+3
2011-10-28
basetransform: Also fush the cache when changing the upstream caps suggestion
Sjoerd Simons
1
-0/+1
2011-10-28
basetransform: Add debug output when returning a cached transform
Sjoerd Simons
1
-0/+2
2011-10-28
collectpads2: Fix refcount handling if a buffer was dropped due to clipping
Sebastian Dröge
1
-2/+3
2011-10-28
collectpads2: Merge the clip and prepare_buffer function into one
Sebastian Dröge
4
-71/+24
2011-10-28
collectpads2: Merge clipping API from old collectpads
Sebastian Dröge
2
-0/+65
2011-10-28
basesink: make default query function name show up in gst-inspect
Tim-Philipp Müller
1
-0/+1
2011-10-28
collectpads2: avoid hanging in case of sparse newsegment events
Mark Nauwelaerts
1
-0/+5
2011-10-28
collectpads2: Use G_DEFINE_TYPE instead of GST_BOILERPLATE
Sebastian Dröge
1
-10/+4
2011-10-28
collectpads2: Add to the documentation
Sebastian Dröge
2
-0/+67
2011-10-28
win32: Add new collectpads2 API
Sebastian Dröge
1
-0/+24
2011-10-28
base: Add collectpads2
Sebastian Dröge
3
-0/+2339
2011-10-27
basetransform: Fix refcount leak
Jan Schmidt
1
-4/+5
[next]