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
/
gstcaps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-23
gstcaps: Use inlined version of _is_any()/_is_empty()
Edward Hervey
1
-20
/
+31
2009-10-20
docs: Fix docs for gst_caps_set_simple()
Benjamin Otte
1
-4
/
+4
2009-10-19
docs: Modify docs string slightly.
Jan Schmidt
1
-2
/
+2
2009-10-16
caps: fix typo in docs
Wim Taymans
1
-2
/
+2
2009-10-15
Improve caps setters API
Benjamin Otte
1
-23
/
+75
2009-08-06
docs: fix Since: tag for new gst_caps_can_intersect() function
Tim-Philipp Müller
1
-1
/
+1
2009-08-06
caps: add gst_caps_can_intersect()
Stefan Kost
1
-0
/
+126
2009-08-06
caps: split callback for structure intersect into two functions
Stefan Kost
1
-8
/
+20
2009-08-06
logging: log if we copy caps to be able to track it
Stefan Kost
1
-0
/
+1
2009-08-06
caps: add comments about g_ptr_array size behaviour
Stefan Kost
1
-0
/
+7
2009-08-06
caps: add some more debugging in _replace
Wim Taymans
1
-0
/
+2
2009-06-30
Spread branch prediction macros.
Edward Hervey
1
-19
/
+19
2009-06-24
caps: avoid doing logic in g_assert
Wim Taymans
1
-1
/
+2
2009-06-24
gstcaps: Use direct values for repetitive conditionals (for/while).
Edward Hervey
1
-25
/
+30
2009-04-03
docs: improve API reference for gst_caps_get_structure()
Tim-Philipp Müller
1
-1
/
+8
2009-03-06
apidocs: markup example as highlightable example and copy same for structure
Stefan Kost
1
-3
/
+3
2008-11-06
gst/gstcaps.c: Callgrind micro optimisations.
Wim Taymans
1
-20
/
+29
2008-08-07
gst/gstcaps.c: Fix subset test.
Wim Taymans
1
-22
/
+28
2008-07-22
gst/gstcaps.c: Previous commit was wrong NULL caps does not exist and indicat...
Thijs Vermeir
1
-6
/
+8
2008-07-21
gst/gstcaps.c: Allow passing of NULL to gst_caps_union
Thijs Vermeir
1
-0
/
+11
2008-04-17
gst/: Don't use g_atomic_set_int where it's not needed.
Tim-Philipp Müller
1
-1
/
+1
2008-04-17
gst/gstutils.*: API: Deprecate gst_atomic_int_set(), g_atomic_int_set() shoul...
Sebastian Dröge
1
-2
/
+2
2008-04-01
configure.ac: Require GLib 2.12.
Sebastian Dröge
1
-10
/
+2
2008-03-24
gst/gstcaps.*: Constify the field gchar * params in set_simple and friends.
José Alburquerque
1
-2
/
+2
2008-01-09
gst/: Yet another gratuitous GString micro-optimisation: add a (private) func...
Tim-Philipp Müller
1
-7
/
+9
2007-12-28
gst/: Bunch of gratuitous nano-optimisations.
Tim-Philipp Müller
1
-1
/
+1
2007-10-22
Added GstStructure to gst_value_table and its related functions.
Edgard Lima
1
-10
/
+14
2007-08-12
gst/gstcaps.c: Fix proper check for simple caps.
Wim Taymans
1
-1
/
+1
2007-08-07
docs/design/part-TODO.txt: Add some more TODO items
Wim Taymans
1
-2
/
+8
2007-02-13
docs/design/draft-klass.txt: Add existing category analysis.
Stefan Kost
1
-4
/
+4
2007-02-11
docs/libs/Makefile.am: Fix path to core docs.
Stefan Kost
1
-2
/
+2
2007-01-26
gst/gstcaps.c: Init caps flags too.
Wim Taymans
1
-0
/
+1
2007-01-25
gst/gstcaps.c: Add some refcount debugging.
Wim Taymans
1
-9
/
+47
2006-09-14
releasing 0.10.10
Thomas Vander Stichele
1
-0
/
+2
2006-08-29
gst/gstcaps.c: Code cleanups.
Wim Taymans
1
-21
/
+6
2006-08-28
gst/gstcaps.*: Fix docs and indentation again.
Wim Taymans
1
-13
/
+9
2006-08-24
implement caps merging (fixes #352580)
Stefan Kost
1
-11
/
+138
2006-08-21
API: Add gst_caps_merge() and use it in basetransform, fixes #345444 in a bet...
Stefan Kost
1
-34
/
+62
2006-07-27
gst/gstcaps.c: Fix useless assert, a uint is always positive.
Wim Taymans
1
-1
/
+0
2006-07-03
gst/: Use GSlice when the glib we build against is >= 2.10
Wim Taymans
1
-16
/
+29
2006-07-02
gst/gstcaps.c: remove gst_caps_simplify; it was not declared and not used and...
Thomas Vander Stichele
1
-25
/
+1
2006-07-02
gst/gstcaps.c: whitespace fixes
Thomas Vander Stichele
1
-7
/
+7
2006-06-22
gst/gstcaps.c: Fix crasher when passed NULL. Doc clarification.
Wim Taymans
1
-10
/
+12
2006-05-07
gst/gstcaps.c: Docs about how to print caps for debug purposes.
Stefan Kost
1
-0
/
+6
2006-02-28
gst/gstbin.c: Help the compiler a bit with type registration.
Wim Taymans
1
-2
/
+2
2006-02-27
gst/gstcaps.c: Use the REFCOUNTING category for caps refcounting.
Tim-Philipp Müller
1
-2
/
+2
2006-01-27
doc fixes, to link to function, just write gst_cool_function(), don't prefix ...
Stefan Kost
1
-1
/
+1
2006-01-20
gst/gstcaps.c: Clarify behaviour of _is_equal() when passing NULL parameters.
Wim Taymans
1
-1
/
+3
2005-12-20
gst/gstcaps.*: Added gpointer GType for GstStaticCaps so we can wrap them in ...
Edward Hervey
1
-0
/
+12
2005-12-07
gst/gstbuffer.c: Small docs update.
Wim Taymans
1
-2
/
+4
[next]