summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* qmlglsrc: use glBlitFramebuffer to copy texture for GLES3.0Haihua Hu2017-01-102-1/+50
* gl: remove custom control binding proxyMatthew Waters2017-01-104-42/+36
* Fix some caps leaks in pad template creation codeGarima Gaur2017-01-032-0/+2
* waylandsink: fix display re-connection (redraw pending)Fabien Dessenne2017-01-021-1/+6
* opencv: add dewarp pluginNicola Murino2017-01-025-3/+847
* x265: fix a minor string leakFabrice Bellet2017-01-031-4/+2
* smoothstreaming: Fix minor use after free referenceArun Raghavan2017-01-021-1/+1
* dash: Include debug of gstisoff on dashdemux categorySeungha Yang2016-12-241-0/+3
* dashdemux: Add first_offset of sidx box to base offsetSeungha Yang2016-12-231-0/+7
* dashdemux: Ensure sidx parsing when updating fragment infoSeungha Yang2016-12-231-1/+2
* dashdemux: Drain remaining buffer in adapterSeungha Yang2016-12-221-0/+14
* Remove various unported pluginsSebastian Dröge2016-12-2139-10473/+6
* dashdemux: Always parsing sidx for On-Demand profileSeungha Yang2016-12-201-4/+41
* dash: Split gst_isoff_sidx_parser_add_buffer() functionSeungha Yang2016-12-202-45/+66
* hlsdemux: Extract ID3 tags, strip them from the output and provide them as tagsSebastian Dröge2016-12-193-11/+28
* qt: improve element and property descriptions a bitTim-Philipp Müller2016-12-172-6/+6
* gl/effects: use non-PBO GLMemory for internal texturesHaihua Hu2016-12-161-1/+1
* glvideomixer: Reject multiview videoSebastian Dröge2016-12-141-0/+24
* gme: Forward other non-EOS events downstreamJan Schmidt2016-12-141-0/+4
* gst: Don't declare variables inside the for loop headerSebastian Dröge2016-12-135-12/+18
* dashdemux: Don't declare variables inside the for loop headerSebastian Dröge2016-12-132-4/+10
* gme: Free decoder instance when going from PAUSED to READYSebastian Dröge2016-12-131-0/+4
* ttmlrender: Fix segfault on _render_text_region()Seungha Yang2016-12-121-4/+12
* ttmlparse: Transform caps eventSeungha Yang2016-12-121-0/+12
* qml: Fix egl being deinitialized on display cleanupSergey Borovkov2016-12-091-2/+2
* fdkaac: fix the build for older fdkaac versionsStefan Sauer2016-12-071-1/+4
* qml/item: also unref the display on destructionMatthew Waters2016-12-071-0/+2
* chromaprint: Fix compilation with chromaprint 1.4Sebastian Dröge2016-12-071-1/+1
* dtls: Set openssl's threadid the 1.0.x wayScott D Phillips2016-12-051-4/+4
* segmentation: Port to GstOpencvVideoFilter base classNicolas Dufresne2016-12-042-39/+31
* grabcut: Port to GstOpencvVideoFilter base classNicolas Dufresne2016-12-042-33/+37
* retinex: Port to GstOpencvVideoFilter base classNicolas Dufresne2016-12-042-50/+37
* opencv/meson: check presence of required opencv_contrib headersNicolas Dufresne2016-12-011-0/+1
* edgedetect: Avoid extra copy of the output imageNicolas Dufresne2016-12-012-13/+8
* edgedetect: Remove redundant CAPS event handlerNicolas Dufresne2016-12-011-51/+8
* cvlaplace: Avoid extra copy of the output imageNicolas Dufresne2016-12-012-12/+3
* cvlaplace: Remove redundant CAPS event handlerNicolas Dufresne2016-12-011-53/+8
* cvsobel: Avoid extra copy of the output imageNicolas Dufresne2016-12-012-12/+3
* cvsobel: Remove redundant CAPS event handlerNicolas Dufresne2016-12-011-50/+8
* opencv: Remove uneeded buffer writability checkNicolas Dufresne2016-12-012-11/+1
* meson/ttml: Add missing math library dependencyNicolas Dufresne2016-11-301-1/+3
* mssdemux: fix meson buildPhilippe Normand2016-11-291-0/+1
* mssdemux: improved live playback supportPhilippe Normand2016-11-296-10/+567
* schro: #include math.h before schroedinger headersScott D Phillips2016-11-293-3/+3
* meson: Rework opencv plugin checksNirbheek Chauhan2016-11-291-16/+50
* m3u8: Mark uri_join() function as staticSebastian Dröge2016-11-281-1/+1
* dash: Fix stripping of space at the beginning/end of durationsSebastian Dröge2016-11-271-2/+2
* opencv: Make the OpenCV plugin optional in the meson buildSebastian Dröge2016-11-271-1/+1
* opencv: Enable in meson buildLuis de Bethencourt2016-11-262-1/+51
* hlsdemux: Handle GST_SEEK_TYPE_NONE seekEdward Hervey2016-11-261-54/+62