Jeongmo Yang [Mon, 15 Jul 2019 03:00:47 +0000 (12:00 +0900)]
Disable hevc decoder
[Version] 1.12.2-1
[Profile] Common
[Issue Type] Update
Change-Id: Ibec96e900bfbcbfa6f87c32155209bac72ea53dc
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Eunhae Choi [Tue, 24 Apr 2018 09:10:59 +0000 (18:10 +0900)]
[spec] change build macro about tv
Change-Id: I236611dff7f194c36b4c3326f37210637df28ed9
Gilbok Lee [Fri, 5 Jan 2018 05:26:49 +0000 (14:26 +0900)]
Merge branch 'tizen_gst_upgrade' into tizen
upgrade 1.12.2
Change-Id: Ibd8fc5de5c7c1c6a51e35a432f0464a3d133e6cd
Gilbok Lee [Thu, 9 Nov 2017 05:58:54 +0000 (14:58 +0900)]
Merge tizen patch based on 1.12.2
Change-Id:I7ac13674c3157645193c99fa2b40805df2b76831
Dmitriy Evgenevich Gonzha [Fri, 22 Sep 2017 13:11:00 +0000 (16:11 +0300)]
Fix ASan build
ASan has no inline assembler (__asm__) support.
This patch removes inline assembler build in sanitized
environment for libav by additional configuration option
Change-Id: I8c5a1d87beac6909dd6d11cfd9b8ba3538fb3438
Signed-off-by: Dmitriy Evgenevich Gonzha <d.gonzha@samsung.com>
Sejun Park [Fri, 18 Aug 2017 06:22:31 +0000 (15:22 +0900)]
fixed memleak
Change-Id: Iae9b80d83582852c593862732119416ff263d897
Sebastian Dröge [Fri, 14 Jul 2017 11:04:18 +0000 (14:04 +0300)]
Release 1.12.2
Sebastian Dröge [Mon, 10 Jul 2017 07:33:03 +0000 (10:33 +0300)]
avmux: Blacklist scc muxer
We have no codec mappings for it and it's a subtitle/closed caption
"muxer" anyway.
Gilbok Lee [Mon, 26 Jun 2017 10:55:51 +0000 (19:55 +0900)]
Fix memory leak
Change-Id: I9d803587910d85c8153cfa3554a7ffacc0a240cc
Sebastian Dröge [Tue, 20 Jun 2017 09:07:33 +0000 (12:07 +0300)]
Release 1.12.1
Sebastian Dröge [Tue, 20 Jun 2017 07:50:24 +0000 (10:50 +0300)]
libav: Update to ffmpeg n3.3.2
Sebastian Dröge [Tue, 16 May 2017 15:54:32 +0000 (18:54 +0300)]
avviddec: Don't expose NVIDIA CUVID decoder
It's not working without further changes on our side, like all hardware
decoders in ffmpeg.
Sejun Park [Thu, 25 May 2017 04:36:10 +0000 (13:36 +0900)]
1. changed nsv_probe header comparison syntax by byte unit
2. removed nsv_probe
Change-Id: Ic5fb81121eba27ed9bbe2dadebd8667174f55f2f
Jan Schmidt [Sat, 20 May 2017 10:02:39 +0000 (20:02 +1000)]
Pass $CC as AS, unless $AS is provided. Add gas-preprocessor
Add gas-preprocessor.pl as a git submodule, and put it in the
path so that it is available if libav wants it.
Switch back to providing $CC as $AS by default, but
respect an external $AS setting so that it can be
overridden in cerbero
https://bugzilla.gnome.org/show_bug.cgi?id=694416
Sebastian Dröge [Wed, 17 May 2017 07:41:57 +0000 (10:41 +0300)]
libav: Update to ffmpeg n3.3.1
Sebastian Dröge [Thu, 4 May 2017 12:39:47 +0000 (15:39 +0300)]
Release 1.12.0
Sebastian Dröge [Thu, 27 Apr 2017 14:35:41 +0000 (17:35 +0300)]
Release 1.11.91
Tim-Philipp Müller [Mon, 24 Apr 2017 19:30:15 +0000 (20:30 +0100)]
Automatic update of common submodule
From 60aeef6 to 48a5d85
Jan Schmidt [Fri, 21 Apr 2017 01:50:17 +0000 (11:50 +1000)]
Revert "configure: Set the assembler used for libav to $CC"
This reverts commit
1a265f029aa9be1bf3f72d1dcd9feafbf23a6298.
It also makes it impossible to pass something other than $CC
as the assembler. People should adjust the passed AS variable
if they need something different.
Edward Hervey [Fri, 14 Apr 2017 12:55:52 +0000 (14:55 +0200)]
configure: Remove usage of memalign_hack in ffmpeg
It was removed in the last release
Sebastian Dröge [Thu, 13 Apr 2017 12:23:45 +0000 (15:23 +0300)]
avaudenc/dec: Blacklist more PCM decoders/encoders
Sebastian Dröge [Thu, 13 Apr 2017 12:15:55 +0000 (15:15 +0300)]
libav: Update to ffmpeg n3.3
Tim-Philipp Müller [Mon, 10 Apr 2017 22:50:55 +0000 (23:50 +0100)]
Automatic update of common submodule
From 39ac2f5 to 60aeef6
Sebastian Dröge [Fri, 7 Apr 2017 13:34:46 +0000 (16:34 +0300)]
Release 1.11.90
Arun Raghavan [Wed, 22 Mar 2017 07:25:40 +0000 (12:55 +0530)]
avvidenc: Fix compiler errors in the previous commit
The declaration of 'const char *klass' was shadowing a function
argument.
Arun Raghavan [Mon, 20 Mar 2017 16:49:47 +0000 (22:19 +0530)]
avvidenc: Classify image encoders with "Image" instead of "Video"
This allows gst_video_convert_sample*() to work with codecs for which we
have libav encoders (such as BMP).
https://bugzilla.gnome.org/show_bug.cgi?id=780317
Sebastian Dröge [Thu, 16 Mar 2017 15:14:21 +0000 (17:14 +0200)]
avcodecmap: Add mappings for I420/I422/Y444_12LE/BE and GBRA
https://bugzilla.gnome.org/show_bug.cgi?id=780100
Emeric Grange [Wed, 15 Mar 2017 14:37:29 +0000 (15:37 +0100)]
avcodecmap: Add GBR_12LE/BE and GBRA_12LE/BE pixel format mapping for CineForm decoder
Jan Schmidt [Thu, 16 Mar 2017 04:23:01 +0000 (15:23 +1100)]
avvidenc: Add Stereo3D mapping
Add mapping between GStreamer multiview modes/flags and
libav Stereo3D frame packings when encoding video.
https://bugzilla.gnome.org/show_bug.cgi?id=767938
Jan Schmidt [Thu, 16 Mar 2017 04:23:01 +0000 (15:23 +1100)]
avviddec: Map any stereo3D info to multiview modes
Map any libav Stereo3D side data to GStreamer multiview
mode / flags for playback.
https://bugzilla.gnome.org/show_bug.cgi?id=767938
Sebastian Dröge [Tue, 14 Mar 2017 13:01:41 +0000 (15:01 +0200)]
avcodecmap: Add mapping for CineForm HD / CFHD codec
https://bugzilla.gnome.org/show_bug.cgi?id=780024
Sebastian Dröge [Fri, 24 Feb 2017 13:59:51 +0000 (15:59 +0200)]
meson: Update version
Sebastian Dröge [Fri, 24 Feb 2017 13:37:46 +0000 (15:37 +0200)]
Back to development
Sebastian Dröge [Fri, 24 Feb 2017 13:07:59 +0000 (15:07 +0200)]
Release 1.11.2
Tim-Philipp Müller [Tue, 14 Feb 2017 20:38:03 +0000 (20:38 +0000)]
meson: dist meson build files
Ship meson build files in tarballs, so people who use tarballs
in their builds can start playing with meson already.
Sebastian Dröge [Sun, 12 Feb 2017 19:48:20 +0000 (21:48 +0200)]
libav: Update to n3.2.4
Sebastian Dröge [Wed, 8 Feb 2017 14:11:23 +0000 (16:11 +0200)]
libav: Update to ffmpeg n3.2.3
Sebastian Dröge [Wed, 8 Feb 2017 14:10:52 +0000 (16:10 +0200)]
configure: Require building against at least ffmpeg 3.0
See also https://bugzilla.gnome.org/show_bug.cgi?id=778283
Tim-Philipp Müller [Fri, 13 Jan 2017 12:43:37 +0000 (12:43 +0000)]
meson: bump version
Sejun Park [Fri, 13 Jan 2017 04:09:53 +0000 (13:09 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: Ic90032a2dd99ff47346c8a502767c027afab090d
Sejun Park [Fri, 13 Jan 2017 04:04:08 +0000 (13:04 +0900)]
fixed memory leaks caused by no freeing caps
Change-Id: I9957cb2f44dc4acec6f6fd567367b5149748afbf
Sebastian Dröge [Thu, 12 Jan 2017 14:32:56 +0000 (16:32 +0200)]
Back to development
Sebastian Dröge [Thu, 12 Jan 2017 14:11:31 +0000 (16:11 +0200)]
Release 1.11.1
Gilbok Lee [Fri, 6 Jan 2017 05:19:22 +0000 (14:19 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I085c1b96db3553a9b676c4e1c64b8669a1e10227
Garima Gaur [Mon, 2 Jan 2017 03:36:09 +0000 (09:06 +0530)]
Fix some caps leaks when creating pad templates
https://bugzilla.gnome.org/show_bug.cgi?id=776700
Tim-Philipp Müller [Fri, 16 Dec 2016 17:33:44 +0000 (17:33 +0000)]
Really remove generated .spec file
Tim-Philipp Müller [Fri, 16 Dec 2016 17:32:56 +0000 (17:32 +0000)]
Remove generated .spec file
Likely extremely bitrotten, and we should not ship this anyway.
Thibault Saunier [Fri, 9 Dec 2016 20:42:36 +0000 (17:42 -0300)]
meson: Support building without Gst debug
Sebastian Dröge [Thu, 8 Dec 2016 14:13:49 +0000 (16:13 +0200)]
libav: Update to n3.2.2
Sebastian Dröge [Sun, 4 Dec 2016 21:39:00 +0000 (23:39 +0200)]
avcodecmap: Add mapping for Flash Screen2 codec
Edward Hervey [Sat, 3 Dec 2016 07:20:40 +0000 (08:20 +0100)]
Automatic update of common submodule
From f980fd9 to 39ac2f5
Sebastian Dröge [Fri, 2 Dec 2016 15:06:50 +0000 (17:06 +0200)]
avdemux: Disable GIF "demuxer"
It's actually a parser but it a) can only work with the ffmpeg GIF
decoder that is deactivated anyway, and b) it currently causes infinite
linking of avdemux_gif elements with a multiqueue in between in
decodebin.
https://bugzilla.gnome.org/show_bug.cgi?id=775516
Sebastian Dröge [Fri, 2 Dec 2016 12:19:46 +0000 (14:19 +0200)]
avprotocol: Don't use GST_LOG_OBJECT() and friends on an arbitrary struct that is not a GObject
https://bugzilla.gnome.org/show_bug.cgi?id=775516
Younghwan [Mon, 28 Nov 2016 11:09:50 +0000 (20:09 +0900)]
disable unused plugins in TV product
Change-Id: Iaa7cdcba9d5e6840f46181b9204edd1cfa37e7d1
Younghwan [Mon, 28 Nov 2016 11:07:21 +0000 (20:07 +0900)]
disable unused plugins in TV product
Change-Id: I1304e5592048c3b43d490038355e48bf1c759dbf
Sebastian Dröge [Sat, 26 Nov 2016 12:00:39 +0000 (14:00 +0200)]
libav: Update to ffmpeg n3.2.1
Sebastian Dröge [Sat, 26 Nov 2016 11:59:12 +0000 (13:59 +0200)]
libav: Change ffmpeg submodule from GIT protocol to HTTPS
Tim-Philipp Müller [Sat, 26 Nov 2016 11:26:46 +0000 (11:26 +0000)]
common: use https protocol for common submodule
https://bugzilla.gnome.org/show_bug.cgi?id=775110
Thibault Saunier [Wed, 23 Nov 2016 14:38:49 +0000 (15:38 +0100)]
Define plugin license outside the call to PLUGIN_DEFINE
Msvc fails at pre processing it and states that the
the use of "#" is invalid inside a macro.
Thibault Saunier [Wed, 23 Nov 2016 14:05:26 +0000 (06:05 -0800)]
meson: Ignore spurious issues when building with msvc
Thibault Saunier [Wed, 23 Nov 2016 14:04:58 +0000 (06:04 -0800)]
Properly check if unistd.h is avalaible
And stop providing a meson.h.config as it is not needed (as meson dep
has been bumped to 0.36)
Edward Hervey [Thu, 24 Nov 2016 16:15:14 +0000 (17:15 +0100)]
avcodecmap: Add support for packed 32bit RGBx variants
We can support those, so just add the mapping
Sebastian Dröge [Wed, 16 Nov 2016 15:06:54 +0000 (17:06 +0200)]
av: Enable IVF demuxer (and muxer)
It works and is a quite unimportant format, we should get rid of our
parser to reduce the amount of code to maintain.
Marinus Schraal [Mon, 14 Nov 2016 10:49:52 +0000 (11:49 +0100)]
avdemux: Map artist to artist tag
It was incorrectly mapped to album-artist before.
https://bugzilla.gnome.org/show_bug.cgi?id=774398
Tim-Philipp Müller [Sat, 12 Nov 2016 15:21:59 +0000 (15:21 +0000)]
avmux: blacklist fifo plugin
Avoids criticals in gst-inspect-1.0 -a
leigh123linux@googlemail.com [Fri, 11 Nov 2016 16:03:00 +0000 (16:03 +0000)]
avvidenc/dec: Disable more hardware encoder/decoders
Important when using a system ffmpeg/libav.
https://bugzilla.gnome.org/show_bug.cgi?id=774278
Michael Olbrich [Thu, 10 Nov 2016 14:42:19 +0000 (15:42 +0100)]
configure: fix target_os when cross-compiling for arm
For arm 'host_os' is '*-gnueabi' or '*-gnueabihf' so sed needs to cut of
more. Otherwise configuring ffmpeg will fail with "Unknown OS 'linuxeabi'."
or something like that.
https://bugzilla.gnome.org/show_bug.cgi?id=774215
Sebastian Dröge [Fri, 4 Nov 2016 14:27:59 +0000 (16:27 +0200)]
avviddec: Fix comment to say interlace-mode instead of interlaced-mode
Sebastian Dröge [Fri, 4 Nov 2016 14:22:07 +0000 (16:22 +0200)]
avcodecmap: It's interlace-mode, not interlaced-mode
Scott D Phillips [Thu, 3 Nov 2016 19:43:46 +0000 (12:43 -0700)]
meson: Include libav dependency in FFmpeg check
The FFmpeg-origin check can't work if it isn't provided the
dependency library.
https://bugzilla.gnome.org/show_bug.cgi?id=773911
Sejun Park [Thu, 27 Oct 2016 08:45:52 +0000 (17:45 +0900)]
Removed DivX codec from support lists
Change-Id: I47de5ae54e63cdca9aebcdbfa17eeeb0f3995b0c
Signed-off-by: Eunhae Choi <eunhae1.choi@samsung.com>
Sebastian Dröge [Fri, 30 Sep 2016 15:56:07 +0000 (18:56 +0300)]
avcodecmap: Add variant to the ProRes caps
https://bugzilla.gnome.org/show_bug.cgi?id=769048
Sebastian Dröge [Thu, 29 Sep 2016 12:35:01 +0000 (15:35 +0300)]
avviddec: Use interlaced-mode=interleaved and set field-order if possible
https://bugzilla.gnome.org/show_bug.cgi?id=771376
Sebastian Dröge [Thu, 29 Sep 2016 12:18:46 +0000 (15:18 +0300)]
avcodecmap: Configure field order in the context if we can
https://bugzilla.gnome.org/show_bug.cgi?id=771376
Sebastian Dröge [Thu, 29 Sep 2016 10:26:34 +0000 (13:26 +0300)]
avvidenc: Set colorimetry information in the context if known
https://bugzilla.gnome.org/show_bug.cgi?id=750882
Sebastian Dröge [Thu, 29 Sep 2016 10:10:58 +0000 (13:10 +0300)]
avviddec: Set colorimetry information from the context if known
But only if upstream did not provide that information.
https://bugzilla.gnome.org/show_bug.cgi?id=750882
Tim-Philipp Müller [Tue, 1 Nov 2016 18:11:42 +0000 (18:11 +0000)]
meson: update version
Tim-Philipp Müller [Sat, 29 Oct 2016 14:38:01 +0000 (15:38 +0100)]
avcodecmap: Add mapping for Opus audio decoder
Make avdec_opus work.
https://bugzilla.gnome.org/show_bug.cgi?id=773672
Sebastian Dröge [Tue, 1 Nov 2016 16:53:15 +0000 (18:53 +0200)]
Back to development
Sebastian Dröge [Tue, 1 Nov 2016 16:10:45 +0000 (18:10 +0200)]
Release 1.10.0
Tim-Philipp Müller [Fri, 28 Oct 2016 11:55:34 +0000 (12:55 +0100)]
libav: Update to ffmpeg n3.2
Tim-Philipp Müller [Thu, 27 Oct 2016 09:44:20 +0000 (10:44 +0100)]
meson: fix version
Sejun Park [Thu, 27 Oct 2016 08:45:52 +0000 (17:45 +0900)]
Removed DivX codec from support lists
Change-Id: I47de5ae54e63cdca9aebcdbfa17eeeb0f3995b0c
Sebastian Dröge [Wed, 26 Oct 2016 20:29:18 +0000 (23:29 +0300)]
avaudenc/dec: Allow compilation against ffmpeg < 3.2 again
Sebastian Dröge [Wed, 26 Oct 2016 20:17:28 +0000 (23:17 +0300)]
avaudenc/dec: Ignore S64BE/LE pseudo-codecs
Sebastian Dröge [Wed, 26 Oct 2016 20:10:57 +0000 (23:10 +0300)]
libav: Update to ffmpeg 3.2 release branch
Release 3.2.0 is planned tomorrow and we should keep track of the latest
major version for 1.10 as we did in the past too.
Sebastian Dröge [Mon, 24 Oct 2016 07:30:05 +0000 (10:30 +0300)]
configure: Fix shell syntax error
Assignments must not have spaces around the '='
Sebastian Dröge [Sat, 22 Oct 2016 09:48:40 +0000 (12:48 +0300)]
libav: Update to ffmpeg n3.1.5
Nirbheek Chauhan [Sat, 15 Oct 2016 16:50:40 +0000 (22:20 +0530)]
meson: Don't set c_std to gnu99
Use the default for each compiler on every platform instead. This
improves our compatibility with compilers that don't have gnu99 as
a c_std.
Sebastian Dröge [Thu, 6 Oct 2016 11:25:17 +0000 (14:25 +0300)]
libav: Update to ffmpeg n3.1.4
Thibault Saunier [Fri, 30 Sep 2016 14:35:41 +0000 (11:35 -0300)]
meson: Setup pre-commit hooks when configuring
Sebastian Dröge [Fri, 30 Sep 2016 10:03:42 +0000 (13:03 +0300)]
Release 1.9.90
Sebastian Dröge [Thu, 29 Sep 2016 09:01:59 +0000 (12:01 +0300)]
avviddec: Use enum instead of magic numbers for the chroma siting values
Sebastian Dröge [Wed, 14 Sep 2016 09:31:07 +0000 (11:31 +0200)]
configure: Depend on gstreamer 1.9.2.1
Sebastian Dröge [Wed, 14 Sep 2016 09:20:48 +0000 (11:20 +0200)]
av: Cast AVContext::bit_rate to a guint before passing to varargs functions
We expect it to be a int or uint, however it changed the type to a
int64_t in later versions of ffmpeg. As such it would be passed as a 64
bit value to varargs functions, while the consumer of the arguments
assumes only 32 bits. This causes crashes.
https://bugzilla.gnome.org/show_bug.cgi?id=771092
Jan Schmidt [Sat, 10 Sep 2016 10:52:01 +0000 (20:52 +1000)]
Automatic update of common submodule
From b18d820 to f980fd9
Jan Schmidt [Fri, 9 Sep 2016 23:58:11 +0000 (09:58 +1000)]
Automatic update of common submodule
From f49c55e to b18d820
Thibault Saunier [Mon, 29 Aug 2016 14:08:16 +0000 (11:08 -0300)]
build: Do not link plugin against lzma and bz2 if using system install
And bump version to 1.9.2
Iain Lane [Fri, 2 Sep 2016 15:55:46 +0000 (16:55 +0100)]
Only use AV_CODEC_ID_WRAPPED_AVFRAME on new enough libavcodecs
https://bugzilla.gnome.org/show_bug.cgi?id=770753
Sebastian Dröge [Thu, 1 Sep 2016 09:31:21 +0000 (12:31 +0300)]
Back to development