summaryrefslogtreecommitdiff
path: root/gst/gstutils.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-03pad: clear pad cache when installing probesWim Taymans1-0/+3
2010-12-02utils: return immediately for -1 conversionWim Taymans1-2/+2
2010-12-02utils: a convert query can have a -1 input valueWim Taymans1-1/+0
2010-08-28utils: Fix inverted assertion logic in gst_util_fraction_compare()Sebastian Dröge1-1/+1
2010-08-28utils: Add gst_util_fraction_compare() to compare fractionsSebastian Dröge1-0/+48
2010-08-19element: link_many should activate pads if neededThiago Santos1-0/+10
2010-08-05utils: speed up pad linking utility functions by not trying pads that will ne...Tim-Philipp Müller1-1/+9
2010-08-05utils: better error logging in link_pads_filteredStefan Kost1-4/+18
2010-08-05gstutils: Make gst_pad_proxy_getcaps() return empty caps if it's what the oth...Olivier Crête1-2/+4
2010-07-16utils: Add more details about gst_element_get_compatible_padEdward Hervey1-0/+4
2010-07-05docs: improve the api docs for new GstPadLinkChecks and its useStefan Kost1-0/+4
2010-06-23gstutils: New gst_element_link_pads_full methodEdward Hervey1-9/+35
2010-06-04utils: Use G_PARAM_STATIC_STRINGS for standard propertiesSebastian Dröge1-0/+2
2010-05-13utils: Simplify fractions before doing calculations that could cause overflowsSebastian Dröge1-12/+25
2010-05-13utils: GCD is 0 if both parameters are 0, don't divide by zeroSebastian Dröge1-15/+34
2010-05-13utils: Simplify result of gst_fraction_multiply()Sebastian Dröge1-4/+5
2010-05-04utils: use reffed _get_caps() versionWim Taymans1-3/+3
2010-03-15utils: Handle iterator resyncs in gst_pad_proxy_setcaps()Sebastian Dröge1-10/+26
2010-03-11gstreamer: remove unneeded castsEdward Hervey1-2/+2
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-2/+11
2010-03-10utils: Use mulq instead of mul as some assemblers can't guess the size of the...Jeremy Huddleston1-1/+1
2010-01-10utils: defer getting the classes until we actualy need themStefan Kost1-3/+3
2010-01-10utils: avoid extra hop in gst_element_linkStefan Kost1-1/+1
2009-12-08utils: Fix proxy_setcaps to only iterate pads of other directionSebastian Dröge1-1/+5
2009-12-08utils: fix proxy_getcapsWim Taymans1-18/+29
2009-12-08utils: Rename proxy iterator fold functions to have a more meaningful nameSebastian Dröge1-4/+4
2009-12-08utils: If one intersection gave empty caps don't continue iterating over the ...Sebastian Dröge1-2/+8
2009-11-27docs: fix more bogus xrefsStefan Kost1-2/+1
2009-11-25docs: fix xrefs in docsStefan Kost1-4/+4
2009-11-25docs: fix gtk-doc syntax for doc-blob startStefan Kost1-5/+10
2009-11-16utils: API: Add multiplication and addition functions for fractionsSebastian Dröge1-0/+93
2009-11-16gstutils: API: Add fraction helper functionsSebastian Dröge1-0/+152
2009-11-12whitespace: remove blanks in doc-commentStefan Kost1-2/+2
2009-11-05pad: rename new api from _refed to _reffed.Stefan Kost1-1/+1
2009-10-07pad: add variants of gst_pad_get_caps() that don't copy caps. Fixes #590941Stefan Kost1-1/+1
2009-10-07pad: flip the G_UNLIKELYStefan Kost1-1/+1
2009-10-07pad: don't intersect with any in proxy_pad_get_capsStefan Kost1-6/+6
2009-10-07docs: rename aggregator to adder in the docs.Stefan Kost1-1/+1
2009-10-07introspection: Add annotations for gst_element_query_{duration,position}Johan Bilien1-4/+4
2009-09-09utils: Add a comment to the scaling functions to explain why the rounding is ...Sebastian Dröge1-0/+10
2009-09-09utils: Use gcc's __uint128_t for 64bit unsigned integer scalingSebastian Dröge1-4/+36
2009-08-31utils: use 128bits division on x86_64Wim Taymans1-52/+43
2009-08-28utils: use shift instead of divisionWim Taymans1-2/+4
2009-08-28utils: make inlining explicitWim Taymans1-8/+8
2009-08-28utils: optimize for x86_64 with some inline asmWim Taymans1-0/+40
2009-08-28utils: factor out the leading zero count codeWim Taymans1-10/+21
2009-08-28utils: pass correction factor aroundWim Taymans1-68/+19
2009-08-28utils: whitespace fixesWim Taymans1-19/+19
2009-08-28utils: move common correction code in a macroWim Taymans1-28/+16
2009-08-13gstutils: API: Add rounding to nearest and next integer versions of the 64 bi...Kipp Cannon1-33/+238