summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* webrtcdsp: expose new properties.Mathieu Duponchelle2017-02-231-4/+127
* waylandsink: consider buffer size when copying to wl shm poolFabien Dessenne2017-02-221-5/+6
* hlsdemux: Fix GHashTable leakSeungha Yang2017-02-211-0/+4
* GstGLSinkBin: fixed sink property leakJuan Pablo Ugarte2017-02-141-26/+24
* hlsdemux: Redo typefind after stripping tagsJan Schmidt2017-02-071-0/+3
* waylandsink: set video surface opaqueFabien Dessenne2017-02-021-0/+23
* dewarp: Store C++ types as pointers in C structsSebastian Dröge2017-02-012-11/+23
* vkwindow: fix build error on i386Matthew Waters2017-02-011-2/+2
* hls: m3u8: Set sequence position for liveSeungha Yang2017-01-311-2/+13
* hls: Exclusion of last three fragment in case of live playbackSeungha Yang2017-01-312-7/+4
* hlsdemux: Consider timestamp of the first fragment in playlist when live seekingSeungha Yang2017-01-311-1/+2
* motioncells: fix mingw buildNicola Murino2017-01-301-1/+1
* vkimagememory: use the correct enum for RGB16/BGR16 formatsMatthew Waters2017-01-261-1/+1
* mpeg2enc: Fix compiler warning with clangSebastian Dröge2017-01-251-2/+1
* qt: The code requires at least C++11Sebastian Dröge2017-01-251-1/+1
* openh264: add "qp-min" and "qp-max" propertiesTim-Philipp Müller2017-01-242-0/+36
* fdk-aac: fix version numberStefan Sauer2017-01-201-1/+1
* hlsdemux: Detect media sequence number inconsistencies and failSebastian Dröge2017-01-181-8/+170
* dashdemux: Do pending seek when SIDX is foundSeungha Yang2017-01-181-1/+21
* dashdemux: Fix issue when manifest update sets slow start without passing nec...WeiChungChang2017-01-182-0/+30
* glmixer: ensure caps are writable after intersectionMatthew Waters2017-01-181-0/+1
* mpdparser: Fix compilation with GST_DISABLE_GST_DEBUGEdward Hervey2017-01-161-2/+3
* gl: update sys dependants for function removalsMatthew Waters2017-01-131-35/+4
* glutils: document functionsMatthew Waters2017-01-131-0/+1
* glutils: privatise matrix multiplication/videoaffinetransformation retrievalMatthew Waters2017-01-132-0/+63
* gl/utils: also take care of the local GL context in query functionsMatthew Waters2017-01-138-421/+42
* glutils: remove trivial helper functionMatthew Waters2017-01-131-3/+9
* opencv: Fix build with OpenCV < 3Sebastian Dröge2017-01-121-3/+16
* ttml: Link with -lm for round()Sebastian Dröge2017-01-121-1/+2
* 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