platform/upstream/gst-plugins-ugly.git
3 years agoasfdemux: Change the mismatched definition 74/240374/2 accepted/tizen_6.5_unified accepted/tizen_unified tizen tizen_6.5 accepted/tizen/6.5/unified/20211029.013425 accepted/tizen/unified/20201102.124438 submit/tizen/20201028.052639 submit/tizen_6.5/20211028.163401 tizen_6.5.m2_release
Gilbok Lee [Thu, 6 Aug 2020 01:44:17 +0000 (10:44 +0900)]
asfdemux: Change the mismatched definition

Change-Id: If9945d7b6df8da3c7114b88ebfe4b3b02faa081a

4 years agoMerge branch 'tizen_gst_1.16.2' into tizen 93/225593/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.110815 accepted/tizen/6.0/unified/hotfix/20201102.233516 accepted/tizen/6.0/unified/hotfix/20201103.051556 accepted/tizen/unified/20200304.124031 submit/tizen/20200221.064623 submit/tizen/20200302.032418 submit/tizen_6.0/20201029.205502 submit/tizen_6.0_hotfix/20201102.192902 submit/tizen_6.0_hotfix/20201103.115102 tizen_6.0.m2_release
Gilbok Lee [Fri, 21 Feb 2020 06:24:12 +0000 (15:24 +0900)]
Merge branch 'tizen_gst_1.16.2' into tizen

Change-Id: I3bcdfa452e9a7f9eb26756f25ccb6e96ccefa446

4 years agoMerge branch 'upstream/1.16' into tizen_gst_1.16.2 40/223140/1 tizen_gst_1.16.2
Gilbok Lee [Thu, 23 Jan 2020 07:25:51 +0000 (16:25 +0900)]
Merge branch 'upstream/1.16' into tizen_gst_1.16.2

Change-Id: I6e7d06aee81dc8dda405615debd45f0e9885c9a9

4 years agoRelease 1.16.2 upstream/1.16 1.16.2
Tim-Philipp Müller [Tue, 3 Dec 2019 11:07:52 +0000 (11:07 +0000)]
Release 1.16.2

4 years agoUpdate docs
Tim-Philipp Müller [Tue, 3 Dec 2019 11:07:52 +0000 (11:07 +0000)]
Update docs

4 years agoRelease 1.16.1
Tim-Philipp Müller [Mon, 23 Sep 2019 10:10:55 +0000 (11:10 +0100)]
Release 1.16.1

4 years agoUpdate docs
Tim-Philipp Müller [Mon, 23 Sep 2019 10:10:55 +0000 (11:10 +0100)]
Update docs

4 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.

4 years agoci: use template from 1.16 branch
Tim-Philipp Müller [Thu, 2 May 2019 11:35:23 +0000 (12:35 +0100)]
ci: use template from 1.16 branch

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 agoasfdemux: Send codec information through tag message. 75/195275/4 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv accepted/tizen/5.5/unified/20191031.010221 accepted/tizen/5.5/unified/mobile/hotfix/20201027.063356 accepted/tizen/unified/20190311.072520 submit/tizen/20190308.025958 submit/tizen_5.5/20191031.000006 submit/tizen_5.5_mobile_hotfix/20201026.185106 tizen_5.5.m2_release
Gilbok Lee [Wed, 12 Dec 2018 05:45:56 +0000 (14:45 +0900)]
asfdemux: Send codec information through tag message.

Change-Id: I2779a4eb4f9fd1dd03829b25073f06256e0dcdbd

5 years agoasfdemux: Disable WMV video format 74/195274/3
Gilbok Lee [Wed, 12 Dec 2018 05:40:16 +0000 (14:40 +0900)]
asfdemux: Disable WMV video format

Change-Id: Ibb08490b7875af70a90a0d9b8239a8e845a7e2cf

5 years agoasfdemux : Return error if parsed data size is zero 73/195273/5
Gilbok Lee [Wed, 12 Dec 2018 05:04:34 +0000 (14:04 +0900)]
asfdemux : Return error if parsed data size is zero

  - Fix hangs while playing certain asf files

Change-Id: I8b34c7a24d7e113983cc7fd6862df5140ee2bade

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 agospec: apply tv profile option 33/194333/1
Eunhae Choi [Mon, 3 Dec 2018 07:18:36 +0000 (16:18 +0900)]
spec: apply tv profile option

- sync with tv product code

Change-Id: Ie59282b3fdef8f280dc3fade3f2af21012766e4e

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

5 years agomeson: add options to disable gobject cast checks and glib asserts
Tim-Philipp Müller [Sat, 18 Aug 2018 20:15:23 +0000 (21:15 +0100)]
meson: add options to disable gobject cast checks and glib asserts

