summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2020-08-10qmlgloverlay: fix multiple elements with Qt 5.15Matthew Waters1-0/+12
2020-08-07build: update for gl pkg-config file splitMatthew Waters2-8/+7
2020-07-15QtGLVideoItem: Use QSharedPointer::data() for better compatibilityRaul Tambre1-2/+2
2020-07-10souphttpsrc: don't fail when seeking past the end of the contentMichael Olbrich1-1/+2
2020-07-10souphttpsrc: don't update the size on errorMichael Olbrich1-2/+3
2020-07-10qt/gloverlay: fix using OpenGL after destroying QmlMatthew Waters1-0/+5
2020-07-03flacenc: Pass audio info from set_format() to query_total_samples() explicitlySebastian Dröge1-4/+3
2020-06-28qt: Rework how we find the Qt QPA headerNirbheek Chauhan2-35/+9
2020-06-28qt: Only check for moc-qt5/moc in PATH if not cross-compilingNirbheek Chauhan1-1/+1
2020-06-24vpxenc: mark all properties as GST_DOC_SHOW_DEFAULTMathieu Duponchelle1-48/+95
2020-06-23vpx: Fix links to baseclass propertiesThibault Saunier2-6/+6
2020-06-23docs: mark more types as plugin APIMathieu Duponchelle3-0/+4
2020-06-19shout2: advertise documentation caps properlyTim-Philipp Müller1-3/+18
2020-06-18pulse: fix discovery of newly added devicesGuillaume Desmottes1-2/+0
2020-06-12qt/gloverlay: reset OpenGL state after Qt drawingMatthew Waters1-0/+7
2020-06-12qt/gloverlay: reset current OpenGL context after QtMatthew Waters1-0/+6
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle16-31/+31
2020-06-04vpxenc: Add new bit-per-pixel property to select a better "default" bitrateMikhail Fludkov3-15/+80
2020-06-03plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle16-0/+47
2020-06-02vpxdec: Check that output width and height != 0Stian Selnes1-0/+8
2020-05-29speex: Fix crash on Windows caused by cross-CRT issueSeungha Yang2-2/+3
2020-05-20qtoverlay: add the root item as a propertyMatthew Waters2-9/+65
2020-05-15qtglrenderer.cc: Fix compilingRaul Tambre1-2/+3
2020-05-15qtglrenderer.cc: Fix -Wformat-security warningRaul Tambre1-1/+1
2020-05-13meson: Pass native: false to add_languages()Nirbheek Chauhan2-2/+2
2020-05-12meson: Make C++ compiler detection not be automagicNirbheek Chauhan2-5/+2
2020-05-12meson: Fix gstgl checks for qt and gtkNirbheek Chauhan2-2/+3
2020-05-12meson: Revamp qt5qml plugin and example build codeNirbheek Chauhan1-134/+157
2020-05-06jpegenc: remove meta copy in jpegencnian.yan1-2/+0
2020-04-27qt/x11: also pass the window for gstgl -> qt contextMatthew Waters1-1/+4
2020-04-27qt: perform surface creation in the main threadMatthew Waters2-40/+181
2020-03-27gdkpixbufoverlay: Use GST_VIDEO_OVERLAY_COMPOSITION_BLEND_FORMATS for the sup...Sebastian Dröge1-9/+4
2020-03-24qmlgloverlay: fix usage without an qmlglsink in the pipelineMatthew Waters1-0/+61
2020-03-23qmlgloverlay: don't leak resources freed on a different GL threadMatthew Waters1-5/+23
2020-03-20qt: reorganize include definesMatthew Waters1-11/+8
2020-03-20gstqmlgl: Link to opengl32.lib on MinGWDmitriy Purgin1-1/+4
2020-03-19qt: add a qml overlay filter element [part 2]Matthew Waters5-97/+261
2020-03-18qt: add a qml overlay filter elementMatthew Waters8-1/+1041
2020-03-18qt: don't always activate/deactivate our GstGLContextMatthew Waters2-6/+3
2020-03-18qmlglsink: propagate the context up the the applicationMatthew Waters1-0/+7
2020-03-18qtitem: fix leak of capsMatthew Waters1-0/+2
2020-03-16wavpack: Use G_DECLARE_FINAL_TYPENiels De Graef2-39/+8
2020-03-16vpx: Use G_DECLARE_FINAL_TYPENiels De Graef6-80/+12
2020-03-16twolame: Use G_DECLARE_FINAL_TYPENiels De Graef1-19/+2
2020-03-16taglib: Use G_DECLARE_FINAL_TYPENiels De Graef2-38/+4
2020-03-16speex: Use G_DECLARE_FINAL_TYPENiels De Graef2-38/+6
2020-03-16soup: Use G_DECLARE_FINAL_TYPENiels De Graef1-15/+3
2020-03-16shout2: Use G_DECLARE_FINAL_TYPENiels De Graef2-31/+5
2020-03-16raw1394: Use G_DECLARE_FINAL_TYPENiels De Graef4-63/+10
2020-03-16qt: Use G_DECLARE_FINAL_TYPENiels De Graef2-41/+6