platform/upstream/gst-plugins-ugly.git
9 years agoBack to development
Sebastian Dröge [Wed, 24 Jun 2015 22:04:19 +0000 (00:04 +0200)]
Back to development

9 years agoRelease 1.5.2
Sebastian Dröge [Wed, 24 Jun 2015 21:39:37 +0000 (23:39 +0200)]
Release 1.5.2

9 years agoUpdate .po files
Sebastian Dröge [Wed, 24 Jun 2015 21:14:52 +0000 (23:14 +0200)]
Update .po files

9 years agopo: Update translations
Sebastian Dröge [Wed, 24 Jun 2015 09:15:22 +0000 (11:15 +0200)]
po: Update translations

9 years agoasfdemux: Use gst_video_multiview_guess_half_aspect() function
Jan Schmidt [Mon, 15 Jun 2015 06:33:26 +0000 (16:33 +1000)]
asfdemux: Use gst_video_multiview_guess_half_aspect() function

Use gst_video_multiview_guess_half_aspect() to guess if frame-packed
stereoscopic video is full-frame per view or not.

9 years agoAutomatic update of common submodule
Nicolas Dufresne [Tue, 16 Jun 2015 21:49:05 +0000 (17:49 -0400)]
Automatic update of common submodule

From 6015d26 to f74b2df

9 years agox264enc: Use gst_video_encoder_set_min_pts
Matej Knopp [Wed, 26 Nov 2014 21:15:43 +0000 (22:15 +0100)]
x264enc: Use gst_video_encoder_set_min_pts

This method replace the manual adjustment of PTS and DTS to avoid
negative DTS issues. Using this method will also update the segment so
we don't loos sync.

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

9 years agoasfdemux: Add support for stereoscopic video metadata.
Jan Schmidt [Wed, 10 Jun 2015 04:28:05 +0000 (14:28 +1000)]
asfdemux: Add support for stereoscopic video metadata.

Add parsing of stereoscopic metadata, and place into the caps to
the decoder.

Fix parsing of Advanced Mutual Exclustion objects.

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

Based on a patch by HyeJin Choi <meeshel78@hotmail.com>

9 years agox264enc: Add support for stereoscopic video
Jan Schmidt [Sat, 4 Oct 2014 14:54:59 +0000 (00:54 +1000)]
x264enc: Add support for stereoscopic video

Provide new frame-packing property to directly set
x264enc frame packing, or pass through upstream settings

The explicit layout from the frame-packing property is
preferred over any info from the caps.

9 years agoxingmux: fix compiler warnings
Chris Clayton [Wed, 10 Jun 2015 14:32:44 +0000 (15:32 +0100)]
xingmux: fix compiler warnings

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

9 years agocruft: add the obsolete tmpl dir to cruft-dirs
Stefan Sauer [Tue, 9 Jun 2015 13:28:46 +0000 (15:28 +0200)]
cruft: add the obsolete tmpl dir to cruft-dirs

9 years agoAutomatic update of common submodule
Edward Hervey [Tue, 9 Jun 2015 09:30:34 +0000 (11:30 +0200)]
Automatic update of common submodule

From d9a3353 to 6015d26

9 years agoAutomatic update of common submodule
Stefan Sauer [Mon, 8 Jun 2015 21:08:11 +0000 (23:08 +0200)]
Automatic update of common submodule

From d37af32 to d9a3353

9 years agoAutomatic update of common submodule
Stefan Sauer [Sun, 7 Jun 2015 21:06:47 +0000 (23:06 +0200)]
Automatic update of common submodule

From 21ba2e5 to d37af32

9 years agoAutomatic update of common submodule
Stefan Sauer [Sun, 7 Jun 2015 15:32:12 +0000 (17:32 +0200)]
Automatic update of common submodule

From c408583 to 21ba2e5

9 years agodocs: remove variables that we define in the snippet from common
Stefan Sauer [Sun, 7 Jun 2015 15:02:31 +0000 (17:02 +0200)]
docs: remove variables that we define in the snippet from common

This is syncing our Makefile.am with upstream gtkdoc.

9 years agoAutomatic update of common submodule
Stefan Sauer [Sun, 7 Jun 2015 15:16:30 +0000 (17:16 +0200)]
Automatic update of common submodule

From d676993 to c408583

