summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* configure: fix --disable-externalTim-Philipp Müller2016-09-191-0/+1
| | | | conditional "USE_VULKAN" was never defined
* wayland: Update from scaler to viewporter protocolScott D Phillips2016-09-151-7/+11
| | | | | | Signed-off-by: Scott D Phillips <scott.d.phillips@intel.com> https://bugzilla.gnome.org/show_bug.cgi?id=767671
* configure: Depend on gstreamer 1.9.2.1Sebastian Dröge2016-09-141-2/+2
|
* kmssink: update libdrm dependency to 2.4.55Víctor Manuel Jáquez Leal2016-09-141-1/+1
| | | | | | | The latest libdrm feature supported by kmssink is the universal plane, which was added in 2.4.55. Let's update the dependency to that version. https://bugzilla.gnome.org/show_bug.cgi?id=770146
* build/vulkan: fix winsys detection based on the previously set variablesMatthew Waters2016-09-071-4/+5
| | | | | The X11/Wayland winsys checks weren't being used to enable the vulkan element. Use them.
* Back to developmentSebastian Dröge2016-09-011-1/+1
|
* Release 1.9.21.9.2Sebastian Dröge2016-09-011-4/+4
|
* applemedia: Conditionally compile qtkitvideosrcSebastian Dröge2016-08-311-0/+5
| | | | | | | The API was deprecated in 10.9 and apparently does not exist in the SDK for macOS Sierra anymore. https://bugzilla.gnome.org/show_bug.cgi?id=770587
* build: unconditionally check for video, audio and pbutils modulesJosep Torra2016-08-251-3/+4
| | | | | Check for modules in configure and use GST_*_LIBS vars to link with the libraries instead of hardcoding them.
* applemedia-nonpublic: remove bitrotten plugin that's no longer neededTim-Philipp Müller2016-08-191-1/+0
|
* build: bump graphene requirement to 1.4Matthew Waters2016-08-191-1/+1
|
* gl/build: add configure check for possibly missing EGLAttribMatthew Waters2016-08-161-0/+13
| | | | Fixes the build on older android targets.
* fdkaac: actually build and distTim-Philipp Müller2016-08-071-0/+1
|
* fdkaac: Initial plugin skeletonSebastian Dröge2016-08-071-0/+9
|
* timecodestamper: New element to attach SMPTE timecode to buffersVivia Nikolaidou2016-08-041-0/+2
| | | | | | | The timecodestamper element attaches a SMPTE timecode to each video buffer. This timecode corresponds to the current stream time. https://bugzilla.gnome.org/show_bug.cgi?id=766419
* gl/build: fix configure when --enable-cocoa is passed on OS XMatthew Waters2016-07-111-0/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768553
* lv2: keep working with older versionsStefan Sauer2016-07-101-1/+7
| | | | | Provide a fallback impl. for the only new function we were using from 0.22. Fixes #768595
* configure.ac: Cleanup unused variableNicolas Dufresne2016-07-071-2/+0
| | | | We only check for a header, no need for overriding LDFLAGS.
* webrtcdsp: Relax C++11 checkNicolas Dufresne2016-07-071-0/+1
| | | | | | The library does not require any STL C++11 specific headers. This fixes our OSX build as we target a SDK version that does not support C++11 STL.
* webrtcdsp: Add Android GNUSTL supportNicolas Dufresne2016-07-071-3/+17
|
* webrtcdsp: Set USE_WEBRTCDSP when disabledNicolas Dufresne2016-07-071-0/+1
|