platform/upstream/gst-plugins-ugly.git
7 years agoRename plugin filenames to match plugin names
Nicolas Dufresne [Sat, 4 Mar 2017 16:09:33 +0000 (11:09 -0500)]
Rename plugin filenames to match plugin names

libgstrmdemux.so becomes libgstrealmedia.so

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

7 years agompeg2dec: Fix latency calculation
Jan Schmidt [Wed, 1 Mar 2017 12:00:55 +0000 (23:00 +1100)]
mpeg2dec: Fix latency calculation

The latency calculation was missing a scaling by GST_SECOND,
so it would always report a tiny latency. Fix that.

Spotted by Guillaume Desmottes.

7 years agoasfdemux: Fix compilation with gcc 7
Sebastian Dröge [Mon, 27 Feb 2017 18:55:34 +0000 (20:55 +0200)]
asfdemux: Fix compilation with gcc 7

gstasfdemux.c: In function 'gst_asf_demux_parse_stream_object':
gstasfdemux.c:3001:39: error: '<<' in boolean context, did you mean '<' ? [-Werror=int-in-bool-context]
   is_encrypted = ! !((flags & 0x8000) << 15);
                     ~~~~~~~~~~~~~~~~~~^~~~~~

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

7 years agoUpdate Edgard Lima's email
Edgard Lima [Sun, 26 Feb 2017 00:48:46 +0000 (21:48 -0300)]
Update Edgard Lima's email

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

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

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

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

7 years agoUpdate .po files
Sebastian Dröge [Fri, 24 Feb 2017 10:57:00 +0000 (12:57 +0200)]
Update .po files

7 years agopo: Update translations
Sebastian Dröge [Fri, 24 Feb 2017 10:45:43 +0000 (12:45 +0200)]
po: Update translations