9 years agoBack to development
Sebastian Dröge [Sun, 7 Jun 2015 14:44:43 +0000 (16:44 +0200)]
Back to development

9 years agoRelease 1.5.1
Sebastian Dröge [Sun, 7 Jun 2015 09:05:29 +0000 (11:05 +0200)]
Release 1.5.1

9 years agoUpdate .po files
Sebastian Dröge [Sun, 7 Jun 2015 09:05:22 +0000 (11:05 +0200)]
Update .po files

9 years agopo: Update translations
Sebastian Dröge [Sun, 7 Jun 2015 07:36:00 +0000 (09:36 +0200)]
po: Update translations

9 years agocheck: Use GST_CHECK_MAIN () macro everywhere
Edward Hervey [Tue, 2 Jun 2015 14:31:10 +0000 (16:31 +0200)]
check: Use GST_CHECK_MAIN () macro everywhere

Makes source code smaller, and ensures we go through common initialization
path (like the one that sets up XML unit test output ...)

9 years agox264enc: don't artificially limit max allowed value of "threads" property
Tim-Philipp Müller [Tue, 26 May 2015 16:58:18 +0000 (17:58 +0100)]
x264enc: don't artificially limit max allowed value of "threads" property

In auto mode it will happily chose much higher values anyway,
and a limit of 4 seems a bit low these days.

9 years agodvdread: Also reset the first_seek var in start()
Jan Schmidt [Tue, 12 May 2015 12:05:02 +0000 (22:05 +1000)]
dvdread: Also reset the first_seek var in start()

Make the initial chapter seek work across reuse.

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

9 years agodvdread: Work around basesrc initial seek
Jan Schmidt [Tue, 12 May 2015 11:52:24 +0000 (21:52 +1000)]
dvdread: Work around basesrc initial seek

Ignore the initial seek basesrc sends, as it
breaks starting from another chapter by
immediately seeking back to the start of the title

9 years agodocs: update example pipelines in element docs
Tim-Philipp Müller [Sun, 10 May 2015 10:34:33 +0000 (11:34 +0100)]
docs: update example pipelines in element docs

Mostly gst-launch -> gst-launch-1.0, but also
use autoaudiosink/autovideosink in more places
and update pipelines a little or flesh out
descriptions.

9 years agoRename property enums from ARG_ to PROP_
Luis de Bethencourt [Mon, 27 Apr 2015 09:57:12 +0000 (10:57 +0100)]
Rename property enums from ARG_ to PROP_

Property enum items should be nameed PROP_ for consistency and readability.

9 years agoRemove obsolete Android build cruft
Tim-Philipp Müller [Sun, 26 Apr 2015 16:56:22 +0000 (17:56 +0100)]
Remove obsolete Android build cruft

This is not needed any longer.

9 years agorealmedia: remove unused enum item PROP_LAST
Luis de Bethencourt [Fri, 24 Apr 2015 16:05:20 +0000 (17:05 +0100)]
realmedia: remove unused enum item PROP_LAST

9 years agotests: define GST_CHECK_TEST_ENVIRONMENT_BEACON
Tim-Philipp Müller [Thu, 23 Apr 2015 15:23:01 +0000 (16:23 +0100)]
tests: define GST_CHECK_TEST_ENVIRONMENT_BEACON

Make sure the test environment is set up.

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

9 years agoconfigure: bump automake requirement to 1.14 and autoconf to 2.69
Tim-Philipp Müller [Thu, 23 Apr 2015 15:22:39 +0000 (16:22 +0100)]
configure: bump automake requirement to 1.14 and autoconf to 2.69

This is only required for builds from git, people can still
build tarballs if they only have older autotools.

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

9 years agoUpdate .gitignore
Tim-Philipp Müller [Thu, 23 Apr 2015 15:22:30 +0000 (16:22 +0100)]
Update .gitignore

9 years agoRemove LICENSE_readme
Sebastian Dröge [Wed, 22 Apr 2015 08:37:54 +0000 (10:37 +0200)]
Remove LICENSE_readme

It's completely outdated and just confusing, better if people are
forced to look at the actual code in question than trusting this file.

9 years agoRemove INSTALL file
Sebastian Dröge [Wed, 22 Apr 2015 08:37:43 +0000 (10:37 +0200)]
Remove INSTALL file

autotools automatically generate this, and when using different versions
for autogen.sh there will always be changes to a file tracked by git.

