summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.19.2HEAD1.19.2masterdiscontinued-for-monorepoTim-Philipp Müller2021-09-231-1/+1
|
* Back to developmentTim-Philipp Müller2021-06-011-1/+1
|
* Release 1.19.11.19.1Tim-Philipp Müller2021-06-011-1/+1
|
* meson: Enable some MSVC warnings for parity with GCC/ClangNirbheek Chauhan2020-11-041-6/+13
| | | | | | | | | This makes it easier to do development with MSVC by making it warn on common issues that GCC/Clang error out for in our CI configuration. Continuation from https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/223 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/109>
* build: Re-enable unit testsEdward Hervey2020-10-071-0/+4
| | | | | | Looks like they weren't ported when we switched to meson Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/100>
* Back to developmentTim-Philipp Müller2020-09-081-2/+2
|
* Release 1.18.01.18.0Tim-Philipp Müller2020-09-081-1/+1
|
* Release 1.17.901.17.90Tim-Philipp Müller2020-08-201-1/+1
|
* meson: set release date from .doap file for releasesTim-Philipp Müller2020-07-081-2/+16
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/84>
* Back to developmentTim-Philipp Müller2020-07-031-1/+1
|
* Release 1.17.21.17.2Tim-Philipp Müller2020-07-031-1/+1
|
* Back to developmentTim-Philipp Müller2020-06-201-1/+1
|
* Release 1.17.11.17.1Tim-Philipp Müller2020-06-191-1/+1
|
* docs: Port to hotdocThibault Saunier2019-05-131-1/+6
|
* Back to developmentTim-Philipp Müller2019-04-191-1/+1
|
* Release 1.16.01.16.0Tim-Philipp Müller2019-04-191-1/+1
|
* Release 1.15.901.15.90Tim-Philipp Müller2019-04-111-1/+1
|
* Back to developmentTim-Philipp Müller2019-03-041-1/+1
|
* Release 1.15.21.15.2Tim-Philipp Müller2019-02-261-1/+1
|
* Release 1.15.11.15.1Tim-Philipp Müller2019-01-171-1/+1
|
* meson: Remove leftover debug loggingNirbheek Chauhan2018-10-291-5/+0
|
* meson: Generate a pkgconfig file for gstlibavNirbheek Chauhan2018-10-091-1/+7
| | | | | | This matches all other plugins in the other gstreamer repos. This is also necessary for generating the correct libtool archive (.la) files in Cerbero which are needed for static linking on Android and iOS.
* meson: use new 'python' module instead of deprecated 'python3' oneTim-Philipp Müller2018-10-081-1/+1
| | | | https://github.com/mesonbuild/meson/pull/4169
* meson: Don't export symbols from linked static librariesNirbheek Chauhan2018-10-011-0/+5
| | | | | | We don't want to export any symbols from the ffmpeg static libraries we link to when building inside Cerbero. In the Autotools build, we pass -export-symbols-regex to libtool which ensures this for us.
* meson: add FFmpeg meson as a fallbackMathieu Duponchelle2018-07-131-5/+25
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=792900
* Update ffmpeg version requirementsMathieu Duponchelle2018-07-131-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=792900
* meson: stop ignoring deprecation warnings!Mathieu Duponchelle2018-07-131-3/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=792900
* meson: Update option names to omit disable_ and with- prefixesNirbheek Chauhan2018-05-051-4/+4
| | | | | Also yield common options to the outer project (gst-build in our case) so that they don't have to be set manually.
* Back to developmentTim-Philipp Müller2018-03-201-1/+1
|
* Release 1.14.01.14.0Tim-Philipp Müller2018-03-191-1/+1
|
* Release 1.13.911.13.91Tim-Philipp Müller2018-03-131-1/+1
|
* Release 1.13.901.13.90Tim-Philipp Müller2018-03-031-1/+1
|
* meson: enable more warningsMathieu Duponchelle2018-03-011-0/+26
|
* Back to developmentTim-Philipp Müller2018-02-151-1/+1
|
* Release 1.13.11.13.1Tim-Philipp Müller2018-02-151-1/+1
|
* meson: make version numbers ints and fix int/string comparisonTim-Philipp Müller2018-02-081-4/+8
| | | | | | WARNING: Trying to compare values of different types (str, int). The result of this is undefined and will become a hard error in a future Meson release.
* meson: use -fno-strict-aliasing where supportedTim-Philipp Müller2018-01-301-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=769183
* meson: don't export symbols by defaultTim-Philipp Müller2017-08-111-0/+5
| | | | Only plugin entry points should be exported.
* meson: find python3 via python3 moduleTim-Philipp Müller2017-07-071-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=783198
* meson: fix with-package-name optionTim-Philipp Müller2017-06-261-3/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=784082
* meson: add options to set package name and originTim-Philipp Müller2017-05-201-0/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=782172
* Back to developmentSebastian Dröge2017-05-041-1/+1
|
* Release 1.12.01.12.0Sebastian Dröge2017-05-041-1/+1
|
* Release 1.11.911.11.91Sebastian Dröge2017-04-271-1/+1
|
* Release 1.11.901.11.90Sebastian Dröge2017-04-071-1/+1
|
* meson: Update versionSebastian Dröge2017-02-241-1/+1
|
* meson: bump versionTim-Philipp Müller2017-01-131-1/+1
|
* meson: Support building without Gst debugThibault Saunier2016-12-091-0/+24
|
* meson: Ignore spurious issues when building with msvcThibault Saunier2016-11-251-1/+16
|
* Properly check if unistd.h is avalaibleThibault Saunier2016-11-251-4/+9
| | | | | And stop providing a meson.h.config as it is not needed (as meson dep has been bumped to 0.36)