7 years agomeson: dist meson build files
Tim-Philipp Müller [Tue, 14 Feb 2017 19:56:13 +0000 (19:56 +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 agox264: Initialize function vtable in plugin_init()
Nirbheek Chauhan [Tue, 31 Jan 2017 21:38:10 +0000 (03:08 +0530)]
x264: Initialize function vtable in plugin_init()

These values are defined in the x264.h header and are not const on
Windows due to the way DLLs work. See:
https://msdn.microsoft.com/en-us/library/619w14ds.aspx
https://msdn.microsoft.com/en-us/library/zw3za17w.aspx

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

7 years agoasfdemux: Check that we have enough data available before parsing bool/uint extended...
Sebastian Dröge [Tue, 31 Jan 2017 11:50:21 +0000 (13:50 +0200)]
asfdemux: Check that we have enough data available before parsing bool/uint extended content descriptors

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

7 years agoasfdemux: Reset number of languages to 0 when freeing the array because of errors
Sebastian Dröge [Mon, 30 Jan 2017 13:39:59 +0000 (15:39 +0200)]
asfdemux: Reset number of languages to 0 when freeing the array because of errors

Otherwise we will happily index into the array at NULL if the requested
index is smaller than the number of languages that were previously
allocated.

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

7 years agomeson: Properly use ':' for defining keywords
Thibault Saunier [Tue, 24 Jan 2017 22:24:10 +0000 (19:24 -0300)]
meson: Properly use ':' for defining keywords

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

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

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

7 years agoUpdate .po files
Sebastian Dröge [Thu, 12 Jan 2017 12:45:56 +0000 (14:45 +0200)]
Update .po files

7 years agopo: Update translations
Sebastian Dröge [Thu, 12 Jan 2017 12:37:02 +0000 (14:37 +0200)]
po: Update translations

7 years agomeson: Install presets files
Thibault Saunier [Fri, 16 Dec 2016 19:52:00 +0000 (16:52 -0300)]
meson: Install presets files

7 years agox264enc: Add a youtube preset.
Mathieu Duponchelle [Fri, 26 Jun 2015 18:22:47 +0000 (20:22 +0200)]
x264enc: Add a youtube preset.

Based on https://support.google.com/youtube/answer/1722171

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

7 years agomad: remove plugin
Tim-Philipp Müller [Wed, 28 Dec 2016 10:42:15 +0000 (10:42 +0000)]
mad: remove plugin

We have better replacements such as the mpg123 plugin.
The main reason to keep around mad was for 'freeform'
mp3 support, but mpg123 can handle those too nowadays.
Also, mad is GPL and has been unmaintained for years.

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

7 years agowin32: remove platform-specific copies of generated headers
Tim-Philipp Müller [Fri, 16 Dec 2016 19:07:51 +0000 (19:07 +0000)]
win32: remove platform-specific copies of generated headers

Unused and no longer needed.

7 years agoRemove generated .spec file
Tim-Philipp Müller [Wed, 14 Dec 2016 10:24:26 +0000 (10:24 +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:45:34 +0000 (17:45 -0300)]
meson: Support building without Gst debug

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

From f980fd9 to 39ac2f5

7 years agoasfdemux: Fix memory leak of payload extensions for unusable/unsupported streams
Sebastian Dröge [Fri, 2 Dec 2016 12:06:21 +0000 (14:06 +0200)]
asfdemux: Fix memory leak of payload extensions for unusable/unsupported streams

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

7 years agox264enc: Add information for mixed mode
Vivia Nikolaidou [Wed, 30 Nov 2016 16:11:30 +0000 (18:11 +0200)]
x264enc: Add information for mixed mode

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

7 years agox264enc: Correctly pass interlacing/TFF information
Vivia Nikolaidou [Wed, 30 Nov 2016 15:30:33 +0000 (17:30 +0200)]
x264enc: Correctly pass interlacing/TFF information

Give the interlacing information correctly to the encoder. Also parse
TFF/BFF information from the caps and pass it too.

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

7 years agox264enc: Auto-detect interlace mode from caps
Vivia Nikolaidou [Mon, 28 Nov 2016 13:14:18 +0000 (15:14 +0200)]
x264enc: Auto-detect interlace mode from caps

If the caps are interlaced, interlacing is always enabled on the
encoder. If the interlace-mode field is missing or if it's progressive,
the encoder uses the "interlaced" property.

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

7 years agocommon: use https protocol for common submodule
Tim-Philipp Müller [Sat, 26 Nov 2016 11:20:51 +0000 (11:20 +0000)]
common: use https protocol for common submodule

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

7 years agoreal: Fix compiler warnings with latest clang
Sebastian Dröge [Fri, 25 Nov 2016 21:51:00 +0000 (23:51 +0200)]
real: Fix compiler warnings with latest clang

realhash.c:295:11: error: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Werror,-Wconstant-conversion]
  *buf1 = 128;
        ~ ^~~

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

7 years agoasfdemux: Allow 64bit sizes for DATA object
Edward Hervey [Fri, 25 Nov 2016 11:41:03 +0000 (12:41 +0100)]
asfdemux: Allow 64bit sizes for DATA object

we *can* have files greater than 4GB, any other object should be
smaller than that

7 years agoasfdemux: Add sanity check for asf_stream_audio
Edward Hervey [Fri, 25 Nov 2016 09:07:35 +0000 (10:07 +0100)]
asfdemux: Add sanity check for asf_stream_audio

We should have enough bytes for the specified codec_data

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

7 years agoasfdemux: Add sanity checks when reading asf_stream_video_format
Edward Hervey [Fri, 25 Nov 2016 08:45:04 +0000 (09:45 +0100)]
asfdemux: Add sanity checks when reading asf_stream_video_format

It should report a size of at least 40 bytes
Also check for the size of the remaining data (i.e. codec_data)

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

7 years agoasfdemux: Add check for invalid/corrupt asf object
Edward Hervey [Fri, 25 Nov 2016 08:44:05 +0000 (09:44 +0100)]
asfdemux: Add check for invalid/corrupt asf object

An asf object can't realistically be bigger than 2**32 bytes.

If it reports a size bigger than that, consider it corrupt and properly
propagate the error back.

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

7 years agoasfdemux: Handle EOS in push-mode on corrupted files
Edward Hervey [Tue, 22 Nov 2016 16:14:44 +0000 (17:14 +0100)]
asfdemux: Handle EOS in push-mode on corrupted files

It is possible no streams were activated when receiving EOS, if so
handled it as if we hadn't seen the header

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

7 years agoasfdemux: FILE headers are mandatory in the header
Edward Hervey [Tue, 22 Nov 2016 15:56:04 +0000 (16:56 +0100)]
asfdemux: FILE headers are mandatory in the header

As per the specification, also avoids ending up trying to play a
file with plenty of un-initialized values.

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

7 years agoasfdemux: Handle incomplete header in pull mode
Edward Hervey [Tue, 22 Nov 2016 15:54:26 +0000 (16:54 +0100)]
asfdemux: Handle incomplete header in pull mode

pulling headers is meant to complete as a whole. If we don't have
enough data, it's an error.

Avoids pipeline hangs on corrupted files

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

7 years agoasfdemux: Handle issues with "empty" files
Edward Hervey [Tue, 22 Nov 2016 15:22:49 +0000 (16:22 +0100)]
asfdemux: Handle issues with "empty" files

In some corrupted files, we could end up with no actual streams
being exposed.

In those cases, make sure we properly propagate the failure all
the way to the loop function. This avoids ending up in cases where
we are neither EOS'd nor ERROR'd out from a pipeline point of view.

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

7 years agodvdreadsrc: dvd-spu-clut-change is a sticky custom event
Mark Nauwelaerts [Sun, 20 Nov 2016 19:54:25 +0000 (20:54 +0100)]
dvdreadsrc: dvd-spu-clut-change is a sticky custom event

7 years agomeson: Add ignored warnings for MSVC
Scott D Phillips [Fri, 18 Nov 2016 01:20:03 +0000 (17:20 -0800)]
meson: Add ignored warnings for MSVC

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

7 years agox264enc: Add configure parameter to specify additional x264 libraries with e.g. diffe...
Sebastian Dröge [Fri, 11 Nov 2016 12:15:17 +0000 (14:15 +0200)]
x264enc: Add configure parameter to specify additional x264 libraries with e.g. different depth configuration

x264 has to be compiled specifically for a target bit depth.
Distributions currently ship various libraries in their packages, with
different bit depths.

This change now allows to provide them all at configure time and have
the x264enc element dynamically switch between them based on the bit
depth of the input format.

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

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

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:05:31 +0000 (18:05 +0200)]
Release 1.10.0

7 years agoUpdate .po files
Sebastian Dröge [Tue, 1 Nov 2016 15:54:16 +0000 (17:54 +0200)]
Update .po files

7 years agopo: Update translations
Sebastian Dröge [Tue, 1 Nov 2016 15:43:01 +0000 (17:43 +0200)]
po: Update translations

7 years agomeson: Don't depend on gstreamer-check-1.0 on windows
Scott D Phillips [Tue, 25 Oct 2016 15:54:52 +0000 (08:54 -0700)]
meson: Don't depend on gstreamer-check-1.0 on windows

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

7 years agoRevert "meson: move gstreamer-check-1.0 dependency to tests/check"
Nirbheek Chauhan [Tue, 25 Oct 2016 05:21:08 +0000 (10:51 +0530)]
Revert "meson: move gstreamer-check-1.0 dependency to tests/check"

This reverts commit 0555c09607e548b6c45d029ab31dbb3042195ae3.

Does not actually work. See:
https://bugzilla.gnome.org/show_bug.cgi?id=773114#c31

7 years agomeson: fix build outside of gst-all
Tim-Philipp Müller [Sun, 23 Oct 2016 23:35:23 +0000 (00:35 +0100)]
meson: fix build outside of gst-all

7 years agomeson: move gstreamer-check-1.0 dependency to tests/check
Scott D Phillips [Fri, 21 Oct 2016 07:47:14 +0000 (00:47 -0700)]
meson: move gstreamer-check-1.0 dependency to tests/check

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

7 years agomeson: Don't set c_std to gnu99
Nirbheek Chauhan [Sat, 15 Oct 2016 16:50:05 +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.

7 years agomeson: Make use of new environment object and set plugin path to builddir
Thibault Saunier [Tue, 4 Oct 2016 21:06:09 +0000 (18:06 -0300)]
meson: Make use of new environment object and set plugin path to builddir

Workaround source_root being the root directory of all projects
in the subproject case and remove now unneeded getpluginsdir

Bump meson requirement to 0.35

7 years agomeson: Setup pre commit hook and fix getpluginsdir for standalone case
Thibault Saunier [Fri, 30 Sep 2016 14:35:40 +0000 (11:35 -0300)]
meson: Setup pre commit hook and fix getpluginsdir for standalone case

7 years agomeson: update version
Tim-Philipp Müller [Fri, 30 Sep 2016 10:41:28 +0000 (11:41 +0100)]
meson: update version

7 years agoRelease 1.9.90
Sebastian Dröge [Fri, 30 Sep 2016 10:03:26 +0000 (13:03 +0300)]
Release 1.9.90

7 years agoUpdate .po files
Sebastian Dröge [Fri, 30 Sep 2016 09:23:17 +0000 (12:23 +0300)]
Update .po files

7 years agopo: Update translations
Sebastian Dröge [Fri, 30 Sep 2016 08:44:22 +0000 (11:44 +0300)]
po: Update translations

7 years agox264enc: Set colorimetry and chroma-site information
Sebastian Dröge [Thu, 29 Sep 2016 09:39:34 +0000 (12:39 +0300)]
x264enc: Set colorimetry and chroma-site information

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

7 years agomeson: hook up translations
Tim-Philipp Müller [Sat, 24 Sep 2016 08:08:00 +0000 (09:08 +0100)]
meson: hook up translations

7 years agomeson: hook up unit tests
Tim-Philipp Müller [Sat, 24 Sep 2016 07:59:55 +0000 (08:59 +0100)]
meson: hook up unit tests

7 years agoconfigure: Depend on gstreamer 1.9.2.1
Sebastian Dröge [Wed, 14 Sep 2016 09:30:58 +0000 (11:30 +0200)]
configure: Depend on gstreamer 1.9.2.1

7 years agoAutomatic update of common submodule
Jan Schmidt [Sat, 10 Sep 2016 10:51:36 +0000 (20:51 +1000)]
Automatic update of common submodule

From b18d820 to f980fd9

7 years agoAutomatic update of common submodule
Jan Schmidt [Fri, 9 Sep 2016 23:54:15 +0000 (09:54 +1000)]
Automatic update of common submodule

From f49c55e to b18d820

7 years agomeson: Bump version to 1.9.2
Thibault Saunier [Mon, 5 Sep 2016 15:22:56 +0000 (12:22 -0300)]
meson: Bump version to 1.9.2

7 years agoBack to development
Sebastian Dröge [Thu, 1 Sep 2016 09:28:57 +0000 (12:28 +0300)]
Back to development

7 years agoRelease 1.9.2
Sebastian Dröge [Thu, 1 Sep 2016 09:28:45 +0000 (12:28 +0300)]
Release 1.9.2

7 years agopo: Update translations
Sebastian Dröge [Thu, 1 Sep 2016 08:24:13 +0000 (11:24 +0300)]
po: Update translations

7 years agosiddec: Fix compilation with debugging disabled
Sebastian Dröge [Thu, 1 Sep 2016 07:57:46 +0000 (10:57 +0300)]
siddec: Fix compilation with debugging disabled

gstsiddec.o
gstsiddec.cc: In function ‘void play_loop(GstPad*)’:
gstsiddec.cc:446:18: error: unused variable ‘reason’ [-Werror=unused-variable]
     const gchar *reason = gst_flow_get_name (ret);
                  ^

7 years agoUse the new API to post flow ERROR messages on the bus
Thibault Saunier [Fri, 19 Aug 2016 18:11:14 +0000 (11:11 -0700)]
Use the new API to post flow ERROR messages on the bus

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

7 years agomeson: Link asfdemux against the gstsdp library
Thibault Saunier [Wed, 24 Aug 2016 12:45:05 +0000 (09:45 -0300)]
meson: Link asfdemux against the gstsdp library

7 years agomeson: Add support for fallback subprojects
Thibault Saunier [Tue, 23 Aug 2016 18:29:10 +0000 (15:29 -0300)]
meson: Add support for fallback subprojects

7 years agoAdd support for Meson as alternative/parallel build system
Nirbheek Chauhan [Fri, 12 Aug 2016 15:55:34 +0000 (21:25 +0530)]
Add support for Meson as alternative/parallel build system

https://github.com/mesonbuild/meson

With contributions from:

Tim-Philipp Müller <tim@centricular.com>
Jussi Pakkanen <jpakkane@gmail.com> (original port)

Highlights of the features provided are:
* Faster builds on Linux (~40-50% faster)
* The ability to build with MSVC on Windows
* Generate Visual Studio project files
* Generate XCode project files
* Much faster builds on Windows (on-par with Linux)
* Seriously fast configure and building on embedded

... and many more. For more details see:

http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html
http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html

Building with Meson should work on both Linux and Windows, but may
need a few more tweaks on other operating systems.

7 years agoplugins: Use <stdint.h> instead of _stdint.h
Nirbheek Chauhan [Fri, 12 Aug 2016 16:11:39 +0000 (21:41 +0530)]
plugins: Use <stdint.h> instead of _stdint.h

_stdint.h is generated by Autotools and we don't really need it. All
supported platforms now ship with stdint.h. The only stickler was MSVC,
and since Visual Studio 2015 it also ships stdint.h now.

7 years agompeg2dec: remove file no longer used or needed
Tim-Philipp Müller [Fri, 19 Aug 2016 12:01:39 +0000 (13:01 +0100)]
mpeg2dec: remove file no longer used or needed

7 years agodvdlpcmdec: add libgstbase CFLAGS as well
Tim-Philipp Müller [Mon, 8 Aug 2016 08:58:20 +0000 (09:58 +0100)]
dvdlpcmdec: add libgstbase CFLAGS as well

For consistency.

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

7 years agodvdlpcmdec: link libgstbase-1.0
xlazom00 [Sun, 7 Aug 2016 00:10:24 +0000 (00:10 +0000)]
dvdlpcmdec: link libgstbase-1.0

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

7 years agoasfdemux: Add byte rate based bitrate tag in case there are no audio props
Carlos Rafael Giani [Tue, 2 Aug 2016 11:38:25 +0000 (13:38 +0200)]
asfdemux: Add byte rate based bitrate tag in case there are no audio props

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

7 years agodvdlpcmdec: add support for another format
Michael Olbrich [Thu, 28 Apr 2016 14:42:43 +0000 (16:42 +0200)]
dvdlpcmdec: add support for another format

The format specification can be found here:
http://www.dvdforum.org/images/Guideline1394V10R0_20020911.pdf

Note: This format is also used for Wifi-Display.

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

7 years agodvdlpcmdec: rewrite to use GstAudioDecoder
Michael Olbrich [Thu, 28 Apr 2016 14:32:53 +0000 (16:32 +0200)]
dvdlpcmdec: rewrite to use GstAudioDecoder

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

7 years agosidplay: fix compiler warnings when building with -O3
Josep Torra [Sun, 24 Jul 2016 08:00:48 +0000 (10:00 +0200)]
sidplay: fix compiler warnings when building with -O3

Avoid compiler warnings "‘foo’ may be used uninitialized in this
function" when building with -O3 by checking the return bool value
of format conversion function.

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

7 years agoAutomatic update of common submodule
Stefan Sauer [Mon, 11 Jul 2016 19:14:06 +0000 (21:14 +0200)]
Automatic update of common submodule

From f363b32 to f49c55e

7 years agoBack to development
Sebastian Dröge [Wed, 6 Jul 2016 10:51:09 +0000 (13:51 +0300)]
Back to development

7 years agoRelease 1.9.1
Sebastian Dröge [Wed, 6 Jul 2016 10:15:28 +0000 (13:15 +0300)]
Release 1.9.1

7 years agoUpdate .po files
Sebastian Dröge [Wed, 6 Jul 2016 08:54:01 +0000 (11:54 +0300)]
Update .po files

7 years agopo: Update translations
Sebastian Dröge [Wed, 6 Jul 2016 07:19:44 +0000 (10:19 +0300)]
po: Update translations

7 years agoAutomatic update of common submodule
Nicolas Dufresne [Tue, 21 Jun 2016 15:46:53 +0000 (11:46 -0400)]
Automatic update of common submodule

From ac2f647 to f363b32

8 years agoasfdemux: fix seeking back after EOS has been reached in push mode
Vootele Vesterblom [Tue, 12 May 2015 08:08:55 +0000 (11:08 +0300)]
asfdemux: fix seeking back after EOS has been reached in push mode

Fix seeking when demuxer is in INDEX state. This happens when we
reached the end of the stream. It should still be possible to do
a flushing seek and seek back to any other position though. Instead
the demuxer would just go straight to EOS again instead of going
back to processing packets again from the new position.

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

8 years agordtmanager: fix clock leak
Guillaume Desmottes [Tue, 17 May 2016 13:00:29 +0000 (16:00 +0300)]
rdtmanager: fix clock leak

The clock returned by gst_system_clock_obtain() was never unreffed.

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

8 years agodocs: Update for git master
Sebastian Dröge [Sun, 15 May 2016 10:33:30 +0000 (13:33 +0300)]
docs: Update for git master

8 years agoamrnbec, mad: fix two more parse function declarations
Tim-Philipp Müller [Sat, 16 Apr 2016 08:15:43 +0000 (09:15 +0100)]
amrnbec, mad: fix two more parse function declarations

8 years agoa52dec, amrwbec: fix parse function declaration mismatch
Tim-Philipp Müller [Fri, 15 Apr 2016 19:46:37 +0000 (20:46 +0100)]
a52dec, amrwbec: fix parse function declaration mismatch

Fixes MSVC compiler warning:

amrwbdec.c(99): warning C4133: '=': incompatible types
- from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to
  'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)'
gsta52dec.c(156): warning C4133: '=': incompatible types
- from 'gboolean (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)' to
  'GstFlowReturn (__cdecl *)(GstAudioDecoder *,GstAdapter *,gint *,gint *)'

8 years agompg123: fix build with msvc
Tim-Philipp Müller [Fri, 15 Apr 2016 18:55:03 +0000 (19:55 +0100)]
mpg123: fix build with msvc

Fix syntax errors when compiling against cerbero-provided libmpg123
headers. We do the same as the libmpg123 internal visual studio
build here.

mpg123.h(1378): error C2143: syntax error: missing ')' before '('
mpg123.h(1378): error C2081: 'ssize_t': name in formal parameter list illegal
mpg123.h(1378): error C2143: syntax error: missing ')' before '*'
mpg123.h(1378): error C2091: function returns function
mpg123.h(1378): error C2143: syntax error: missing '{' before '*'
mpg123.h(1378): error C2059: syntax error: ')'
mpg123.h(1379): error C2143: syntax error: missing ')' before '*'
mpg123.h(1379): error C2365: 'off_t': redefinition; previous definition was 'typedef'
...

8 years agompeg2dec: bump libmpeg2 requirement to 0.5.1 and fix msvc build
Tim-Philipp Müller [Fri, 15 Apr 2016 17:37:42 +0000 (18:37 +0100)]
mpeg2dec: bump libmpeg2 requirement to 0.5.1 and fix msvc build

libmpeg2 0.5.1 was released in mid-2008, let's bump the requirement
and get rid of version-dependent code paths. There's still
avdec_mpeg2video for those who are stuck on ancient distros which
we don't target any more.

Also fixes build with MSVC, which doesn't like #if #else #endif
inside macro arguments (like the GST_DEBUG_OBJECT in line 941).

8 years agoAutomatic update of common submodule
Julien Isorce [Thu, 14 Apr 2016 09:02:50 +0000 (10:02 +0100)]
Automatic update of common submodule

From 6f2d209 to ac2f647

8 years agougly: use new gst_element_class_add_static_pad_template()
Vineeth TM [Fri, 4 Mar 2016 07:14:44 +0000 (16:14 +0900)]
ugly: use new gst_element_class_add_static_pad_template()

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

8 years agoBack to development
Sebastian Dröge [Thu, 24 Mar 2016 11:33:22 +0000 (13:33 +0200)]
Back to development

8 years agoRelease 1.8.0
Sebastian Dröge [Thu, 24 Mar 2016 10:43:04 +0000 (12:43 +0200)]
Release 1.8.0

8 years agoUpdate .po files
Sebastian Dröge [Thu, 24 Mar 2016 10:18:09 +0000 (12:18 +0200)]
Update .po files