9 years agoasfdemux: fix a seek failure due to out-of-range in push mode
Cliff Han [Mon, 20 Apr 2015 05:35:30 +0000 (14:35 +0900)]
asfdemux: fix a seek failure due to out-of-range in push mode

A seek in push mode failed for big offsets which are beyond
the range of guint32.

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

9 years agotests: Use AM_TESTS_ENVIRONMENT
Edward Hervey [Wed, 8 Apr 2015 14:52:06 +0000 (16:52 +0200)]
tests: Use AM_TESTS_ENVIRONMENT

Needed by the new automake test runner

9 years agoAutomatic update of common submodule
Tim-Philipp Müller [Fri, 3 Apr 2015 17:58:03 +0000 (18:58 +0100)]
Automatic update of common submodule

From bc76a8b to c8fb372

9 years agoa52dec: fix race in liba52dec lookup table initialization
Vincent Penquerc'h [Thu, 2 Apr 2015 16:24:05 +0000 (17:24 +0100)]
a52dec: fix race in liba52dec lookup table initialization

a52_init initializes the IMDCT global state as well as creating
a new state. When two A52 decoders are created (eg, when two AC3
tracks are contained in a video), calls to a52_init may happen
at the same time, and the IMDCT initialization is not reentrant.

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

9 years agompeg2dec: fix buffer leak in crop_buffer()
Guillaume Desmottes [Fri, 27 Mar 2015 13:41:51 +0000 (14:41 +0100)]
mpeg2dec: fix buffer leak in crop_buffer()

gst_buffer_pool_acquire_buffer() gives us a new owned buffer while
gst_buffer_replace() reffed it as well so we were one reference extra.

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

9 years agormdemux: resurrect some flow return handling
Mark Nauwelaerts [Sat, 28 Mar 2015 15:58:26 +0000 (16:58 +0100)]
rmdemux: resurrect some flow return handling

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

9 years agoasfdemux: resurrect some flow return handling
Mark Nauwelaerts [Sat, 28 Mar 2015 15:57:06 +0000 (16:57 +0100)]
asfdemux: resurrect some flow return handling

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

9 years agompeg2dec: fix memory leak
Luis de Bethencourt [Tue, 24 Mar 2015 12:50:43 +0000 (12:50 +0000)]
mpeg2dec: fix memory leak

CID #1291630

9 years agompeg2dec: initialize buffer
Luis de Bethencourt [Tue, 24 Mar 2015 10:29:48 +0000 (10:29 +0000)]
mpeg2dec: initialize buffer

Buffer needs to be null before passing it to gst_buffer_pool_acquire_buffer()

CID #1291634

9 years agompeg2dec: Add stride support
Nicolas Dufresne [Fri, 13 Mar 2015 17:00:03 +0000 (17:00 +0000)]
mpeg2dec: Add stride support

This allow using external pools that have different strides from the
default. These strides need to respect certain rules, which we check
and if these are not met, we fallback to generic pool.

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

9 years agompeg2dec: Re-implement pool handling
Nicolas Dufresne [Tue, 10 Mar 2015 16:45:01 +0000 (16:45 +0000)]
mpeg2dec: Re-implement pool handling

This is a rewrite of the pool negotiation and configuration. Direct
to output decoding is now achieved by configuring the pool using
video-alignment. This removes copies when dealing with any elements that
supports VideoAlignment, and enable usage of generic video buffer pool,
XVImagePool and GLPool. It drops the crop meta implementation for now.

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

9 years agodvbsub: fix indentation
Tim-Philipp Müller [Tue, 10 Mar 2015 09:33:15 +0000 (09:33 +0000)]
dvbsub: fix indentation

9 years agoFix double semicolons
Tim-Philipp Müller [Tue, 10 Mar 2015 09:32:51 +0000 (09:32 +0000)]
Fix double semicolons

9 years agoRevert "mpeg2dec: Fix handling of stride"
Nicolas Dufresne [Mon, 9 Mar 2015 19:11:51 +0000 (19:11 +0000)]
Revert "mpeg2dec: Fix handling of stride"

This reverts commit f3e8dcb9de4d546e7d80ccc1754ed13dd4e7ac81.

9 years agoRevert "mpeg2dec: Use propose unref method for buffer"
Nicolas Dufresne [Mon, 9 Mar 2015 19:11:44 +0000 (19:11 +0000)]
Revert "mpeg2dec: Use propose unref method for buffer"

