platform/upstream/gst-libav.git
6 years agomeson: use -fno-strict-aliasing where supported
Tim-Philipp Müller [Tue, 30 Jan 2018 20:37:18 +0000 (20:37 +0000)]
meson: use -fno-strict-aliasing where supported

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

6 years agoconfigure: Replace -Bsymbolic-functions with -Bsymbolic
Ting-Wei Lan [Sat, 20 Jan 2018 07:45:45 +0000 (15:45 +0800)]
configure: Replace -Bsymbolic-functions with -Bsymbolic

The documentation of libav says -Bsymbolic may be needed when building a
shared library which links statically to libav.

Fixes linking error on FreeBSD:

gst-libav/gst-libs/ext/.libs/libavcodec.a(simple_idct10.o):
 relocation R_X86_64_PC32 against `ff_pw_1023' can not be used when making a
 shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value

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

6 years agolibav: use LIBAV_CPPFLAGS for -I include paths
U. Artie Eoff [Tue, 24 Oct 2017 02:35:31 +0000 (19:35 -0700)]
libav: use LIBAV_CPPFLAGS for -I include paths

Autotools automatically appends user CPPFLAGS after target
CPPFLAGS.  Also, it puts all CPPFLAGS before CFLAGS in final
generated gcc compile command.  The internal ffmpeg include
paths need to come before any other external include paths
to ensure we don't accidentally pickup external ffmpeg
headers first (i.e. from user CPPFLAGS include paths).  Thus,
move the internal LIBAV include paths to LIBAV_CPPFLAGS so
that they come before any user defined CPPFLAGS.

This allows ffmpeg and gst-ffmpeg to coexist on users system.

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

6 years agoavprotocol: fix leak in error code paths
Ashish Kumar [Tue, 3 Oct 2017 08:27:24 +0000 (13:57 +0530)]
avprotocol: fix leak in error code paths

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

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

From e8c7a71 to 3fa2c9e

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

From 3f4aa96 to e8c7a71

6 years agolibav: Update to ffmpeg n3.3.5
Sebastian Dröge [Tue, 31 Oct 2017 06:54:29 +0000 (08:54 +0200)]
libav: Update to ffmpeg n3.3.5

6 years agoavdemux: Whitelist the demuxers required for GC/Wii/WiiU ADPCM streams
Jan Alexander Steffens (heftig) [Thu, 19 Oct 2017 14:15:26 +0000 (16:15 +0200)]
avdemux: Whitelist the demuxers required for GC/Wii/WiiU ADPCM streams

Required to play .brstm (GameCube/Wii) and .bfstm (Wii U) files. Needs
at least avdec_adpcm_thp too, but that one is already accessible.

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

6 years agoavdemux: reset to 0 negative pts
Nicola Murino [Sat, 23 Sep 2017 15:14:03 +0000 (17:14 +0200)]
avdemux: reset to 0 negative pts

for us pts are unsigned so reset to 0 negative pts returned from libav.
This is better than outputs completly wrong timestamps

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

6 years agolibav: Update to ffmpeg n3.3.4
Sebastian Dröge [Mon, 18 Sep 2017 12:45:32 +0000 (15:45 +0300)]
libav: Update to ffmpeg n3.3.4

6 years agogstavcodecmap: Do not require a channel-mask
Mathieu Duponchelle [Thu, 17 Aug 2017 12:28:22 +0000 (14:28 +0200)]
gstavcodecmap: Do not require a channel-mask

.. for mono or stereo input.

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

6 years agoAutomatic update of common submodule
Tim-Philipp Müller [Thu, 17 Aug 2017 11:25:58 +0000 (12:25 +0100)]
Automatic update of common submodule

From 48a5d85 to 3f4aa96

6 years agomeson: don't export symbols by default
Tim-Philipp Müller [Fri, 11 Aug 2017 19:26:06 +0000 (20:26 +0100)]
meson: don't export symbols by default

Only plugin entry points should be exported.

6 years agoRevert "avviddec: Remove usage of deprecated EDGE APIs"
Sebastian Dröge [Thu, 10 Aug 2017 15:55:29 +0000 (18:55 +0300)]
Revert "avviddec: Remove usage of deprecated EDGE APIs"

This reverts commit 4284d791bc2c3ae716e4f99cedd870de9f575aec.

It causes crashes on various h264 and DNXHD/VC3 streams, where the
decoders write to arbitrary memory far after what we've allocated.

6 years agolibav: Update to ffmpeg n3.3.3
Sebastian Dröge [Thu, 10 Aug 2017 14:22:46 +0000 (17:22 +0300)]
libav: Update to ffmpeg n3.3.3

7 years agolibswscale: Memory leak in gst_video_frame_map
Satya Prakash Gupta [Tue, 11 Jul 2017 08:15:35 +0000 (13:45 +0530)]
libswscale: Memory leak in gst_video_frame_map

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

7 years agoavdemux/mux: Memory leak and possible crash in avio_alloc_context
Satya Prakash Gupta [Tue, 11 Jul 2017 06:04:03 +0000 (11:34 +0530)]
avdemux/mux: Memory leak and possible crash in avio_alloc_context

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

7 years agoavviddec: Remove usage of deprecated EDGE APIs
Nicolas Dufresne [Tue, 11 Jul 2017 13:36:45 +0000 (09:36 -0400)]
avviddec: Remove usage of deprecated EDGE APIs

As a side effect, left/right green bars goes away when using
xvimagesink. I just think that xv cropping is broken, so this is
probably just hiding a bug.

7 years agoavmux: Blacklist scc muxer
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.

7 years agomeson: find python3 via python3 module
Tim-Philipp Müller [Fri, 7 Jul 2017 10:59:41 +0000 (11:59 +0100)]
meson: find python3 via python3 module

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

7 years agomeson: fix with-package-name option
Tim-Philipp Müller [Mon, 26 Jun 2017 08:53:46 +0000 (09:53 +0100)]
meson: fix with-package-name option

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

7 years agolibav: Update to ffmpeg n3.3.2
Sebastian Dröge [Tue, 20 Jun 2017 07:50:38 +0000 (10:50 +0300)]
libav: Update to ffmpeg n3.3.2

7 years agomeson: add options to set package name and origin
Tim-Philipp Müller [Sat, 20 May 2017 14:16:04 +0000 (15:16 +0100)]
meson: add options to set package name and origin

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

7 years agoplugin: Explicitly link to BZ2, LZMA and LZ
Nicolas Dufresne [Sat, 20 May 2017 13:27:52 +0000 (15:27 +0200)]
plugin: Explicitly link to BZ2, LZMA and LZ

While all this information is in the .la files, libtool seems to get
confused with ordering in presence of static system libraries. This could
cause missing symbol error at link time. Adding these depenencies explicitly
workaround the issue.

7 years agoDon't fail if running "make clean" twice
Nicolas Dufresne [Sat, 20 May 2017 11:05:23 +0000 (13:05 +0200)]
Don't fail if running "make clean" twice

7 years agoPass $CC as AS, unless $AS is provided. Add gas-preprocessor
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

7 years agolibav: Update to ffmpeg n3.3.1
Sebastian Dröge [Wed, 17 May 2017 07:41:57 +0000 (10:41 +0300)]
libav: Update to ffmpeg n3.3.1

7 years agoRemove plugin specific static build option
Nicolas Dufresne [Tue, 16 May 2017 18:43:11 +0000 (14:43 -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.

7 years agoavviddec: Don't expose NVIDIA CUVID decoder
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.

7 years agoGenerate .la for internal libav libraries
Nicolas Dufresne [Fri, 12 May 2017 01:17:21 +0000 (21:17 -0400)]
Generate .la for internal libav libraries

This should help libtool in getting the internal linking right.
Effectively, libtool can sometime get the link order wrong when
presented with a mix of .la and -l arguments. These .la file are
also required by the android build system and were previously
created by cerbero.

7 years agoUse automake to install dependency libraries
Nicolas Dufresne [Thu, 11 May 2017 17:31:50 +0000 (13:31 -0400)]
Use automake to install dependency libraries

The install line was using -t parameter which is not supported on OSX.
Instead, use automake DATA installation mechanism, this way we rely on
automake to generate portable scripts.

7 years agoUse a portable method to link against internal FFMPEG
Nicolas Dufresne [Thu, 11 May 2017 01:20:05 +0000 (21:20 -0400)]
Use a portable method to link against internal FFMPEG

In the last iteration, we kept the original method to link the shared
plugin and edited the .a and .la files so satisfy what cerbero needed.
Unfortunately, that required adding .a file into the archive which is
not allowed with iOS ar command for universal builds.

This patch uses standard method to link a static library. One of the
benefit is that it removes some libtool warning about portability.
For the static case, we implement an install hook that installs
FFMPEG internal .a files in the plugin directory (so it does not get
confused with a possible system FFMPEG. This makes the static plugin
usable without depending on cerbero recipe.

7 years agostatic: Update libgstlibav.lai too
Nicolas Dufresne [Wed, 10 May 2017 16:10:54 +0000 (12:10 -0400)]
static: Update libgstlibav.lai too

Libtool will produce libgstlibav.la and libgstlibav.lai (the installed
version). We need to edit at least the installed version for the final
linking of static application to work.

7 years agoSimplify and fix the static linking
Nicolas Dufresne [Wed, 10 May 2017 13:47:12 +0000 (09:47 -0400)]
Simplify and fix the static linking

Some libtool will endup removing the shared build when running a static
build. That had unwanted side effect. Rather then fighting libtool to
get to build each static and shared seperatly, let libtool build with
the LIBAV_DEPS added to LIBADD (list of libav*.a) and finally remove the
extra .a from the archive and fix the .la to what cerbero will expect.

7 years agolibav: Allow build both static dynamic plugins
Nicolas Dufresne [Mon, 8 May 2017 13:30:24 +0000 (09:30 -0400)]
libav: Allow build both static dynamic plugins

When building plugins with internal FFMPEG, we use different link
flags depending if it is static or shared. As we want to build both
static and dynamic plugins at once, rewrite the rules so we can
pass the right flags.

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

7 years agoBack to development
Sebastian Dröge [Thu, 4 May 2017 15:59:14 +0000 (18:59 +0300)]
Back to development

7 years agoRelease 1.12.0
Sebastian Dröge [Thu, 4 May 2017 12:39:47 +0000 (15:39 +0300)]
Release 1.12.0

7 years agoRelease 1.11.91
Sebastian Dröge [Thu, 27 Apr 2017 14:35:41 +0000 (17:35 +0300)]
Release 1.11.91

7 years agoAutomatic update of common submodule
Tim-Philipp Müller [Mon, 24 Apr 2017 19:30:15 +0000 (20:30 +0100)]
Automatic update of common submodule

From 60aeef6 to 48a5d85

7 years agoRevert "configure: Set the assembler used for libav to $CC"
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.

7 years agoconfigure: Remove usage of memalign_hack in ffmpeg
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

7 years agoavaudenc/dec: Blacklist more PCM decoders/encoders
Sebastian Dröge [Thu, 13 Apr 2017 12:23:45 +0000 (15:23 +0300)]
avaudenc/dec: Blacklist more PCM decoders/encoders

7 years agolibav: Update to ffmpeg n3.3
Sebastian Dröge [Thu, 13 Apr 2017 12:15:55 +0000 (15:15 +0300)]
libav: Update to ffmpeg n3.3

7 years agoAutomatic update of common submodule
Tim-Philipp Müller [Mon, 10 Apr 2017 22:50:55 +0000 (23:50 +0100)]
Automatic update of common submodule

From 39ac2f5 to 60aeef6

7 years agoRelease 1.11.90
Sebastian Dröge [Fri, 7 Apr 2017 13:34:46 +0000 (16:34 +0300)]
Release 1.11.90

7 years agoavvidenc: Fix compiler errors in the previous commit
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.

7 years agoavvidenc: Classify image encoders with "Image" instead of "Video"
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

7 years agoavcodecmap: Add mappings for I420/I422/Y444_12LE/BE and GBRA
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

7 years agoavcodecmap: Add GBR_12LE/BE and GBRA_12LE/BE pixel format mapping for CineForm decoder
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

7 years agoavvidenc: Add Stereo3D mapping
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

7 years agoavviddec: Map any stereo3D info to multiview modes
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

7 years agoavcodecmap: Add mapping for CineForm HD / CFHD codec
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

7 years agomeson: Update version
Sebastian Dröge [Fri, 24 Feb 2017 13:59:51 +0000 (15:59 +0200)]
meson: Update version

7 years agoBack to development
Sebastian Dröge [Fri, 24 Feb 2017 13:37:46 +0000 (15:37 +0200)]
Back to development

7 years agoRelease 1.11.2
Sebastian Dröge [Fri, 24 Feb 2017 13:07:59 +0000 (15:07 +0200)]
Release 1.11.2

7 years agomeson: dist meson build files
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.

7 years agolibav: Update to n3.2.4
Sebastian Dröge [Sun, 12 Feb 2017 19:48:20 +0000 (21:48 +0200)]
libav: Update to n3.2.4

7 years agolibav: Update to ffmpeg n3.2.3
Sebastian Dröge [Wed, 8 Feb 2017 14:11:23 +0000 (16:11 +0200)]
libav: Update to ffmpeg n3.2.3

7 years agoconfigure: Require building against at least ffmpeg 3.0
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

7 years agomeson: bump version
Tim-Philipp Müller [Fri, 13 Jan 2017 12:43:37 +0000 (12:43 +0000)]
meson: bump version

7 years agoBack to development
Sebastian Dröge [Thu, 12 Jan 2017 14:32:56 +0000 (16:32 +0200)]
Back to development

7 years agoRelease 1.11.1
Sebastian Dröge [Thu, 12 Jan 2017 14:11:31 +0000 (16:11 +0200)]
Release 1.11.1

7 years agoFix some caps leaks when creating pad templates
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

7 years agoReally remove generated .spec file
Tim-Philipp Müller [Fri, 16 Dec 2016 17:33:44 +0000 (17:33 +0000)]
Really remove generated .spec file

7 years agoRemove 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.

7 years agomeson: Support building without Gst debug
Thibault Saunier [Fri, 9 Dec 2016 20:42:36 +0000 (17:42 -0300)]
meson: Support building without Gst debug

7 years agolibav: Update to n3.2.2
Sebastian Dröge [Thu, 8 Dec 2016 14:13:49 +0000 (16:13 +0200)]
libav: Update to n3.2.2

7 years agoavcodecmap: Add mapping for Flash Screen2 codec
Sebastian Dröge [Sun, 4 Dec 2016 21:39:00 +0000 (23:39 +0200)]
avcodecmap: Add mapping for Flash Screen2 codec

7 years agoAutomatic update of common submodule
Edward Hervey [Sat, 3 Dec 2016 07:20:40 +0000 (08:20 +0100)]
Automatic update of common submodule

From f980fd9 to 39ac2f5

7 years agoavdemux: Disable GIF "demuxer"
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

7 years agoavprotocol: Don't use GST_LOG_OBJECT() and friends on an arbitrary struct that is...
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

7 years agolibav: Update to ffmpeg n3.2.1
Sebastian Dröge [Sat, 26 Nov 2016 12:00:39 +0000 (14:00 +0200)]
libav: Update to ffmpeg n3.2.1

7 years agolibav: Change ffmpeg submodule from GIT protocol to HTTPS
Sebastian Dröge [Sat, 26 Nov 2016 11:59:12 +0000 (13:59 +0200)]
libav: Change ffmpeg submodule from GIT protocol to HTTPS

7 years agocommon: use https protocol for common submodule
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

7 years agoDefine plugin license outside the call to PLUGIN_DEFINE
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.

7 years agomeson: Ignore spurious issues when building with msvc
Thibault Saunier [Wed, 23 Nov 2016 14:05:26 +0000 (06:05 -0800)]
meson: Ignore spurious issues when building with msvc

7 years agoProperly check if unistd.h is avalaible
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)

7 years agoavcodecmap: Add support for packed 32bit RGBx variants
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

7 years agoav: Enable IVF demuxer (and muxer)
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.

7 years agoavdemux: Map artist to artist tag
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

7 years agoavmux: blacklist fifo plugin
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

7 years agoavvidenc/dec: Disable more hardware encoder/decoders
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

7 years agoconfigure: fix target_os when cross-compiling for arm
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

7 years agoavviddec: Fix comment to say interlace-mode instead of interlaced-mode
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

7 years agoavcodecmap: It's interlace-mode, not interlaced-mode
Sebastian Dröge [Fri, 4 Nov 2016 14:22:07 +0000 (16:22 +0200)]
avcodecmap: It's interlace-mode, not interlaced-mode

7 years agomeson: Include libav dependency in FFmpeg check
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

7 years agoavcodecmap: Add variant to the ProRes caps
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

7 years agoavviddec: Use interlaced-mode=interleaved and set field-order if possible
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

7 years agoavcodecmap: Configure field order in the context if we can
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

7 years agoavvidenc: Set colorimetry information in the context if known
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

7 years agoavviddec: Set colorimetry information from the context if known
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

7 years agomeson: update version
Tim-Philipp Müller [Tue, 1 Nov 2016 18:11:42 +0000 (18:11 +0000)]
meson: update version

7 years agoavcodecmap: Add mapping for Opus audio decoder
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

7 years agoBack to development
Sebastian Dröge [Tue, 1 Nov 2016 16:53:15 +0000 (18:53 +0200)]
Back to development

7 years agoRelease 1.10.0
Sebastian Dröge [Tue, 1 Nov 2016 16:10:45 +0000 (18:10 +0200)]
Release 1.10.0

7 years agolibav: Update to ffmpeg n3.2
Tim-Philipp Müller [Fri, 28 Oct 2016 11:55:34 +0000 (12:55 +0100)]
libav: Update to ffmpeg n3.2

7 years agomeson: fix version
Tim-Philipp Müller [Thu, 27 Oct 2016 09:44:20 +0000 (10:44 +0100)]
meson: fix version

7 years agoavaudenc/dec: Allow compilation against ffmpeg < 3.2 again
Sebastian Dröge [Wed, 26 Oct 2016 20:29:18 +0000 (23:29 +0300)]
avaudenc/dec: Allow compilation against ffmpeg < 3.2 again

7 years agoavaudenc/dec: Ignore S64BE/LE pseudo-codecs
Sebastian Dröge [Wed, 26 Oct 2016 20:17:28 +0000 (23:17 +0300)]
avaudenc/dec: Ignore S64BE/LE pseudo-codecs

7 years agolibav: Update to ffmpeg 3.2 release branch
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.