... and define G_DISABLE_DEPRECATED for development versions,
like we do in autotools.

5 years agox264enc: Set bit depth for x264 ≥ 153
Jan Alexander Steffens (heftig) [Thu, 16 Aug 2018 11:17:58 +0000 (13:17 +0200)]
x264enc: Set bit depth for x264 ≥ 153

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

5 years agox264enc: Remove superfluous x264_param_default
Jan Alexander Steffens (heftig) [Thu, 16 Aug 2018 12:55:04 +0000 (14:55 +0200)]
x264enc: Remove superfluous x264_param_default

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

5 years agoAdd feature options for all plugins
Nirbheek Chauhan [Fri, 27 Jul 2018 13:59:01 +0000 (19:29 +0530)]
Add feature options for all plugins

The only automagic dependency left is C++ availability detection.

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

5 years agomeson: Convert common options to feature options
Nirbheek Chauhan [Wed, 25 Jul 2018 11:47:21 +0000 (17:17 +0530)]
meson: Convert common options to feature options

The rest will be converted later, these are necessary for gst-build to
set options correctly.

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

5 years agoasfdemux: Remove 0.10 code
Edward Hervey [Mon, 11 Jun 2018 12:43:20 +0000 (14:43 +0200)]
asfdemux: Remove 0.10 code

This was used to "close" a segment. It's no longer needed anymore
in 1.x (it was essentially sending the same thing again)

5 years agoasfdemux: Only send flush event on seeking flushes
Edward Hervey [Fri, 11 May 2018 07:21:09 +0000 (09:21 +0200)]
asfdemux: Only send flush event on seeking flushes

And not on all the time

5 years agomeson: add 'nls' option to disable translations
Tim-Philipp Müller [Mon, 21 May 2018 10:54:50 +0000 (11:54 +0100)]
meson: add 'nls' option to disable translations

And enable by default. Was implicitly disabled because
ENABLE_NLS was not defined. Also use .set_quoted().

5 years agomeson: Update option names to omit disable_ and with- prefixes
Nirbheek Chauhan [Sat, 5 May 2018 14:02:00 +0000 (19:32 +0530)]
meson: Update option names to omit disable_ and with- prefixes

Also yield common options to the outer project (gst-build in our case)
so that they don't have to be set manually.

5 years agodvdsubdec: Take the highlight event from the structure.
Jan Schmidt [Fri, 4 May 2018 12:54:01 +0000 (22:54 +1000)]
dvdsubdec: Take the highlight event from the structure.

Don't use GST_EVENT_TIMESTAMP to transfer any PTS
associated with a highlight event, instead store
it in the event structure directly, as
GstEvent::timestamp will disappear in GStreamer 2.0

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

6 years agoMeson: Generate pc file for all plugins in ugly
Xavier Claessens [Tue, 24 Apr 2018 18:06:20 +0000 (14:06 -0400)]
Meson: Generate pc file for all plugins in ugly

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

6 years agomeson: use -Wl,-Bsymbolic-functions where supported
Tim-Philipp Müller [Wed, 25 Apr 2018 09:59:11 +0000 (10:59 +0100)]
meson: use -Wl,-Bsymbolic-functions where supported

Just like the autotools build.

6 years agoasfdemux: Set the stream-format field of H264 streams
Sebastian Dröge [Mon, 16 Apr 2018 17:13:05 +0000 (20:13 +0300)]
asfdemux: Set the stream-format field of H264 streams

If we have codec_data it will be AVC, otherwise assume byte-stream.

6 years agoAutomatic update of common submodule
Tim-Philipp Müller [Mon, 16 Apr 2018 09:53:12 +0000 (10:53 +0100)]
Automatic update of common submodule

From 3fa2c9e to ed78bee

6 years agoAdd build option for security issues 45/175445/1 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.025359 accepted/tizen/unified/20180420.081815 submit/tizen/20180419.035601 submit/tizen_5.0/20181101.000006
Gilbok Lee [Tue, 10 Apr 2018 08:19:51 +0000 (17:19 +0900)]
Add build option for security issues

Change-Id: I73e5223e46f9f2bbff1959bd4d6eef47b2b4ecba

6 years agoBack to development
Tim-Philipp Müller [Tue, 20 Mar 2018 09:26:15 +0000 (09:26 +0000)]
Back to development

6 years agoRelease 1.14.0
Tim-Philipp Müller [Mon, 19 Mar 2018 20:19:43 +0000 (20:19 +0000)]
Release 1.14.0

6 years agoUpdate docs
Tim-Philipp Müller [Mon, 19 Mar 2018 20:19:43 +0000 (20:19 +0000)]
Update docs