This reverts commit 63b43d3bee832aec353d02575da543f3c73f6893.

9 years agompeg2dec: Use propose unref method for buffer
Nicolas Dufresne [Mon, 9 Mar 2015 18:43:43 +0000 (18:43 +0000)]
mpeg2dec: Use propose unref method for buffer

9 years agompeg2dec: Fix handling of stride
Simon Farnsworth [Wed, 21 Jan 2015 18:29:22 +0000 (18:29 +0000)]
mpeg2dec: Fix handling of stride

A pipeline like:

gst-launch-1.0 filesrc location=file.ts ! tsdemux ! mpegvideoparse ! mpeg2dec  ! vaapisink

would look bad when file.ts contains 704x576 video, because vaapisink would
give you buffers of stride 768, but libmpeg2 was not told about this and
used a stride of 704.

Tell libmpeg2 about the stride from  downstream; in the process, teach it to
reject buffer pools that don't meet libmpeg2's chroma stride requirements

Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk>
9 years agoImprove and fix LATENCY query handling
Sebastian Dröge [Wed, 11 Feb 2015 12:56:48 +0000 (13:56 +0100)]
Improve and fix LATENCY query handling

This now follows the design docs everywhere, especially the maximum latency
handling.

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

9 years agox264enc: Don't set max latency to the same value as the encoder latency
Sebastian Dröge [Fri, 6 Feb 2015 18:04:32 +0000 (19:04 +0100)]
x264enc: Don't set max latency to the same value as the encoder latency

The meaning of the max latency is *not* the maximum latency this element will
introduce. It is the maximum latency this element can endure without
overflowing any buffers, which is infinite for x264enc.

Fixes latency configuration in zero latency mode, where max latency was
becoming 0... which usually won't work well if something else introduces
latency as then max < min in the end, and latency configuration just fails.

9 years agox264enc: set annexb=1 in byte stream mode when downstream has ANY caps
Vincent Penquerc'h [Mon, 2 Feb 2015 14:13:10 +0000 (14:13 +0000)]
x264enc: set annexb=1 in byte stream mode when downstream has ANY caps

This matches what is done when downstream caps are not ANY, and fixes
prerolling in byte stream mode when typefind is downstream.

9 years agoConstify some static arrays everywhere
Sebastian Dröge [Wed, 21 Jan 2015 08:56:41 +0000 (09:56 +0100)]
Constify some static arrays everywhere

9 years agoconfigure: remove non-ported plugins stuff
Tim-Philipp Müller [Sun, 18 Jan 2015 16:53:41 +0000 (16:53 +0000)]
configure: remove non-ported plugins stuff

It's not needed any longer, all plugins in -ugly
have been ported.

9 years agox264enc: Don't set an allocation maximum
Nicolas Dufresne [Sun, 18 Jan 2015 16:07:43 +0000 (11:07 -0500)]
x264enc: Don't set an allocation maximum

There is no reason x264enc should enforce a maximum allocation size.
The maximum is normally set by buffer pool which cannot grow, but we
don't offer a buffer pool. This would lead to stall when used with
element that don't implement allocation query.

Related to: https://bugzilla.gnome.org/show_bug.cgi?id=738302

9 years agoAutomatic update of common submodule
Stefan Sauer [Mon, 12 Jan 2015 15:10:45 +0000 (16:10 +0100)]
Automatic update of common submodule

From f2c6b95 to bc76a8b

9 years agoMAINTAINERS: Update my mail address
Sebastian Dröge [Mon, 22 Dec 2014 10:46:27 +0000 (11:46 +0100)]
MAINTAINERS: Update my mail address

9 years agoAutomatic update of common submodule
Sebastian Dröge [Thu, 18 Dec 2014 09:54:30 +0000 (10:54 +0100)]
Automatic update of common submodule

From ef1ffdc to f2c6b95

9 years agoAutomatic update of common submodule
Edward Hervey [Thu, 27 Nov 2014 16:11:30 +0000 (17:11 +0100)]
Automatic update of common submodule

From 7bb2bce to ef1ffdc

9 years agodvdlpcmdec: set channel positions using the appropriate API
Vincent Penquerc'h [Fri, 6 Jun 2014 12:59:57 +0000 (13:59 +0100)]
dvdlpcmdec: set channel positions using the appropriate API

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

