summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2021-09-07jpegdec: Fix crash when interlaced field height is not DCT block size alignedSeungha Yang1-3/+8
2021-08-31qt: Fix build for Qt 5.9Philippe Normand1-4/+4
2021-08-27qmlgl: don't critical on input events before input format has been setMatthew Waters1-0/+14
2021-08-23vpxdec: Fix direct rendering, avoid holding write accessHavard Graff2-0/+14
2021-08-16gstqmlgl: fix indentDmitry Shusharin1-6/+10
2021-08-16gstqmlgl: wrap raw GstGLContext into GWeakRefDmitry Shusharin2-8/+13
2021-08-16gstqmlgl: refactoring: rename ambiguous variables, clean up unused and duplic...Dmitry Shusharin2-16/+20
2021-08-16gstqmlgl: rework WGL-specific context init codeDmitry Shusharin1-71/+69
2021-08-16gstqmlgl: retrieve correct device bound to current GL context (+ minor code c...Dmitry Shusharin1-14/+9
2021-08-16gstqmlgl: correct validation for Qt GL contextDmitry Shusharin1-1/+1
2021-08-16gstqmlgl: create helper QRunnable-based class for render jobsDmitry Shusharin5-51/+14
2021-08-15souphttpsrc: Always use the content decoder but set `Accept-Encoding: identit...Sebastian Dröge1-2/+4
2021-08-12qt: always update the sink_retrieved flag when the sink retrievesMatthew Waters1-2/+2
2021-08-04jpeg: Add support for meson fallbackSeungha Yang1-1/+2
2021-07-30jack: Add port-names property to select ports explicitlySeungha Yang8-35/+294
2021-07-28qt: Support RGB formatKai Uwe Broulik2-3/+6
2021-07-28jack: Add low-latency property for automatic latency-optimized settingSeungha Yang4-2/+61
2021-07-28jack: Remove trailing whitespaceSeungha Yang4-6/+6
2021-07-28jack: Fix assertion fail when device supports only mono channelSeungha Yang2-6/+14
2021-07-28qmlglsrc: fix operation without any qmlglsinkMatthew Waters3-3/+49
2021-07-05qt: Fix clang buildPhilippe Normand1-1/+1
2021-07-05qt: Add navigation events supportPhilippe Normand3-6/+239
2021-07-05gtk: Scroll events dispatch supportPhilippe Normand1-1/+47
2021-06-28vpx: add enum for adaptive quantization modesJakub Adam4-8/+67
2021-06-28vp9enc: expose frame-parallel-decoding propertyJakub Adam2-0/+42
2021-06-28vp9enc: expose aq-mode propertyJakub Adam2-0/+38
2021-06-03qtitem: don't potentially leak a large number of buffersMatthew Waters1-0/+11
2021-06-02jpegenc: Remove arbitrary encoding size limitationNicolas Dufresne1-2/+2
2021-06-02Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller3-5/+3
2021-05-12qml: don't use buffers that have invalid contentsMatthew Waters1-2/+26
2021-05-12qml: also use the dummy texture when no buffer has been setMatthew Waters1-1/+2
2021-05-11qt: return a different GstGLDisplay object when the first sink requestsMatthew Waters5-8/+14
2021-05-06vp9enc: Add color range supportNicolas Dufresne1-2/+23
2021-05-06vp9enc: Move colorspace configuration in VP9 encNicolas Dufresne2-62/+65
2021-05-06vpxdenc: Add a GstVideoCodecState to configure_encoder virtualNicolas Dufresne3-3/+3
2021-05-06gtk: Remove coordinates double-translationBastien Nocera1-12/+2
2021-05-06gtk: Translate navigation events coordinatesBastien Nocera1-0/+13
2021-05-06gtk: Export _display_size_to_stream_size()Bastien Nocera2-5/+10
2021-04-26taglib: Update createFrame() to non-deprecated version.Doug Nazar1-0/+13
2021-04-21qmloverlay: Use first found GstGLVideoItem as widget propertyVaL Doroshchuk1-0/+8
2021-04-19qmlglsink: allow to set force-aspect-ratio propertyMarco Felsch2-0/+7
2021-04-07vpxenc: add colorspace information into VP9 bitstreamJakub Adam1-0/+61
2021-03-31gstqtoverlay: Add initialization and finalization to qml-scene propVal Doroshchuk2-1/+4
2021-03-31qt: fix build warning with clang and c-linkage of user defined typeMatthew Waters1-1/+4
2021-03-30qt: hotfix: allow per feature registrationStéphane Cerveau5-12/+5
2021-03-29twolame: allow per feature registrationStéphane Cerveau2-6/+12
2021-03-29shout2: allow per feature registrationStéphane Cerveau2-7/+12
2021-03-29cairo: allow per feature registrationStéphane Cerveau3-8/+8
2021-03-29vpx: allow per feature registrationStéphane Cerveau8-17/+95
2021-03-29taglib: allow per feature registrationStéphane Cerveau6-9/+88