6 years agoRelease 1.13.91
Tim-Philipp Müller [Tue, 13 Mar 2018 19:17:58 +0000 (19:17 +0000)]
Release 1.13.91

6 years agoUpdate docs
Tim-Philipp Müller [Tue, 13 Mar 2018 19:17:58 +0000 (19:17 +0000)]
Update docs

6 years agodocs: plugins: minor addition to plugins list
Tim-Philipp Müller [Mon, 12 Mar 2018 20:19:19 +0000 (20:19 +0000)]
docs: plugins: minor addition to plugins list

6 years agoconfigure.ac: enable largefile support if possible
Michael Tretter [Thu, 8 Mar 2018 09:12:16 +0000 (10:12 +0100)]
configure.ac: enable largefile support if possible

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

6 years agoRelease 1.13.90
Tim-Philipp Müller [Sat, 3 Mar 2018 22:24:28 +0000 (22:24 +0000)]
Release 1.13.90

6 years agoUpdate docs
Tim-Philipp Müller [Sat, 3 Mar 2018 22:24:28 +0000 (22:24 +0000)]
Update docs

6 years agomeson: enable more warnings
Mathieu Duponchelle [Thu, 1 Mar 2018 18:07:42 +0000 (19:07 +0100)]
meson: enable more warnings

6 years agox264enc: fix build with newer x264 with support for multiple bit depths
Tim-Philipp Müller [Wed, 28 Feb 2018 10:07:13 +0000 (10:07 +0000)]
x264enc: fix build with newer x264 with support for multiple bit depths

libx264 used to be built for one specific bit depth, and if we
wanted to support multiple bit depths we would have to dynamically
load the right .so from different paths. That has changed now, and
libx264 can include support for multiple depths in the same lib,
so we don't need to do the dlopen() dance any more. We'll keep
the vtable stuff around until we can drop support for older x264.

gstx264enc.c:2927:36: error: ‘x264_bit_depth’ undeclared

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

6 years agox264enc: Add format example for option-string
Alicia Boya García [Tue, 27 Feb 2018 14:42:32 +0000 (15:42 +0100)]
x264enc: Add format example for option-string

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

6 years agomeson: simplify GST_DISABLE_GST_DEBUG check and don't use add_global_*
Tim-Philipp Müller [Wed, 21 Feb 2018 19:47:36 +0000 (19:47 +0000)]
meson: simplify GST_DISABLE_GST_DEBUG check and don't use add_global_*

add_global_arguments() can't be used in subprojects. It's
entirely possible that -ugly is a subproject but gstreamer
is picked up from an installed location, so we should
really use add_project_arguments() in both cases.

6 years agoBack to development
Tim-Philipp Müller [Thu, 15 Feb 2018 19:44:21 +0000 (19:44 +0000)]
Back to development

6 years agoRelease 1.13.1
Tim-Philipp Müller [Thu, 15 Feb 2018 17:10:13 +0000 (17:10 +0000)]
Release 1.13.1

6 years agodocs: update plugin docs
Tim-Philipp Müller [Thu, 15 Feb 2018 17:07:42 +0000 (17:07 +0000)]
docs: update plugin docs

6 years agopo: update translations
Tim-Philipp Müller [Thu, 15 Feb 2018 14:52:29 +0000 (14:52 +0000)]
po: update translations

6 years agomeson: make version numbers ints and fix int/string comparison
Tim-Philipp Müller [Thu, 8 Feb 2018 19:09:45 +0000 (19:09 +0000)]
meson: make version numbers ints and fix int/string comparison

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.

6 years agoautotools: use -fno-strict-aliasing where supported
Tim-Philipp Müller [Sun, 4 Feb 2018 11:03:36 +0000 (12:03 +0100)]
autotools: use -fno-strict-aliasing where supported

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

6 years agomeson: use -fno-strict-aliasing where supported
Tim-Philipp Müller [Tue, 30 Jan 2018 20:34:52 +0000 (20:34 +0000)]
meson: use -fno-strict-aliasing where supported

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

6 years agoMerge branch 'tizen_gst_upgrade' into tizen 47/166047/1 accepted/tizen/unified/20180110.141856 submit/tizen/20180105.085839
Gilbok Lee [Fri, 5 Jan 2018 05:20:55 +0000 (14:20 +0900)]
Merge branch 'tizen_gst_upgrade' into tizen

upgrade 1.12.2

Change-Id: I857fa65bf9096bd72fb8c8e4b10635fe71d12874

6 years agoamrnbdec: Don't use g_return_*_if_fail() on data parsing
Edward Hervey [Wed, 3 Jan 2018 15:02:08 +0000 (16:02 +0100)]
amrnbdec: Don't use g_return_*_if_fail() on data parsing