9 years agoasfdemux: fix comment
Tim-Philipp Müller [Wed, 5 Nov 2014 23:34:56 +0000 (23:34 +0000)]
asfdemux: fix comment

9 years agoasfdemux: Send duration query upstream first
Edward Hervey [Wed, 5 Nov 2014 12:45:29 +0000 (13:45 +0100)]
asfdemux: Send duration query upstream first

An upstream element (like mms or some dlna source) might be able to
answer the query. Try that first, else fallback to standard logic

9 years agoasf: fix up file mode
Tim-Philipp Müller [Sun, 2 Nov 2014 17:31:05 +0000 (17:31 +0000)]
asf: fix up file mode

9 years agoAutomatic update of common submodule
Sebastian Dröge [Mon, 27 Oct 2014 16:58:14 +0000 (17:58 +0100)]
Automatic update of common submodule

From 84d06cd to 7bb2bce

9 years agotests: parallelise 'make check-valgrind'
Tim-Philipp Müller [Tue, 21 Oct 2014 18:46:03 +0000 (19:46 +0100)]
tests: parallelise 'make check-valgrind'

9 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 21 Oct 2014 12:02:03 +0000 (13:02 +0100)]
Automatic update of common submodule

From a8c8939 to 84d06cd

9 years agoAutomatic update of common submodule
Stefan Sauer [Tue, 21 Oct 2014 10:58:58 +0000 (12:58 +0200)]
Automatic update of common submodule

From 36388a1 to a8c8939

9 years agoasfdemux: first try to delegate TIME seek events upstream
Guillaume Desmottes [Fri, 22 Aug 2014 08:46:35 +0000 (10:46 +0200)]
asfdemux: first try to delegate TIME seek events upstream

We should give a chance to upstream to handle TIME seek events before trying
to handle it in asfdemux.

Fix a bug where fast backward seeks where discarded right away because they
were not supported by asfdemux.

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

9 years agoasfdemux: add ASF_OBJ_METADATA_LIBRARY_OBJECT
Guillaume Desmottes [Thu, 4 Sep 2014 14:57:02 +0000 (16:57 +0200)]
asfdemux: add ASF_OBJ_METADATA_LIBRARY_OBJECT

We can safely ignore those but best to claim to understand this object type so
we don't raise a warning.

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

9 years agoasfdemux: if video is h264, check the codec_data for bytestream data
Thiago Santos [Thu, 21 Aug 2014 15:09:23 +0000 (12:09 -0300)]
asfdemux: if video is h264, check the codec_data for bytestream data

For bytestream we don't want to expose it as codec_data but rather as
streamheader as it is not out-of-band data but data that should be
prepended to the beginning of the stream before the other buffers.

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

9 years agodocs: update for git master
Tim-Philipp Müller [Sun, 10 Aug 2014 18:13:10 +0000 (19:13 +0100)]
docs: update for git master

9 years agoasfdemux: simplify log statement
Thiago Santos [Wed, 6 Aug 2014 15:07:09 +0000 (12:07 -0300)]
asfdemux: simplify log statement

Use the GST_PTR_FORMAT to print the buffer

9 years agox264: fix colour inversion with YV12 format
Tim-Philipp Müller [Tue, 5 Aug 2014 18:47:26 +0000 (19:47 +0100)]
x264: fix colour inversion with YV12 format

It's the same as I420 but with the U/V planes swapped.

9 years agoMakefile: Add usage of build-checks step
Edward Hervey [Fri, 1 Aug 2014 08:37:44 +0000 (10:37 +0200)]
Makefile: Add usage of build-checks step

Allows building checks without running them

9 years agox264enc: Request buffers in allocation query
Nicolas Dufresne [Tue, 8 Jul 2014 20:45:45 +0000 (16:45 -0400)]
x264enc: Request buffers in allocation query

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

9 years agox264enc: Shift both PTS and DTS to ensure positive timestamp
Nicolas Dufresne [Sat, 7 Jun 2014 00:23:15 +0000 (20:23 -0400)]
x264enc: Shift both PTS and DTS to ensure positive timestamp

Currently we only shift DTS to compensate that we don't support negative
timestamp. This cause a problem that PTS is no longer >= DTS and may
make muxers live much harder. Instead, shift both PTS/DTS forward. Also
remove all the hack to handle this which seems the result of thinking libx264
is bugged.

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

