summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.12.01.12.0Sebastian Dröge2017-05-041-4/+4
|
* qtkit: drop the qtkitvideosrc elementJosep Torra2017-05-031-5/+0
| | | | | | | | The QTKit framework had been deprecated for long in favour of AVFundation framework and we already have avfvideosrc that provides the same functionality. https://bugzilla.gnome.org/show_bug.cgi?id=782078
* Release 1.11.911.11.91Sebastian Dröge2017-04-271-4/+4
|
* nvenc: Add support for the Cuda 8.0 SDKOle André Vadla Ravnås2017-04-191-4/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=781410
* ttml: build, but don't autoplug unless GST_TTML_AUTOPLUG env var is setTim-Philipp Müller2017-04-131-7/+5
| | | | | | Don't hide build behind --enable-experimental. Our goal is to not autoplug it for now, so let's just always build it if the dependencies are there and hide autoplugging enablement behind an env var.
* faceoverlay: Port to GStreamer 1.xFabian Orccon2017-04-111-5/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764011
* faceoverlay: Revert deletionFabian Orccon2017-04-111-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764011
* Release 1.11.901.11.90Sebastian Dröge2017-04-071-4/+4
|
* glupload: Add support for Vivante DirectTexture uploadsSebastian Dröge2017-02-271-1/+10
| | | | | | | | | | Together with the upcoming gstreamer-imx patch, this allows zerocopy between imxvpudec and other elements and glimagesink. This is losely based on a patch by Haihua Hu <b55597@freescale.com> from https://github.com/Freescale/meta-freescale/blob/master/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/ https://bugzilla.gnome.org/show_bug.cgi?id=779067
* allocators: Add GstPhysMemoryAllocator abstractionSebastian Dröge2017-02-271-0/+3
| | | | | | | This can be used in a generic way as common interface by all platforms that, in one way or another, pass around physical memory addresses. https://bugzilla.gnome.org/show_bug.cgi?id=779067
* qml: Add support for Vivante EGL FS windowing systemSebastian Dröge2017-02-271-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=778825
* gl: Add support for Vivante EGL FB windowing systemSebastian Dröge2017-02-271-1/+52
| | | | | | | | | This is very similar to how dispmanx on the Raspberry Pi works. Based on a patch by Haihua Hu <b55597@freescale.com> from https://github.com/Freescale/meta-freescale/tree/master/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad https://bugzilla.gnome.org/show_bug.cgi?id=778825
* Back to developmentSebastian Dröge2017-02-241-3/+3
|
* Release 1.11.21.11.2Sebastian Dröge2017-02-241-4/+4
|
* audiomixmatrix: New element that mixes audio channelsVivia Nikolaidou2017-02-231-0/+3
| | | | | | | | | | This element transforms a given number of input channels into a given number of output channels according to a given transformation matrix. The matrix coefficients must be between -1 and 1. In the auto mode, input/output channels are automatically negotiated and the transformation matrix is a truncated or zero-padded identity matrix. https://bugzilla.gnome.org/show_bug.cgi?id=777376
* configure: Remove unused Mali EGL/fbdev_window supportSebastian Dröge2017-02-161-27/+0
| | | | | This existed a long time ago but there's no actual code for this anymore.
* opencv: allow compilation against 3.2.0Nicola Murino2017-02-051-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=778142
* iqa: Move AM_CONDITIONAL(HAVE_DSSIM) outside of the iqa check blockLars Wendler2017-01-231-1/+1
| | | | | | | | | | or else configure fails with error: conditional "HAVE_DSSIM" was never defined. when iqa is not installed. https://bugzilla.gnome.org/show_bug.cgi?id=777652
* fdk-aac: fix version numberStefan Sauer2017-01-201-3/+3
| | | | As pointed out on irc, the version was menat to be 0.1.4.
* Back to developmentSebastian Dröge2017-01-121-3/+3
|
* opencv: Fix build with OpenCV < 3Sebastian Dröge2017-01-121-2/+7
| | | | | We only need the opencv2/bgsegm.hpp header for OpenCV >= 3 and have compat code for older versions.
* Release 1.11.11.11.1Sebastian Dröge2017-01-121-4/+4
|
* gl/pkg-config: add the configured platform/api/winsysMatthew Waters2017-01-101-0/+3
| | | | | Allows users to query this from pkg-config instead of requiring them to compile mini programs checking defines in gstglconfig.h
* configure: improve QPA check for cross compilationStepan Salenikovich2016-12-231-1/+1
| | | | | | | Prefix the $QPA_INCLUDE_PATH with $PKG_CONFIG_SYSROOT_DIR just like when checking for opencv dir. https://bugzilla.gnome.org/show_bug.cgi?id=776399
* configure: Remove left-over fileSebastian Dröge2016-12-211-1/+0
|
* Remove various unported pluginsSebastian Dröge2016-12-211-231/+1
| | | | | | | | If they were not ported after 4+ years it seems unlikely that anybody is ever going to need them again. They're still in the GIT history if needed. https://bugzilla.gnome.org/show_bug.cgi?id=774530
* win32: remove generation of pre-made config.h for msvc buildsTim-Philipp Müller2016-12-161-39/+0
| | | | This is no longer needed with the Meson build.
* Remove generated .spec fileTim-Philipp Müller2016-12-161-1/+0
| | | | Likely extremely bitrotten, and we should not ship this anyway.
* fdkaac: fix the build for older fdkaac versionsStefan Sauer2016-12-071-2/+6
| | | | Support for 7.1 was added in 0.1.14.
* opencv: check presence of required opencv_contrib headersPhilippe Renon2016-11-291-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=772822
* dataurisrc: remove plugin, moved to coreTim-Philipp Müller2016-11-281-2/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774527
* audiobuffersplit: New element that splits raw audio buffers into equal-sized ↵Sebastian Dröge2016-11-231-0/+2
| | | | | | | | | | | | | | | buffers This is useful e.g. if audio buffers should be exactly the duration of a video frame, or if a audio buffers should never be too large because of latency constraints. The element is taking a fractional buffer duration, to allow working with e.g. 1001/30000 as output duration and it accumulates rounding errors in the buffer durations and compensates for them by making some buffers one sample larger than the others. https://bugzilla.gnome.org/show_bug.cgi?id=774689
* kmssink: remove dependency on libkmsMichael Tretter2016-11-231-1/+1
| | | | | | | | | | | | | libkms should not be used, because it imposes limitations on the DRM API, especially regarding bpp and stride. Instead the DRM IOCTL should be used directly. Switch from libkms to the IOCTL interface. Set bpp and height for framebuffer allocation to properly handle planar video formats. https://bugzilla.gnome.org/show_bug.cgi?id=773473 Signed-off-by: Víctor Jáquez <vjaquez@igalia.com>
* mimic: remove ancient codecTim-Philipp Müller2016-11-231-12/+0
| | | | | | | | This was used by MSN messenger in prehistoric times, it's safe to say no one needs or wants this any more these days. For decoding old recordings there's still a decoder in ffmpeg. https://bugzilla.gnome.org/show_bug.cgi?id=597616
* wayland: avoid prefix clash in combined pkg-config checkReynaldo H. Verdejo Pinochet2016-11-181-1/+1
| | | | | | | | | | Adittionally, remove leftover WAYLAND_DRM_ include flags var Fixes building of ext/wayland/* broken by dfd86de67a8c04f6d1 Related to: https://bugzilla.gnome.org/show_bug.cgi?id=773927
* videomeasure: Remove old unported videomeasure plugin as it is now replaced ↵Thibault Saunier2016-11-171-3/+0
| | | | by IQA
* Adds a new Image Quality Assessment plugin.Mathieu Duponchelle2016-11-171-0/+19
| | | | | | | | | | | | It only offers one metric for now, "dssim", available if https://github.com/pornel/dssim was installed on the system at the time the plugin was compiled. The spearman correlation for dssim against the TID2008 dataset is 0.81, against 0.70 for the old ssim implementation, and it runs 15 times faster. https://bugzilla.gnome.org/show_bug.cgi?id=751324
* ttml: Hide behind --enable-experimentalSebastian Dröge2016-11-161-5/+7
| | | | The elements are autoplugged and currently assert on invalid streams.
* configure: fix build if wayland-client is not availableLuis de Bethencourt2016-11-151-15/+10
| | | | | | | | | | Simplify the PKG_CHECK_MODULES related to Wayland to avoid the confusion of NOT_FOUND cases when there are 3 nested checks. Group those 3 checks together since there are no conditions specific to each one. Thanks to https://ci.gstreamer.net/ for alerting of the problem. https://bugzilla.gnome.org/show_bug.cgi?id=773927
* configure: fix build if libdrm is not availableLuis de Bethencourt2016-11-151-12/+13
| | | | | | | | If the NOT_FOUND part of the check PKG_CHECK_MODULES is not written, it defaults to error. Addind the else clause of this check as HAVE_WAYLAND="no" https://bugzilla.gnome.org/show_bug.cgi?id=773927
* opencv: move base opencv filter class and utilities to gst-libsPhilippe Renon2016-11-141-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774223
* msdk: add to buildScott D Phillips2016-11-141-0/+42
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=770990
* gl/x11: use xcb instead of libX11Matthew Waters2016-11-081-9/+9
| | | | | | | | | | | | | | - xcb is supposedly thread-safe! videotestsrc ! glimagesink now doesn't spuriously result in a 'call XInitThreads()' error however if anybody else is using X11, then XInitThreads() still needs to be called and multiple glimagesink's still need XInitThreads(). Everything still takes libX11 handles as they are compatible with the xcb variants. Unfortunately we cannot move fully over to xcb due to GLX being entirely based on Xlib. It's also impossible to transform a xcb_connection to a Display which means we require X11 handles.
* kms: rename variable usedTim-Philipp Müller2016-11-041-1/+1
| | | | Since this includes kms.
* wayland: include drm_fourcc.h properly and fix buildTim-Philipp Müller2016-11-041-0/+1
|
* ttml: bump needed libxml2 versionLuis de Bethencourt2016-11-031-1/+1
| | | | | | | ttml was recently added but it won't compile unless libxml2 version 2.9.2 or later is available. In that version the first parameter of xmlGetProp switched to being a const. In previous versions the compiler complains about passing a const value to a non const argument.
* ttml: Add plugin that supports TTML subtitlesChris Bass2016-11-011-0/+12
| | | | | | | Add a parser (ttmlparse) and renderer (ttmlrender) element that handle subtitles that use the EBU-TT-D profile of TTML1. https://bugzilla.gnome.org/show_bug.cgi?id=758232
* Back to development1.11.0Sebastian Dröge2016-11-011-4/+4
|
* Release 1.10.01.10.0Sebastian Dröge2016-11-011-4/+4
|
* Release 1.9.901.9.90Sebastian Dröge2016-09-301-4/+4
|