platform/upstream/gstreamer.git
3 years agomeson: Enable some MSVC warnings for parity with GCC/Clang
Nirbheek Chauhan [Wed, 4 Nov 2020 13:14:07 +0000 (18:44 +0530)]
meson: Enable some MSVC warnings for parity with GCC/Clang

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-plugins-ugly/-/merge_requests/71>

3 years agotests: mpeg2dec: Don't expect BT601 color space
Seungha Yang [Fri, 30 Oct 2020 19:52:14 +0000 (04:52 +0900)]
tests: mpeg2dec: Don't expect BT601 color space

If it's required, mpeg2dec should set it explicitly.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/70>

3 years agoci: include template from gst-ci master branch again
Tim-Philipp Müller [Tue, 8 Sep 2020 16:30:39 +0000 (17:30 +0100)]
ci: include template from gst-ci master branch again

3 years agoBack to development
Tim-Philipp Müller [Tue, 8 Sep 2020 15:58:40 +0000 (16:58 +0100)]
Back to development

3 years agoRelease 1.18.0
Tim-Philipp Müller [Mon, 7 Sep 2020 23:05:39 +0000 (00:05 +0100)]
Release 1.18.0

3 years agomeson: dist pot file in tarball
Tim-Philipp Müller [Mon, 7 Sep 2020 21:40:46 +0000 (22:40 +0100)]
meson: dist pot file in tarball

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/69>

3 years agox264: Update for gst_video_transfer_function_*() function renaming
Sebastian Dröge [Mon, 7 Sep 2020 09:14:13 +0000 (12:14 +0300)]
x264: Update for gst_video_transfer_function_*() function renaming

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/68>

3 years agox264enc: Allow maximum quantizer value of 63 instead of 51
Sebastian Dröge [Fri, 21 Aug 2020 07:35:11 +0000 (10:35 +0300)]
x264enc: Allow maximum quantizer value of 63 instead of 51

QP_MAX_SPEC in x264 is set to 63 nowadays and in theory it allows even
up to 81 (QP_MAX) but that seems to be outside the spec.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/67>

3 years agoRelease 1.17.90
Tim-Philipp Müller [Thu, 20 Aug 2020 15:12:23 +0000 (16:12 +0100)]
Release 1.17.90

3 years agoamrnbenc: remove global variables
Jordan Petridis [Wed, 15 Jul 2020 07:49:03 +0000 (10:49 +0300)]
amrnbenc: remove global variables

gstcheck is declaring its own buffers glist which ends up
overwritten, loks like the code meant to use that already

gcc 10 is also complaining about this, but only on static
builds for some reason