Those functions can be disabled. Instead just use the (existing)
function.

CID #1427121

6 years agoamrwbdec: Don't use g_return_*_if_fail() on data parsing
Edward Hervey [Wed, 3 Jan 2018 15:02:08 +0000 (16:02 +0100)]
amrwbdec: Don't use g_return_*_if_fail() on data parsing

Those functions can be disabled. Instead just use the (existing)
function.

CID #1427093

6 years agomeson: skip translations if gettext is not available
Tim-Philipp Müller [Tue, 26 Dec 2017 12:51:37 +0000 (13:51 +0100)]
meson: skip translations if gettext is not available

6 years agoAutomatic update of common submodule
Matthew Waters [Thu, 14 Dec 2017 03:49:17 +0000 (14:49 +1100)]
Automatic update of common submodule

From e8c7a71 to 3fa2c9e

6 years agox264enc: add 'insert-vui' property for users to choose
Justin Kim [Thu, 7 Dec 2017 06:52:58 +0000 (15:52 +0900)]
x264enc: add 'insert-vui' property for users to choose

VUI(Video Usability Information) parameters should be set
according to the specification. However, some of the existing
hardware decoders refuse to decode in certain combinations of
the resolution and VUI parameters. To support the legacy
decoders, this patch provides 'insert-vui' to skip the settings.

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

6 years agocdio: Fix build with cdio >= 1.0
Sebastian Dröge [Wed, 6 Dec 2017 11:01:39 +0000 (13:01 +0200)]
cdio: Fix build with cdio >= 1.0

LIBCDIO_VERSION_NUM was defined as e.g. 94 for 0.94 but is now defined
as 1 for 1.0. We had various checks for < 83, which of course succeeded
now although we are >= 0.83.

Fix this by checking for < 76 (0.76) too, as that is the minimum version
we currently support and everything < 76 is going to be >= 1.0.

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

6 years agoAutomatic update of common submodule
Matthew Waters [Mon, 27 Nov 2017 09:11:56 +0000 (20:11 +1100)]
Automatic update of common submodule

From 3f4aa96 to e8c7a71

6 years agoconfigure: actually use -fvisibility if supported
Tim-Philipp Müller [Sun, 26 Nov 2017 15:05:14 +0000 (15:05 +0000)]
configure: actually use -fvisibility if supported

Fix up for previous commit.

6 years agoautotools: stop controlling symbol visibility with -export-symbols-regex
Tim-Philipp Müller [Sun, 26 Nov 2017 14:49:21 +0000 (14:49 +0000)]
autotools: stop controlling symbol visibility with -export-symbols-regex

Instead, use -fvisibility=hidden and explicit exports via GST_EXPORT.
This should result in consistent behaviour for the autotools and
Meson builds.

6 years agoasfdemux: Fix prerolling files with "empty" streams
Edward Hervey [Mon, 13 Nov 2017 10:13:30 +0000 (11:13 +0100)]
asfdemux: Fix prerolling files with "empty" streams

This is a regression that was introduced by
commit 1803b3c18530cb0100d140c2b8e49a8dfe41f941
"    asfdemux: Add support for dvr-ms"

The problem is that some files/streams might contain stream definition
but there is no actual packets for those streams.

This was used to "define" streams with different bitrates for example.

The first_ts calculation resulted in never ever finding a valid first_ts
since some streams were empty, and therefore never "activating" itself.

Instead of that we first check if we are prerolled. And if we are we
unconditionally get the "first_ts"

The preroll check has been adapted to check whether streams of
each defined type (i.e. audio/video/sub) has been prerolled. This solves
the problem of having different streams of a particular type where only
one stream actually has data.

6 years agoasfdemux: Store the stream type in streams
Edward Hervey [Mon, 13 Nov 2017 10:09:31 +0000 (11:09 +0100)]
asfdemux: Store the stream type in streams

The field was present but never set :)

6 years agoMerge the tizen patch and fix build err based on 1.12.2 28/158528/2 tizen_gst_upgrade
Eunhae Choi [Wed, 1 Nov 2017 12:18:14 +0000 (21:18 +0900)]
Merge the tizen patch and fix build err based on 1.12.2

Change-Id: I59d8eb2e78ad3fe64417f447f65fa0abd1fd201d

6 years agoa52dec: Fix out buffer memory leak in error code path
Ponnam Srinivas [Tue, 26 Sep 2017 04:41:24 +0000 (10:11 +0530)]
a52dec: Fix out buffer memory leak in error code path

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

6 years agompeg2dec: Fix buffer memory leak in error code path
Deepak Srivastava [Fri, 15 Sep 2017 11:36:58 +0000 (17:06 +0530)]
mpeg2dec: Fix buffer memory leak in error code path

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