summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* handdetect: remove unnecessary variable.Vanessa Chipirrás Navalón2015-08-182-7/+0
* handdetect: check CvHaarClassifierCascade is release before being modified.Vanessa Chipirrás Navalón2015-08-181-0/+4
* handdetect: code refactoring of gst_handdetect_load_profile.Vanessa Chipirrás Navalón2015-08-181-23/+21
* daalaenc: Fix buildSebastian Dröge2015-08-181-86/+90
* x265enc: add accept-caps handlingThiago Santos2015-08-171-0/+27
* daalaenc: add accept-caps handlingThiago Santos2015-08-171-0/+29
* videoencoders: use template subset check for accept-capsThiago Santos2015-08-173-0/+6
* opencv: support alternative path conventionLuis de Bethencourt2015-08-172-2/+2
* dashdemux: link against gio for g_resolver and g_inet_address_from_stringRico Tzschichholz2015-08-171-0/+2
* audioencoders: use template subset check for accept-capsThiago Santos2015-08-176-0/+8
* voaacenc: Remove custom getcaps and just use the templateThiago Santos2015-08-171-73/+7
* voaacenc: add version to gst-launch string on documentationThiago Santos2015-08-171-1/+1
* faac: make template pad caps more accurate and remove custom getcapsThiago Santos2015-08-171-59/+46
* mpg123: still reset pending audio info on hard flushTim-Philipp Müller2015-08-171-0/+2
* mpg123: fix handling of sample rate change during playbackJason Litzinger2015-08-171-1/+0
* dashdemux: fix off by one seeking issueThiago Santos2015-08-161-3/+6
* mpdparser: Free UTCTiming struct if there are no values associated with itSebastian Dröge2015-08-161-0/+3
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-156-0/+19
* videodecoders: use default pad accept-caps handlingThiago Santos2015-08-157-0/+21
* glsink: Enable sync meta on pools we offerNicolas Dufresne2015-08-152-0/+5
* gtkglsink: Add overlay composition supportNicolas Dufresne2015-08-153-0/+93
* gtkglsink: Fix unsafe handling of buffer life timeNicolas Dufresne2015-08-154-32/+58
* gtkglsink: Remove reset pathNicolas Dufresne2015-08-153-48/+0
* glimagesink: Move overlay rendering after video renderingNicolas Dufresne2015-08-151-2/+2
* facedetect: Refactor the codeVanessa Chipirrás Navalón2015-08-141-27/+28
* dashdemux: add support for HTTP HEAD method of time syncAlex Ashley2015-08-141-5/+131
* dashdemux: post-review fixup of UTCTiming elementAlex Ashley2015-08-141-2/+34
* dashdemux: add support for UTCTiming elements for clock drift compensationAlex Ashley2015-08-145-5/+484
* Revert "srtpdec: Add support for buffer list"Sebastian Dröge2015-08-131-141/+1
* glimagesink: take into account non 1/1 par for navigationMatthew Waters2015-08-121-12/+45
* gtk: fix motion event nameMatthew Waters2015-08-121-1/+1
* gtk: correct navigation events for window scalingMatthew Waters2015-08-121-2/+75
* gtk: implement GstNavigation interfaceMatthew Waters2015-08-113-1/+142
* opus: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge2015-08-112-0/+59
* facedetect: wrong form to write the delete operatorVanessa Chipi2015-08-111-1/+1
* facedetect: simplify repeated code.vanechipi2015-08-111-3/+4
* facedetect: Redundancy exists in code.vanechipi2015-08-111-7/+7
* gl: use gles2 shaders everywhereMatthew Waters2015-08-1022-466/+84
* gltransformation: implement pivot point for rotation and scaleLubosz Sarnecki2015-08-082-2/+65
* qml: implement the required multiple GL context synchonisationMatthew Waters2015-08-083-5/+40
* facedetect: fix profile loading checkLuis de Bethencourt2015-08-071-2/+5
* hlsdemux: don't warn about duration if it is not knownThiago Santos2015-08-071-2/+5
* configure: update OpenCV requirements to 2.3.0Luis de Bethencourt2015-08-076-31/+10
* dashdemux: Fix leak in gst_dash_demux_stream_update_fragment_info()Florin Apostol2015-08-061-0/+1
* opencv: facedetect: free IplImage with cvReleaseImageLuis de Bethencourt2015-08-051-2/+2
* opencv: facedetect: check pointer before using itLuis de Bethencourt2015-08-051-6/+4
* x265enc: remove dead codeLuis de Bethencourt2015-08-051-4/+0
* x265enc: fix memory leakLuis de Bethencourt2015-08-051-2/+3
* rsvg: Don't leak a GstVideoCodecStateCarlos Garnacho2015-08-041-2/+1
* opencv: facedetect: fix crashes in finalizeTim-Philipp Müller2015-08-041-8/+8