9 years agoBack to development
Sebastian Dröge [Sat, 19 Jul 2014 16:04:46 +0000 (18:04 +0200)]
Back to development

9 years agoRelease 1.4.0 1.4.0
Sebastian Dröge [Sat, 19 Jul 2014 15:44:06 +0000 (17:44 +0200)]
Release 1.4.0

9 years agoUpdate .po files
Sebastian Dröge [Sat, 19 Jul 2014 14:50:04 +0000 (16:50 +0200)]
Update .po files

9 years agopo: Update translations
Sebastian Dröge [Sat, 19 Jul 2014 10:48:11 +0000 (12:48 +0200)]
po: Update translations

9 years agoRelease 1.3.91 1.3.91
Sebastian Dröge [Fri, 11 Jul 2014 09:44:28 +0000 (11:44 +0200)]
Release 1.3.91

9 years agoUpdate .po files
Sebastian Dröge [Fri, 11 Jul 2014 09:13:39 +0000 (11:13 +0200)]
Update .po files

9 years agopo: Update translations
Sebastian Dröge [Fri, 11 Jul 2014 06:53:12 +0000 (08:53 +0200)]
po: Update translations

10 years agorademux: Print invalid fourcc in error message in hex
Sebastian Rasmussen [Fri, 4 Jul 2014 01:22:00 +0000 (03:22 +0200)]
rademux: Print invalid fourcc in error message in hex

Previously this was printed as characters which caused later processing
of the error message to sometimes warn about non-UTF-8 characters.

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

10 years agoRelease 1.3.90 1.3.90
Sebastian Dröge [Sat, 28 Jun 2014 09:39:14 +0000 (11:39 +0200)]
Release 1.3.90

10 years agoUpdate .po files
Sebastian Dröge [Sat, 28 Jun 2014 09:39:01 +0000 (11:39 +0200)]
Update .po files

10 years agoIgnore autotools test-driver temp files from 'make check'
Tim-Philipp Müller [Sun, 22 Jun 2014 20:48:28 +0000 (21:48 +0100)]
Ignore autotools test-driver temp files from 'make check'

10 years agoBack to development
Sebastian Dröge [Sun, 22 Jun 2014 17:36:14 +0000 (19:36 +0200)]
Back to development

10 years agoRelease 1.3.3 1.3.3
Sebastian Dröge [Sun, 22 Jun 2014 16:13:53 +0000 (18:13 +0200)]
Release 1.3.3

10 years agoUpdate .po files
Sebastian Dröge [Sun, 22 Jun 2014 15:40:40 +0000 (17:40 +0200)]
Update .po files

10 years agopo: Update translations
Sebastian Dröge [Sun, 22 Jun 2014 12:25:18 +0000 (14:25 +0200)]
po: Update translations

10 years agormdemux: use GstFlowCombiner
Thiago Santos [Mon, 26 May 2014 20:55:43 +0000 (17:55 -0300)]
rmdemux: use GstFlowCombiner

Removes flow return combination code to use the newly added GstFlowCombiner

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

10 years agoasfdemux: use GstFlowCombiner
Thiago Santos [Fri, 23 May 2014 21:17:11 +0000 (18:17 -0300)]
asfdemux: use GstFlowCombiner

Removes flow return combination code to use the newly added GstFlowCombiner

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

10 years agox264enc: fix caps leak in set_format()
Aurélien Zanelli [Wed, 28 May 2014 07:49:59 +0000 (09:49 +0200)]
x264enc: fix caps leak in set_format()

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

10 years agoasfdemux: Handle initial 0 timestamp that should have been -1
Matej Knopp [Sun, 1 Dec 2013 19:53:03 +0000 (20:53 +0100)]
asfdemux: Handle initial 0 timestamp that should have been -1

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

10 years agoBack to development
Sebastian Dröge [Wed, 21 May 2014 11:23:33 +0000 (13:23 +0200)]
Back to development

10 years agoRelease 1.3.2 1.3.2
Sebastian Dröge [Wed, 21 May 2014 11:06:35 +0000 (13:06 +0200)]
Release 1.3.2

10 years agoUpdate .po files
Sebastian Dröge [Wed, 21 May 2014 10:53:52 +0000 (12:53 +0200)]
Update .po files