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
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.
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
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.
Tim-Philipp Müller [Wed, 19 Sep 2018 10:58:54 +0000 (11:58 +0100)]
meson: fix missing closing bracket in option descriptions
Tim-Philipp Müller [Sat, 18 Aug 2018 20:22:42 +0000 (21:22 +0100)]
meson: add option to disable tests
Tim-Philipp Müller [Sat, 18 Aug 2018 20:20:20 +0000 (21:20 +0100)]
meson: clean up some cruft
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.
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
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
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
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
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)
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
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().
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.
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
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
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.
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.
Tim-Philipp Müller [Mon, 16 Apr 2018 09:53:12 +0000 (10:53 +0100)]
Automatic update of common submodule
From 3fa2c9e to ed78bee
Tim-Philipp Müller [Tue, 20 Mar 2018 09:26:15 +0000 (09:26 +0000)]
Back to development
Tim-Philipp Müller [Mon, 19 Mar 2018 20:19:43 +0000 (20:19 +0000)]
Release 1.14.0
Tim-Philipp Müller [Mon, 19 Mar 2018 20:19:43 +0000 (20:19 +0000)]
Update docs
Tim-Philipp Müller [Tue, 13 Mar 2018 19:17:58 +0000 (19:17 +0000)]
Release 1.13.91
Tim-Philipp Müller [Tue, 13 Mar 2018 19:17:58 +0000 (19:17 +0000)]
Update docs
Tim-Philipp Müller [Mon, 12 Mar 2018 20:19:19 +0000 (20:19 +0000)]
docs: plugins: minor addition to plugins list
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
Tim-Philipp Müller [Sat, 3 Mar 2018 22:24:28 +0000 (22:24 +0000)]
Release 1.13.90
Tim-Philipp Müller [Sat, 3 Mar 2018 22:24:28 +0000 (22:24 +0000)]
Update docs
Mathieu Duponchelle [Thu, 1 Mar 2018 18:07:42 +0000 (19:07 +0100)]
meson: enable more warnings
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
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
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.
Tim-Philipp Müller [Thu, 15 Feb 2018 19:44:21 +0000 (19:44 +0000)]
Back to development
Tim-Philipp Müller [Thu, 15 Feb 2018 17:10:13 +0000 (17:10 +0000)]
Release 1.13.1
Tim-Philipp Müller [Thu, 15 Feb 2018 17:07:42 +0000 (17:07 +0000)]
docs: update plugin docs
Tim-Philipp Müller [Thu, 15 Feb 2018 14:52:29 +0000 (14:52 +0000)]
po: update translations
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.
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
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
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
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
Tim-Philipp Müller [Tue, 26 Dec 2017 12:51:37 +0000 (13:51 +0100)]
meson: skip translations if gettext is not available
Matthew Waters [Thu, 14 Dec 2017 03:49:17 +0000 (14:49 +1100)]
Automatic update of common submodule
From e8c7a71 to 3fa2c9e
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
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
Matthew Waters [Mon, 27 Nov 2017 09:11:56 +0000 (20:11 +1100)]
Automatic update of common submodule
From 3f4aa96 to e8c7a71
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.
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.
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.
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 :)
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
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
Satya Prakash Gupta [Thu, 7 Sep 2017 07:57:26 +0000 (13:27 +0530)]
mpeg2dec: Unmap output video frame if copying to it fails
https://bugzilla.gnome.org/show_bug.cgi?id=787398
Satya Prakash Gupta [Thu, 31 Aug 2017 06:03:14 +0000 (11:33 +0530)]
realmedia: fix leak in asmrules error code path
https://bugzilla.gnome.org/show_bug.cgi?id=787056
Satya Prakash Gupta [Wed, 30 Aug 2017 13:11:28 +0000 (18:41 +0530)]
realmedia: Fix Memory leak in error case
https://bugzilla.gnome.org/show_bug.cgi?id=787014
Tim-Philipp Müller [Sat, 26 Aug 2017 12:02:26 +0000 (13:02 +0100)]
tests: remove files that were used by the mpg123 unit test
Tim-Philipp Müller [Sat, 26 Aug 2017 08:35:20 +0000 (09:35 +0100)]
Remove twolame plugin, moved to -good
https://bugzilla.gnome.org/show_bug.cgi?id=774252
Tim-Philipp Müller [Sat, 26 Aug 2017 07:51:01 +0000 (08:51 +0100)]
Remove lame plugin, moved to -good
https://bugzilla.gnome.org/show_bug.cgi?id=774252
Tim-Philipp Müller [Sun, 20 Aug 2017 13:31:02 +0000 (14:31 +0100)]
Remove mpg123 plugin, moved to -good
https://bugzilla.gnome.org/show_bug.cgi?id=774252
Tim-Philipp Müller [Thu, 17 Aug 2017 11:23:43 +0000 (12:23 +0100)]
Automatic update of common submodule
From 48a5d85 to 3f4aa96
Tim-Philipp Müller [Thu, 10 Aug 2017 14:48:27 +0000 (15:48 +0100)]
sidplay: hide symbols in meson for this c++ plugin too
Keep things local, as this is the only c++ plugin
in ugly currently.
Tim-Philipp Müller [Thu, 10 Aug 2017 10:55:58 +0000 (11:55 +0100)]
meson: don't export symbols by default
Only plugin entry points should be exported.
Currently plugins might export more symbols with
the meson build, as we don't have the exports
regexp there that we pass to libtool.
Mark Nauwelaerts [Wed, 9 Aug 2017 17:31:56 +0000 (19:31 +0200)]
x264enc: add FIXME note for future configuration cleanup
Satya Prakash Gupta [Tue, 25 Jul 2017 08:06:17 +0000 (13:36 +0530)]
dvdreadsrc: Fix string memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=785388
Tim-Philipp Müller [Sat, 15 Jul 2017 14:01:09 +0000 (15:01 +0100)]
x264enc: fix indentation
Tim-Philipp Müller [Sat, 15 Jul 2017 13:59:42 +0000 (14:59 +0100)]
x264enc: fix caps leak
Move creation of supported sink pads into class_init function
which is also the only place where they're used. Unref the
caps when no longer needed, the pad template will take its
own ref.
https://bugzilla.gnome.org/show_bug.cgi?id=784982
Tim-Philipp Müller [Sat, 15 Jul 2017 13:57:49 +0000 (14:57 +0100)]
mpg123audiodec: fix caps leak
The pad template takes its own ref, so we should unref the caps.
https://bugzilla.gnome.org/show_bug.cgi?id=784982
Tim-Philipp Müller [Sat, 15 Jul 2017 11:49:19 +0000 (12:49 +0100)]
meson: po: use glib preset and read language list from LINGUAS
Supported since meson 0.37, so we can use it now.
Vivia Nikolaidou [Tue, 11 Jul 2017 11:21:41 +0000 (14:21 +0300)]
dvdlpmdec: Fix overrun from coverity
CID #1414801
Tim-Philipp Müller [Fri, 7 Jul 2017 10:58:36 +0000 (11:58 +0100)]
meson: find python3 via python3 module
https://bugzilla.gnome.org/show_bug.cgi?id=783198
Vivia Nikolaidou [Wed, 5 Jul 2017 15:58:35 +0000 (18:58 +0300)]
dvdlpcmdec: Added support for Blu-Ray audio
https://bugzilla.gnome.org/show_bug.cgi?id=784552
Edward Hervey [Tue, 27 Jun 2017 09:48:08 +0000 (11:48 +0200)]
asfdemux: More index handling
In the same vein as the previous commit, the end of the file might have been
cut and therefore contains bogus data.
If the object is too short, consider it as garbage and return a non-fatal
flow.
Regression introduced in
97294eb8bbed1b9dad7d3f2c52dd69eb1812cc06
Edward Hervey [Tue, 27 Jun 2017 08:25:42 +0000 (10:25 +0200)]
asfdemux; Don't assume index is present at end of file
Some files have garbage at the end of the file, don't error out if we don't
find the index there.
Reverts back to previous behaviour (where corrupted/missing indexex were
not a fatal error).
Regression introduced in
97294eb8bbed1b9dad7d3f2c52dd69eb1812cc06
Tim-Philipp Müller [Mon, 26 Jun 2017 08:49:22 +0000 (09:49 +0100)]
meson: fix with-package-name option
https://bugzilla.gnome.org/show_bug.cgi?id=784082
Mark Nauwelaerts [Wed, 14 Jun 2017 19:08:31 +0000 (21:08 +0200)]
asfdemux: adjust segment start to a keyframe ts only for a KEYUNIT seek
... which is how it has always been until changed coincidentally in commit
9ee60482b265481d0e3b397044f560eb736e5429 which then prompted commit
dba14178ce6115b406ef86e356b1201463af5e2a to consider ACCURATE as well
to compensate for that in a lateral way
Mark Nauwelaerts [Wed, 14 Jun 2017 18:56:16 +0000 (20:56 +0200)]
x264enc: relax bframes upper limit count to maximum encoder supported
Tim-Philipp Müller [Fri, 23 Jun 2017 22:44:18 +0000 (23:44 +0100)]
meson: don't error out if sidplay library is not found
Tim-Philipp Müller [Fri, 23 Jun 2017 17:33:24 +0000 (18:33 +0100)]
meson: build sid plugin
https://bugzilla.gnome.org/show_bug.cgi?id=784135
Víctor Manuel Jáquez Leal [Wed, 21 Jun 2017 19:23:29 +0000 (21:23 +0200)]
x264: fix memory leak
When the allowed caps are the same of template caps the allowed
caps are not unrefed, leaking memory.
https://bugzilla.gnome.org/show_bug.cgi?id=784060
Thibault Saunier [Wed, 7 Jun 2017 16:08:43 +0000 (12:08 -0400)]
meson: Do not use path separator in test names
Avoiding warnings like:
WARNING: Target "elements/audioamplify" has a path separator in its name.
Thiago Santos [Wed, 7 Jun 2017 04:48:19 +0000 (21:48 -0700)]
asfdemux: fix checking for header objects
The if 'and' condition was mixed up with the last parameter of the
function and would lead to wrong results
Tim-Philipp Müller [Sun, 21 May 2017 16:49:59 +0000 (17:49 +0100)]
meson: don't need config.h.meson any longer
Tim-Philipp Müller [Sat, 20 May 2017 13:58:37 +0000 (14:58 +0100)]
meson: add options to set package name and origin
https://bugzilla.gnome.org/show_bug.cgi?id=782172
Jan Schmidt [Fri, 19 May 2017 18:05:02 +0000 (20:05 +0200)]
Add gstvideo_dep for meson mpeg2dec test build
Jan Schmidt [Fri, 19 May 2017 16:59:17 +0000 (18:59 +0200)]
mpeg2dec test: Fix expected output caps
In the absence of explicit info, video decoders
now output mono multiview caps by default, so make
the expected caps match that
Nicolas Dufresne [Tue, 16 May 2017 18:07:56 +0000 (14:07 -0400)]
Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard
--enable-static/--enable-shared toggle are sufficient.
Nicolas Dufresne [Tue, 9 May 2017 13:45:27 +0000 (09:45 -0400)]
sid: Make plugin name match plugin file name
Sebastian Dröge [Thu, 4 May 2017 15:59:14 +0000 (18:59 +0300)]
Back to development
Sebastian Dröge [Thu, 4 May 2017 12:39:25 +0000 (15:39 +0300)]
Release 1.12.0
Sebastian Dröge [Thu, 4 May 2017 12:12:50 +0000 (15:12 +0300)]
Update .po files
Sebastian Dröge [Thu, 4 May 2017 10:47:56 +0000 (13:47 +0300)]
po: Update translations
Sebastian Dröge [Thu, 27 Apr 2017 14:33:23 +0000 (17:33 +0300)]
Release 1.11.91
Sebastian Dröge [Thu, 27 Apr 2017 13:08:13 +0000 (16:08 +0300)]
Update .po files
Sebastian Dröge [Thu, 27 Apr 2017 12:29:48 +0000 (15:29 +0300)]
po: Update translations
Nirbheek Chauhan [Thu, 27 Apr 2017 07:12:34 +0000 (12:42 +0530)]
x264: Use __declspec(dllimport) with MinGW too
x264.h says this isn't needed with MinGW, but it looks like it is.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=779249
Tim-Philipp Müller [Mon, 24 Apr 2017 19:28:15 +0000 (20:28 +0100)]
Automatic update of common submodule
From 60aeef6 to 48a5d85
Tim-Philipp Müller [Mon, 10 Apr 2017 22:49:25 +0000 (23:49 +0100)]
Automatic update of common submodule
From 39ac2f5 to 60aeef6
Sebastian Dröge [Fri, 7 Apr 2017 13:34:22 +0000 (16:34 +0300)]
Release 1.11.90