```
FAILED: subprojects/gst-plugins-ugly/tests/check/elements_amrnbenc
/usr/bin/ld: subprojects/gstreamer/libs/gst/check/libgstcheck-1.0.a(gstcheck.c.o):(.bss+0x38): multiple definition of `buffers'; subprojects/gst-plugins-ugly/tests/check/708af1f@@elements_amrnbenc@exe/elements_amrnbenc.c.o:(.bss+0x18): first defined here
collect2: error: ld returned 1 exit status
```

also remove unused var `current_buf`

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/62>

3 years agormdemux: Don't ignore the return value of gst_segment_do_seek()
Jan Schmidt [Wed, 1 Apr 2020 16:27:26 +0000 (03:27 +1100)]
rmdemux: Don't ignore the return value of gst_segment_do_seek()

If gst_segment_do_seek() fails, fail the seek.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/45>

3 years agoasfdemux: Don't ignore the return result of gst_segment_do_seek()
Jan Schmidt [Wed, 1 Apr 2020 08:34:30 +0000 (19:34 +1100)]
asfdemux: Don't ignore the return result of gst_segment_do_seek()

gst_segment_do_seek() can fail, and our seek should fail
accordingly.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/45>

3 years agoasfdemux: Only forward SEEK event when in push mode.
Derek Lesho [Fri, 17 Apr 2020 16:34:16 +0000 (11:34 -0500)]
asfdemux: Only forward SEEK event when in push mode.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/48>

3 years agomeson: add a plugin summary
Stéphane Cerveau [Sat, 25 Jul 2020 20:19:20 +0000 (21:19 +0100)]
meson: add a plugin summary

This summary displays a list of plugins which
have been enabled.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/65>

3 years agox264enc: Add a 'Zero Latency' profile
Thibault Saunier [Wed, 3 Oct 2018 11:32:11 +0000 (13:32 +0200)]
x264enc: Add a 'Zero Latency' profile

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/42>

3 years agotests/x264enc: Don't declare variables inside the for loop header
Mathieu Duponchelle [Wed, 22 Jul 2020 15:31:37 +0000 (17:31 +0200)]
tests/x264enc: Don't declare variables inside the for loop header

This is a C99 feature

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/64>

3 years agotests: x264enc: Test formats are compatible with profile
Jan Alexander Steffens (heftig) [Tue, 21 Jul 2020 13:40:26 +0000 (15:40 +0200)]
tests: x264enc: Test formats are compatible with profile

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/59>

3 years agox264enc: Separate high-10 video formats from 8-bit formats
Jan Alexander Steffens (heftig) [Wed, 1 Jul 2020 14:11:09 +0000 (16:11 +0200)]
x264enc: Separate high-10 video formats from 8-bit formats

If downstream is constrained to an 8-bit profile, caps queries would
still allow I420_10LE as input. If upstream actually sends such a caps
event, downstream would fail to accept the high-10 profile.

The following pipeline now fails earlier, during the negotiation phase
instead of the stream start:

    gst-launch-1.0 videotestsrc ! video/x-raw,format=I420_10LE \
        ! x264enc ! video/x-h264,profile=constrained-baseline \
        ! fakesink

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/59>

3 years agotests: x264enc: Test 10-bit formats
Jan Alexander Steffens (heftig) [Tue, 21 Jul 2020 13:39:31 +0000 (15:39 +0200)]
tests: x264enc: Test 10-bit formats

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/59>

3 years agotests: x264enc: Test all (8-bit) video formats
Jan Alexander Steffens (heftig) [Tue, 21 Jul 2020 13:33:57 +0000 (15:33 +0200)]
tests: x264enc: Test all (8-bit) video formats

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/59>

3 years agox264enc: Forward downstream colorimetry and chroma-site upstream
Thibault Saunier [Tue, 7 Jul 2020 02:13:55 +0000 (22:13 -0400)]
x264enc: Forward downstream colorimetry and chroma-site upstream

So that the value can be used by upstream converters when necessary.

This whole logic has been copied from `__gst_video_element_proxy_caps`
but those 2 fields were missing.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/60>

3 years agomeson: set release date from .doap file for releases
Tim-Philipp Müller [Wed, 8 Jul 2020 16:07:35 +0000 (17:07 +0100)]
meson: set release date from .doap file for releases

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/61>

3 years agoBack to development
Tim-Philipp Müller [Fri, 3 Jul 2020 01:03:37 +0000 (02:03 +0100)]
Back to development

3 years agoRelease 1.17.2
Tim-Philipp Müller [Thu, 2 Jul 2020 23:29:25 +0000 (00:29 +0100)]
Release 1.17.2

3 years agomeson: mark plugins cache target as always stale
Mathieu Duponchelle [Mon, 22 Jun 2020 22:03:04 +0000 (00:03 +0200)]
meson: mark plugins cache target as always stale

3 years agodoc: Stop documenting properties from parents
Thibault Saunier [Sat, 20 Jun 2020 02:55:28 +0000 (22:55 -0400)]
doc: Stop documenting properties from parents

3 years agoBack to development
Tim-Philipp Müller [Fri, 19 Jun 2020 23:28:13 +0000 (00:28 +0100)]
Back to development

3 years agoRelease 1.17.1
Tim-Philipp Müller [Fri, 19 Jun 2020 18:20:41 +0000 (19:20 +0100)]
Release 1.17.1

4 years agodocs: Update plugins cache
Thibault Saunier [Tue, 9 Jun 2020 19:13:47 +0000 (15:13 -0400)]
docs: Update plugins cache

4 years agodocs: Update plugins cache
Thibault Saunier [Mon, 8 Jun 2020 13:37:10 +0000 (09:37 -0400)]
docs: Update plugins cache

4 years agosiddec: update gst_type_mark_as_plugin_api() calls
Philippe Normand [Sat, 6 Jun 2020 09:15:25 +0000 (10:15 +0100)]
siddec: update gst_type_mark_as_plugin_api() calls

This was left behind in commit bc1ab5e8e00a7ed6ac5e192af9310bd2146e446a.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/55>

4 years agoplugins: uddate gst_type_mark_as_plugin_api() calls
Mathieu Duponchelle [Fri, 5 Jun 2020 22:41:38 +0000 (00:41 +0200)]
plugins: uddate gst_type_mark_as_plugin_api() calls

4 years agodoc: Require hotdoc >= 0.11.0
Thibault Saunier [Wed, 3 Jun 2020 22:38:28 +0000 (18:38 -0400)]
doc: Require hotdoc >= 0.11.0

4 years agodocs: Update gst_plugins_cache.json
Sebastian Dröge [Wed, 27 May 2020 13:02:02 +0000 (16:02 +0300)]
docs: Update gst_plugins_cache.json

4 years agoplugins: Use gst_type_mark_as_plugin_api() for all non-element plugin types
Sebastian Dröge [Sat, 30 May 2020 20:16:50 +0000 (23:16 +0300)]
plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin types

4 years agoasfdemux: extract WM/PartOfSet disc number and count metadata
Tim-Philipp Müller [Mon, 1 Jun 2020 23:41:23 +0000 (00:41 +0100)]
asfdemux: extract WM/PartOfSet disc number and count metadata

Fixes #30

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/54>

4 years agoasfdemux: sprinkle some INDENT-OFF
Tim-Philipp Müller [Mon, 1 Jun 2020 23:40:48 +0000 (00:40 +0100)]
asfdemux: sprinkle some INDENT-OFF

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/54>

4 years agotests: fix meson test env setup to make sure we use the right gst-plugin-scanner
Tim-Philipp Müller [Wed, 27 May 2020 13:42:20 +0000 (14:42 +0100)]
tests: fix meson test env setup to make sure we use the right gst-plugin-scanner

If core is built as a subproject (e.g. as in gst-build), make sure to use
the gst-plugin-scanner from the built subproject. Without this, gstreamer
might accidentally use the gst-plugin-scanner from the install prefix if
that exists, which in turn might drag in gst library versions we didn't
mean to drag in. Those gst library versions might then be older than
what our current build needs, and might cause our newly-built plugins
to get blacklisted in the test registry because they rely on a symbol
that the wrongly-pulled in gst lib doesn't have.

This should fix running of unit tests in gst-build when invoking
meson test or ninja test from outside the devenv for the case where
there is an older or different-version gst-plugin-scanner installed
in the install prefix.

In case no gst-plugin-scanner is installed in the install prefix, this
will fix "GStreamer-WARNING: External plugin loader failed. This most
likely means that the plugin loader helper binary was not found or
could not be run. You might need to set the GST_PLUGIN_SCANNER
environment variable if your setup is unusual." warnings when running
the unit tests.

In the case where we find GStreamer core via pkg-config we use
a newly-added pkg-config var "pluginscannerdir" to get the right
directory. This has the benefit of working transparently for both
installed and uninstalled pkg-config files/setups.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/53>

4 years agodvdreadsrc: fix uninitialized warning
Guillaume Desmottes [Wed, 27 May 2020 07:13:17 +0000 (09:13 +0200)]
dvdreadsrc: fix uninitialized warning

Variable is always set in actual code paths but let's keep gcc happy.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/51>

4 years agomeson: Pass native: false to add_languages()
Nirbheek Chauhan [Mon, 11 May 2020 23:37:47 +0000 (05:07 +0530)]
meson: Pass native: false to add_languages()

This is needed for cross-compiling without a build machine compiler
available. The option was added in 0.54, but we only need this in
Cerbero and it doesn't affect older versions so it should be ok.
Will just cause a spurious warning.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/merge_requests/50>

4 years agoasfdemux: Always re-initialize metadata and global_metadata
Derek Lesho [Fri, 3 Apr 2020 19:24:46 +0000 (14:24 -0500)]
asfdemux: Always re-initialize metadata and global_metadata

When transitioning from the PAUSED state, to the READY state, and back,
metadata and global_metadata are left uninitialized, unlike when the
demxuer transitions from NULL to READY, then to PAUSED.  I have found
this to cause a segmentation fault when fields in these structures are
set.

4 years agox264enc: Fix 'ref' property range and default
Nicolas Dufresne [Thu, 2 Apr 2020 20:18:00 +0000 (16:18 -0400)]
x264enc: Fix 'ref' property range and default

The --ref option indicate the size of the DPB, hence should be in the range of
0 to 16. This patch also fix the default to match x264enc default 3. This
change isn't a behaviour change since we don't enforce the reported default.

4 years agoa52dec: Mark as converter
Thibault Saunier [Thu, 19 Mar 2020 21:05:43 +0000 (18:05 -0300)]
a52dec: Mark as converter

It is able to do channel downminxing, so technically it is also a
converter

This is also important so validate knows about that when doing its
checks

4 years agox264enc: Respect Youtube bitrate recommandation
Thibault Saunier [Thu, 17 Oct 2019 12:55:51 +0000 (14:55 +0200)]
x264enc: Respect Youtube bitrate recommandation

Properly follow google recommendations[0] concerning bitrate when the
user wants to use the youtube profile.

[0]: https://support.google.com/youtube/answer/1722171?hl=en

4 years agougly: use of g_value_dup_string
Stéphane Cerveau [Wed, 18 Dec 2019 15:09:42 +0000 (16:09 +0100)]
ugly: use of g_value_dup_string

Use helper method to get string from GValue.

4 years agox264enc: fixed codestyle
Dmitry Shusharin [Sat, 14 Dec 2019 11:49:54 +0000 (18:49 +0700)]
x264enc: fixed codestyle

4 years agox264enc: corrected em_data value in CEA-708 CC SEI message (fixes #28)
Dmitry Shusharin [Sat, 14 Dec 2019 10:15:21 +0000 (17:15 +0700)]
x264enc: corrected em_data value in CEA-708 CC SEI message (fixes #28)

Section 4.4 of CEA-708-D specification (table 2) requires all bits to be
set inside em_data field. h264parse element (and possible third-party
decoders such as libav) also follows this requirement.

https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/issues/28

4 years agoRemove autotools build system
Tim-Philipp Müller [Sat, 8 Jun 2019 23:30:53 +0000 (00:30 +0100)]
Remove autotools build system

4 years agodocumentation: fix some typos
Aaron Boxer [Mon, 2 Sep 2019 13:33:15 +0000 (09:33 -0400)]
documentation: fix some typos

4 years agodocstrings: port ulinks to markdown links
Mathieu Duponchelle [Fri, 23 Aug 2019 17:06:59 +0000 (19:06 +0200)]
docstrings: port ulinks to markdown links

4 years agomeson: Don't generate doc cache when no plugins are enabled
Matthew Waters [Fri, 23 Aug 2019 06:25:25 +0000 (16:25 +1000)]
meson: Don't generate doc cache when no plugins are enabled

Fixes gst-build with -Dauto-features=disabled -Dugly=enabled

4 years agox264enc: Port to color_{primaries,transfer,matrix}_to_iso
Seungha Yang [Mon, 15 Jul 2019 12:56:57 +0000 (21:56 +0900)]
x264enc: Port to color_{primaries,transfer,matrix}_to_iso

... with more color value mapping

4 years agotests: x264enc: Enable test on Windows
Seungha Yang [Mon, 15 Jul 2019 13:38:35 +0000 (22:38 +0900)]
tests: x264enc: Enable test on Windows

... with removal of pointless unistd.h dependency.
Note that full dependency listing is required to run unit test
executable binary on Windows uninstalled environment.

5 years agomeson: Bump minimal GLib version to 2.44
Niels De Graef [Fri, 31 May 2019 21:07:58 +0000 (23:07 +0200)]
meson: Bump minimal GLib version to 2.44

This means we can use some newer features and get rid of some
boilerplate code using the G_DECLARE_* macros.

As discussed on IRC, 2.44 is old enough by now to start depending on it.

5 years agodoc: remove xml from comments
Mathieu Duponchelle [Wed, 29 May 2019 21:00:48 +0000 (23:00 +0200)]
doc: remove xml from comments

5 years agoasfdemux: remove some unused cruft in internal headers
Tim-Philipp Müller [Sat, 25 May 2019 12:19:54 +0000 (14:19 +0200)]
asfdemux: remove some unused cruft in internal headers

5 years agodocs: Stop building the doc cache by default
Thibault Saunier [Thu, 16 May 2019 13:15:52 +0000 (09:15 -0400)]
docs: Stop building the doc cache by default

And update the cache

Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36

5 years agodocs: Update plugins documentation cache
Thibault Saunier [Tue, 14 May 2019 02:54:16 +0000 (22:54 -0400)]
docs: Update plugins documentation cache

5 years agodocs: Port documentation to hotdoc
Thibault Saunier [Mon, 22 Oct 2018 09:47:37 +0000 (11:47 +0200)]
docs: Port documentation to hotdoc

5 years agodocs: Port all docstring to gtk-doc markdown
Thibault Saunier [Mon, 22 Oct 2018 09:47:32 +0000 (11:47 +0200)]
docs: Port all docstring to gtk-doc markdown

5 years agomeson: sidplay: use library() instead of shared_module()
Tim-Philipp Müller [Fri, 26 Apr 2019 17:28:04 +0000 (18:28 +0100)]
meson: sidplay: use library() instead of shared_module()

Like we do for other plugins, and also install a .pc file
if we build the plugin statically.

5 years agomeson: Always require the gmodule dependency
Sebastian Dröge [Mon, 22 Apr 2019 09:51:33 +0000 (12:51 +0300)]
meson: Always require the gmodule dependency

It's needed by the dvdread plugin but also by the x264 plugin in certain
circumstances. As it's part of GLib and always available, simply move it
as a hard dependency to the top-level meson.build.

5 years agoBack to development
Tim-Philipp Müller [Fri, 19 Apr 2019 09:28:17 +0000 (10:28 +0100)]
Back to development

5 years agoRelease 1.16.0
Tim-Philipp Müller [Thu, 18 Apr 2019 23:24:40 +0000 (00:24 +0100)]
Release 1.16.0

5 years agoUpdate docs
Tim-Philipp Müller [Thu, 18 Apr 2019 23:24:40 +0000 (00:24 +0100)]
Update docs

5 years agoUpdate translations
Tim-Philipp Müller [Thu, 18 Apr 2019 23:24:38 +0000 (00:24 +0100)]
Update translations

5 years agoRelease 1.15.90
Tim-Philipp Müller [Wed, 10 Apr 2019 23:28:18 +0000 (00:28 +0100)]
Release 1.15.90

5 years agoUpdate docs
Tim-Philipp Müller [Wed, 10 Apr 2019 23:28:18 +0000 (00:28 +0100)]
Update docs

5 years agomeson: Add a subproject fallback for x264
Nirbheek Chauhan [Wed, 27 Mar 2019 16:29:45 +0000 (21:59 +0530)]
meson: Add a subproject fallback for x264

5 years agoUpdate LINGUAS
Piotr Drąg [Sun, 10 Mar 2019 19:33:31 +0000 (19:33 +0000)]
Update LINGUAS

5 years agomeson: add -Wno-unused also to C++ args when gst debug system is disabled
Tim-Philipp Müller [Thu, 21 Mar 2019 11:23:07 +0000 (11:23 +0000)]
meson: add -Wno-unused also to C++ args when gst debug system is disabled

5 years agoBack to development
Tim-Philipp Müller [Mon, 4 Mar 2019 09:08:07 +0000 (09:08 +0000)]
Back to development

5 years agox264enc: inject CEA708 closed captions
Mathieu Duponchelle [Thu, 28 Feb 2019 10:03:31 +0000 (11:03 +0100)]
x264enc: inject CEA708 closed captions

5 years agoRelease 1.15.2
Tim-Philipp Müller [Tue, 26 Feb 2019 11:48:50 +0000 (11:48 +0000)]
Release 1.15.2

5 years agoUpdate docs
Tim-Philipp Müller [Tue, 26 Feb 2019 11:48:50 +0000 (11:48 +0000)]
Update docs

5 years agoUpdate translations
Tim-Philipp Müller [Tue, 26 Feb 2019 11:48:47 +0000 (11:48 +0000)]
Update translations

5 years agosidplay: fix indentation
Tim-Philipp Müller [Fri, 22 Feb 2019 23:54:30 +0000 (23:54 +0000)]
sidplay: fix indentation

5 years agodvdreadsrc: Work around GCC9 compiler warning
Sebastian Dröge [Tue, 12 Feb 2019 15:58:19 +0000 (17:58 +0200)]
dvdreadsrc: Work around GCC9 compiler warning

It's technically true but not for this specific type.

dvdreadsrc.c:394:65: error: taking address of packed member of ‘struct <anonymous>’ may result in an unaligned pointer value [-Werror=address-of-packed-member]
  394 |       gst_dvd_read_src_make_clut_change_event (src, src->cur_pgc->palette);
      |                                                     ~~~~~~~~~~~~^~~~~~~~~

5 years agomeson: Add support orc fallback
Seungha Yang [Wed, 30 Jan 2019 10:50:30 +0000 (19:50 +0900)]
meson: Add support orc fallback

Allow fallback to orc subproject if any.

5 years agox264: Only enable dynamic loading code for x264 < 253
Sebastian Dröge [Fri, 25 Jan 2019 12:38:05 +0000 (14:38 +0200)]
x264: Only enable dynamic loading code for x264 < 253

Otherwise we get some compiler warnings:

../subprojects/gst-plugins-ugly/ext/x264/gstx264enc.c:200:1: warning: ‘unload_x264’ defined but not used [-Wunused-function]
 unload_x264 (GstX264EncVTable * vtable)
 ^~~~~~~~~~~
../subprojects/gst-plugins-ugly/ext/x264/gstx264enc.c:154:1: warning: ‘load_x264’ defined but not used [-Wunused-function]
 load_x264 (const gchar * filename)
 ^~~~~~~~~

5 years agox264: Link to gmodule in the meson build if extra x264 libraries are provided
Sebastian Dröge [Fri, 25 Jan 2019 12:36:55 +0000 (14:36 +0200)]
x264: Link to gmodule in the meson build if extra x264 libraries are provided

We would dynamically load additional x264 libraries then.

5 years agosid: Fix cross-compilation by using AC_TRY_LINK instead of AC_TRY_RUN
Helmut Grohne [Thu, 17 Jan 2019 15:29:38 +0000 (17:29 +0200)]
sid: Fix cross-compilation by using AC_TRY_LINK instead of AC_TRY_RUN

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917899

5 years agoRelease 1.15.1
Tim-Philipp Müller [Thu, 17 Jan 2019 02:02:30 +0000 (02:02 +0000)]
Release 1.15.1

5 years agoUpdate docs
Tim-Philipp Müller [Thu, 17 Jan 2019 02:02:30 +0000 (02:02 +0000)]
Update docs

5 years agoUpdate translations
Tim-Philipp Müller [Thu, 17 Jan 2019 02:02:22 +0000 (02:02 +0000)]
Update translations

5 years agotests: Enable test generic_states on Windows
Seungha Yang [Sun, 30 Dec 2018 13:48:42 +0000 (22:48 +0900)]
tests: Enable test generic_states on Windows

... and drop needless unistd.h dependency

5 years agomeson: Use join_paths() instead '/'
Seungha Yang [Tue, 18 Dec 2018 13:48:42 +0000 (22:48 +0900)]
meson: Use join_paths() instead '/'

5 years agotests: Enable unit test on Windows
Seungha Yang [Fri, 7 Dec 2018 14:39:01 +0000 (23:39 +0900)]
tests: Enable unit test on Windows

Remove hard-coded ':' whitelist separator since it varies with OS

5 years agoAutomatic update of common submodule
Thibault Saunier [Wed, 5 Dec 2018 20:24:25 +0000 (17:24 -0300)]
Automatic update of common submodule

From ed78bee to 59cb678

5 years agomeson: Specify encoding to UTF-8 when building with MSVC
Seungha Yang [Sat, 24 Nov 2018 10:28:19 +0000 (19:28 +0900)]
meson: Specify encoding to UTF-8 when building with MSVC

Use build arguments consistent with core and -base. This can also
remove noisy "C4819" warning of non-us locale MSVC.

5 years agoAdd Gitlab CI configuration
Jordan Petridis [Mon, 12 Nov 2018 11:30:59 +0000 (13:30 +0200)]
Add Gitlab CI configuration

This commit adds a .gitlab-ci.yml file, which uses a feature
to fetch the config from a centralized repository. The intent is
to have all the gstreamer modules use the same configuration.

The configuration is currently hosted at the gst-ci repository
under the gitlab/ci_template.yml path.

Part of https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/29

5 years agoUpdate common submodule location
Matthew Waters [Mon, 5 Nov 2018 05:38:33 +0000 (05:38 +0000)]
Update common submodule location

Remove the git directory

5 years agoClone the code from gitlab
Haihao Xiang [Mon, 5 Nov 2018 04:52:46 +0000 (12:52 +0800)]
Clone the code from gitlab

This fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/issues/22

5 years agomeson: use new 'python' module instead of deprecated
Tim-Philipp Müller [Mon, 8 Oct 2018 19:45:52 +0000 (20:45 +0100)]
meson: use new 'python' module instead of deprecated

https://github.com/mesonbuild/meson/pull/4169

5 years agotests: x264enc: fix leak in unit test
Tim-Philipp Müller [Sat, 22 Sep 2018 16:33:35 +0000 (17:33 +0100)]
tests: x264enc: fix leak in unit test

The static pad templates weren't static so their
contents were leaked. valgrind was not happy.
Also rename confusing define.

5 years agox264enc: Avoid format decision per frame
Seungha Yang [Tue, 18 Sep 2018 12:43:14 +0000 (21:43 +0900)]
x264enc: Avoid format decision per frame

Avoid switch/case per frame for format decision and detect the format
only if where it could be changed. Note that, whenever encoder->input_state
is changed, gst_x264_enc_init_encoder() is called.

https://bugzilla.gnome.org/show_bug.cgi?id=797164

5 years agomeson: add glib-checks option to disable API guards and such
Tim-Philipp Müller [Wed, 19 Sep 2018 11:00:32 +0000 (12:00 +0100)]
meson: add glib-checks option to disable API guards and such

We want this enabled by default, also in releases, but people
may want to disable this for performance-critical workloads or
on embedded devices.

5 years agomeson: fix missing closing bracket in option descriptions
Tim-Philipp Müller [Wed, 19 Sep 2018 10:58:54 +0000 (11:58 +0100)]
meson: fix missing closing bracket in option descriptions

5 years agomeson: add option to disable tests
Tim-Philipp Müller [Sat, 18 Aug 2018 20:22:42 +0000 (21:22 +0100)]
meson: add option to disable tests

5 years agomeson: clean up some cruft
Tim-Philipp Müller [Sat, 18 Aug 2018 20:20:20 +0000 (21:20 +0100)]
meson: clean up some cruft