Age | Commit message (Expand) | Author | Files | Lines |
2010-12-03 | pad: clear pad cache when installing probes | Wim Taymans | 1 | -0/+3 |
2010-12-02 | utils: return immediately for -1 conversion | Wim Taymans | 1 | -2/+2 |
2010-12-02 | utils: a convert query can have a -1 input value | Wim Taymans | 1 | -1/+0 |
2010-08-28 | utils: Fix inverted assertion logic in gst_util_fraction_compare() | Sebastian Dröge | 1 | -1/+1 |
2010-08-28 | utils: Add gst_util_fraction_compare() to compare fractions | Sebastian Dröge | 1 | -0/+48 |
2010-08-19 | element: link_many should activate pads if needed | Thiago Santos | 1 | -0/+10 |
2010-08-05 | utils: speed up pad linking utility functions by not trying pads that will ne... | Tim-Philipp Müller | 1 | -1/+9 |
2010-08-05 | utils: better error logging in link_pads_filtered | Stefan Kost | 1 | -4/+18 |
2010-08-05 | gstutils: Make gst_pad_proxy_getcaps() return empty caps if it's what the oth... | Olivier Crête | 1 | -2/+4 |
2010-07-16 | utils: Add more details about gst_element_get_compatible_pad | Edward Hervey | 1 | -0/+4 |
2010-07-05 | docs: improve the api docs for new GstPadLinkChecks and its use | Stefan Kost | 1 | -0/+4 |
2010-06-23 | gstutils: New gst_element_link_pads_full method | Edward Hervey | 1 | -9/+35 |
2010-06-04 | utils: Use G_PARAM_STATIC_STRINGS for standard properties | Sebastian Dröge | 1 | -0/+2 |
2010-05-13 | utils: Simplify fractions before doing calculations that could cause overflows | Sebastian Dröge | 1 | -12/+25 |
2010-05-13 | utils: GCD is 0 if both parameters are 0, don't divide by zero | Sebastian Dröge | 1 | -15/+34 |
2010-05-13 | utils: Simplify result of gst_fraction_multiply() | Sebastian Dröge | 1 | -4/+5 |
2010-05-04 | utils: use reffed _get_caps() version | Wim Taymans | 1 | -3/+3 |
2010-03-15 | utils: Handle iterator resyncs in gst_pad_proxy_setcaps() | Sebastian Dröge | 1 | -10/+26 |
2010-03-11 | gstreamer: remove unneeded casts | Edward Hervey | 1 | -2/+2 |
2010-03-11 | Fixes for -Wmissing-declarations -Wmissing-prototypes | Benjamin Otte | 1 | -2/+11 |
2010-03-10 | utils: Use mulq instead of mul as some assemblers can't guess the size of the... | Jeremy Huddleston | 1 | -1/+1 |
2010-01-10 | utils: defer getting the classes until we actualy need them | Stefan Kost | 1 | -3/+3 |
2010-01-10 | utils: avoid extra hop in gst_element_link | Stefan Kost | 1 | -1/+1 |
2009-12-08 | utils: Fix proxy_setcaps to only iterate pads of other direction | Sebastian Dröge | 1 | -1/+5 |
2009-12-08 | utils: fix proxy_getcaps | Wim Taymans | 1 | -18/+29 |
2009-12-08 | utils: Rename proxy iterator fold functions to have a more meaningful name | Sebastian Dröge | 1 | -4/+4 |
2009-12-08 | utils: If one intersection gave empty caps don't continue iterating over the ... | Sebastian Dröge | 1 | -2/+8 |
2009-11-27 | docs: fix more bogus xrefs | Stefan Kost | 1 | -2/+1 |
2009-11-25 | docs: fix xrefs in docs | Stefan Kost | 1 | -4/+4 |
2009-11-25 | docs: fix gtk-doc syntax for doc-blob start | Stefan Kost | 1 | -5/+10 |
2009-11-16 | utils: API: Add multiplication and addition functions for fractions | Sebastian Dröge | 1 | -0/+93 |
2009-11-16 | gstutils: API: Add fraction helper functions | Sebastian Dröge | 1 | -0/+152 |
2009-11-12 | whitespace: remove blanks in doc-comment | Stefan Kost | 1 | -2/+2 |
2009-11-05 | pad: rename new api from _refed to _reffed. | Stefan Kost | 1 | -1/+1 |
2009-10-07 | pad: add variants of gst_pad_get_caps() that don't copy caps. Fixes #590941 | Stefan Kost | 1 | -1/+1 |
2009-10-07 | pad: flip the G_UNLIKELY | Stefan Kost | 1 | -1/+1 |
2009-10-07 | pad: don't intersect with any in proxy_pad_get_caps | Stefan Kost | 1 | -6/+6 |
2009-10-07 | docs: rename aggregator to adder in the docs. | Stefan Kost | 1 | -1/+1 |
2009-10-07 | introspection: Add annotations for gst_element_query_{duration,position} | Johan Bilien | 1 | -4/+4 |
2009-09-09 | utils: Add a comment to the scaling functions to explain why the rounding is ... | Sebastian Dröge | 1 | -0/+10 |
2009-09-09 | utils: Use gcc's __uint128_t for 64bit unsigned integer scaling | Sebastian Dröge | 1 | -4/+36 |
2009-08-31 | utils: use 128bits division on x86_64 | Wim Taymans | 1 | -52/+43 |
2009-08-28 | utils: use shift instead of division | Wim Taymans | 1 | -2/+4 |
2009-08-28 | utils: make inlining explicit | Wim Taymans | 1 | -8/+8 |
2009-08-28 | utils: optimize for x86_64 with some inline asm | Wim Taymans | 1 | -0/+40 |
2009-08-28 | utils: factor out the leading zero count code | Wim Taymans | 1 | -10/+21 |
2009-08-28 | utils: pass correction factor around | Wim Taymans | 1 | -68/+19 |
2009-08-28 | utils: whitespace fixes | Wim Taymans | 1 | -19/+19 |
2009-08-28 | utils: move common correction code in a macro | Wim Taymans | 1 | -28/+16 |
2009-08-13 | gstutils: API: Add rounding to nearest and next integer versions of the 64 bi... | Kipp Cannon | 1 | -33/+238 |