platform/upstream/gstreamer.git
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

10 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.

10 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

10 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

10 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

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

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

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

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

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

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

10 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
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
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
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

10 years agoAutomatic update of common submodule
Sebastian Dröge [Wed, 21 May 2014 08:51:38 +0000 (10:51 +0200)]
Automatic update of common submodule

From 211fa5f to 1f5d3c3

10 years agompeg2dec: remove unused struct members
Tim-Philipp Müller [Fri, 16 May 2014 15:24:46 +0000 (16:24 +0100)]
mpeg2dec: remove unused struct members

10 years agortspreal: Fix some memory leaks in an error path
Sebastian Dröge [Fri, 16 May 2014 10:21:06 +0000 (12:21 +0200)]
rtspreal: Fix some memory leaks in an error path

CID 1212165.

10 years agompeg2dec: Release codec state on negotiation failures
Edward Hervey [Fri, 9 May 2014 12:54:54 +0000 (14:54 +0200)]
mpeg2dec: Release codec state on negotiation failures

Else it leaks

CID #1212169

10 years agoBack to development
Sebastian Dröge [Sat, 3 May 2014 18:48:37 +0000 (20:48 +0200)]
Back to development

10 years agoRelease 1.3.1
Sebastian Dröge [Sat, 3 May 2014 16:29:23 +0000 (18:29 +0200)]
Release 1.3.1

10 years agoUpdate .po files
Sebastian Dröge [Sat, 3 May 2014 16:21:01 +0000 (18:21 +0200)]
Update .po files

10 years agopo: Update translations
Sebastian Dröge [Sat, 3 May 2014 15:23:39 +0000 (17:23 +0200)]
po: Update translations

10 years agoAutomatic update of common submodule
Sebastian Dröge [Sat, 3 May 2014 08:15:28 +0000 (10:15 +0200)]
Automatic update of common submodule

From bcb1518 to 211fa5f

10 years agodocs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller [Sat, 26 Apr 2014 23:29:16 +0000 (00:29 +0100)]
docs: remove outdated and pointless 'Last reviewed' lines from docs

They are very confusing for people, and more often than not
also just not very accurate. Seeing 'last reviewed: 2005' in
your docs is not very confidence-inspiring. Let's just remove
those comments.

10 years agodvdsubdec: fix spurious rejection of 0 time offset commands
Vincent Penquerc'h [Thu, 10 Apr 2014 16:29:30 +0000 (17:29 +0100)]
dvdsubdec: fix spurious rejection of 0 time offset commands

Coverity 206168

10 years agodvdread: avoid intermediate promotion to signed
Vincent Penquerc'h [Thu, 10 Apr 2014 15:53:25 +0000 (16:53 +0100)]
dvdread: avoid intermediate promotion to signed

We should not reach the dangerous range here, though.

Coverity 206491, 206492, 1139856

10 years agompeg2dec: do not reset the whole video info when setting size
Vincent Penquerc'h [Fri, 17 Jan 2014 10:46:50 +0000 (10:46 +0000)]
mpeg2dec: do not reset the whole video info when setting size

New changes to gstvideo will reset all the video info state
when calling _set_format, overwriting what was previously set
in the preceding code.

The comment says the following code is meant to preserve the
pre-crop size, so let's just keep the size and related data
 as this does not seem to break anything else (this is what
the _set_format call would have set before the change that
reset all data, except the colorimetry).

10 years agoasfdemux: Fix payloads check
Edward Hervey [Thu, 3 Apr 2014 13:06:22 +0000 (15:06 +0200)]
asfdemux: Fix payloads check

Don't iterate stream->payloads if ... it doesn't exist

CID #1139846

10 years ago.gitignore: Ignore gcov intermediate files
Sebastian Rasmussen [Sun, 2 Mar 2014 04:11:10 +0000 (05:11 +0100)]
.gitignore: Ignore gcov intermediate files

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

10 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 28 Feb 2014 08:35:10 +0000 (09:35 +0100)]
Automatic update of common submodule

From fe1672e to bcb1518

10 years agoAutomatic update of common submodule
Stefan Sauer [Wed, 26 Feb 2014 21:12:50 +0000 (22:12 +0100)]
Automatic update of common submodule

From 1a07da9 to fe1672e

10 years agodocs: install prebuilt plugin docs if gtk-doc is disabled
Stefan Sauer [Wed, 26 Feb 2014 10:31:03 +0000 (11:31 +0100)]
docs: install prebuilt plugin docs if gtk-doc is disabled

Sync to the Makefile.am from gst-plugin-base where it is done right.
Fixes #725034

10 years agoxingmux: add muxer category and make element plugable
Stefan Sauer [Thu, 13 Feb 2014 08:39:04 +0000 (09:39 +0100)]
xingmux: add muxer category and make element plugable

This is required to make encodebin consider the element. Yet it is not enough to
have it plugged it has a lower priority than most mp3encoders and no different
caps.

10 years agox264enc: allow lossless compression (qp=0)
Dirk Van Haerenborgh [Mon, 24 Feb 2014 10:42:00 +0000 (11:42 +0100)]
x264enc: allow lossless compression (qp=0)

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

10 years agom4: Remove extra check for 11+ year old a52 release
Edward Hervey [Thu, 20 Feb 2014 20:08:08 +0000 (21:08 +0100)]
m4: Remove extra check for 11+ year old a52 release

You deserve a build failure if you still have that version

If someone wants to completely remove this m4 to replace it with the
generic AS_GST_CHECK_LIBHEADER() it would be appreciated.

10 years agom4: Fix multiple tests in AC_CHECK_A52DEC
Rico Tzschichholz [Wed, 19 Feb 2014 20:11:55 +0000 (21:11 +0100)]
m4: Fix multiple tests in AC_CHECK_A52DEC

10 years agoasfdemux: Remove unused function
Sebastian Dröge [Sun, 9 Feb 2014 22:41:36 +0000 (23:41 +0100)]
asfdemux: Remove unused function

10 years agocheck: Fix test location
Edward Hervey [Thu, 6 Feb 2014 18:22:47 +0000 (19:22 +0100)]
check: Fix test location

10 years agotests: Don't build disabled plugins' check tests
Sebastian Rasmussen [Mon, 3 Feb 2014 01:06:11 +0000 (02:06 +0100)]
tests: Don't build disabled plugins' check tests

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

10 years agoAutomatic update of common submodule
Edward Hervey [Thu, 30 Jan 2014 09:44:29 +0000 (10:44 +0100)]
Automatic update of common submodule

From d48bed3 to 1a07da9

10 years agoasfdemux: only add "format" field with fourcc to WMV caps
Tim-Philipp Müller [Fri, 3 Jan 2014 16:20:11 +0000 (16:20 +0000)]
asfdemux: only add "format" field with fourcc to WMV caps

Doesn't make sense for e.g. H264 or MJPEG.

10 years agoAutomatic update of common submodule
Tim-Philipp Müller [Sun, 22 Dec 2013 22:34:03 +0000 (22:34 +0000)]
Automatic update of common submodule

From dbedaa0 to d48bed3

10 years agopo: set gettext domain in Makevars so we don't have to patch the generated Makefile...
Tim-Philipp Müller [Sun, 22 Dec 2013 21:56:03 +0000 (21:56 +0000)]
po: set gettext domain in Makevars so we don't have to patch the generated Makefile.in.in

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

10 years agoamrwbdec: Remove some dead code
Sebastian Dröge [Thu, 5 Dec 2013 11:16:45 +0000 (12:16 +0100)]
amrwbdec: Remove some dead code

10 years agoamrnbdec: Remove some dead code
Sebastian Dröge [Thu, 5 Dec 2013 11:16:38 +0000 (12:16 +0100)]
amrnbdec: Remove some dead code

10 years agoamrnbdec: Use gst_audio_decoder_set_needs_format() instead of custom code
Sebastian Dröge [Thu, 5 Dec 2013 11:09:04 +0000 (12:09 +0100)]
amrnbdec: Use gst_audio_decoder_set_needs_format() instead of custom code

10 years agoamrwbdec: Use gst_audio_decoder_set_needs_format() instead of custom code
Sebastian Dröge [Thu, 5 Dec 2013 11:08:46 +0000 (12:08 +0100)]
amrwbdec: Use gst_audio_decoder_set_needs_format() instead of custom code

10 years agompeg2dec: Use new gst_video_decoder_set_needs_format() API
Sebastian Dröge [Thu, 5 Dec 2013 10:44:10 +0000 (11:44 +0100)]
mpeg2dec: Use new gst_video_decoder_set_needs_format() API

10 years agox264enc: fix compiler warning
Tim-Philipp Müller [Fri, 29 Nov 2013 15:51:49 +0000 (15:51 +0000)]
x264enc: fix compiler warning

Compiler warns rightly about possibly uninitialized variable.

10 years agox264enc: fix crash on NULL caps when negotiation happens without a downstream peer
Tim-Philipp Müller [Fri, 29 Nov 2013 15:49:29 +0000 (15:49 +0000)]
x264enc: fix crash on NULL caps when negotiation happens without a downstream peer

gst-launch-1.0 videotestsrc ! x264enc

10 years agompeg2dec: graceful degradation for badly parsed input
Mark Nauwelaerts [Mon, 11 Nov 2013 12:15:54 +0000 (13:15 +0100)]
mpeg2dec: graceful degradation for badly parsed input

10 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 5 Nov 2013 11:20:20 +0000 (11:20 +0000)]
Automatic update of common submodule

From 865aa20 to dbedaa0

10 years agoasfdemux: mo_size check bug fix. mo_size is not mandatory field.
HyeJin Choi [Tue, 22 Oct 2013 07:02:04 +0000 (16:02 +0900)]
asfdemux: mo_size check bug fix. mo_size is not mandatory field.

So, don't need to check previous payload's mo_size and current
payload's mo_size when merging it.

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

10 years agoasfdemux: Keep audio error checking fields only for audio
Thiago Santos [Tue, 22 Oct 2013 18:03:15 +0000 (15:03 -0300)]
asfdemux: Keep audio error checking fields only for audio

Video shouldn't need to be descrambled, this can cause frames data
to be corrupted

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

10 years agoasfdemux: really copy the buffer data
Thiago Santos [Tue, 22 Oct 2013 03:56:29 +0000 (00:56 -0300)]
asfdemux: really copy the buffer data

Pass the copy-memory flag to copy the memory for the output buffer,
otherwise we end with 0-sized buffers

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

10 years agox264enc: If FPS is available, set VFR to false
Michael Esemplare [Fri, 27 Sep 2013 15:05:25 +0000 (08:05 -0700)]
x264enc: If FPS is available, set VFR to false

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

10 years agoasfdemux: Only use segment.start as seek_time if it is relative
Thiago Santos [Tue, 24 Sep 2013 17:08:10 +0000 (10:08 -0700)]
asfdemux: Only use segment.start as seek_time if it is relative

Relying on the gst_segment_do_seek results for getting the
seeking time should not be used if seek type is SET because the
do_seek function makes the 'cur` position of the seek normalized
on the segment range. This means that seeking beyond the end of the
file might not result in instant EOS as it will end up seeking to
the final ts of the file.

In asf seeking to the final timestamp can lead to seeking to the last
keyframe, meaning a few seconds of video will still be played, which should
not be the desired behavior when seeking beyong file limits.

10 years agoasfdemux: Parse last simple index entry
Thiago Santos [Tue, 24 Sep 2013 17:07:25 +0000 (10:07 -0700)]
asfdemux: Parse last simple index entry

The entry size is fixed at 6, fix typo to finish parsing the index
correctly until the last sample

10 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 24 Sep 2013 17:32:31 +0000 (18:32 +0100)]
Automatic update of common submodule

From 6b03ba7 to 865aa20

10 years agoconfigure: Actually use 1.3.0.1 as version to make configure happy
Sebastian Dröge [Tue, 24 Sep 2013 13:05:36 +0000 (15:05 +0200)]
configure: Actually use 1.3.0.1 as version to make configure happy

10 years agoBack to development
Sebastian Dröge [Tue, 24 Sep 2013 13:00:30 +0000 (15:00 +0200)]
Back to development

10 years agoRelease 1.2.0
Sebastian Dröge [Tue, 24 Sep 2013 12:27:45 +0000 (14:27 +0200)]
Release 1.2.0

10 years agoUpdate .po files
Sebastian Dröge [Tue, 24 Sep 2013 12:27:39 +0000 (14:27 +0200)]
Update .po files

10 years agox264enc: Update the documentation to match the default profile used
Andoni Morales Alastruey [Wed, 18 Sep 2013 09:34:56 +0000 (11:34 +0200)]
x264enc: Update the documentation to match the default profile used

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

10 years agoAutomatic update of common submodule
Edward Hervey [Fri, 20 Sep 2013 14:17:31 +0000 (16:17 +0200)]
Automatic update of common submodule

From b613661 to 6b03ba7

10 years agoAutomatic update of common submodule
Tim-Philipp Müller [Thu, 19 Sep 2013 17:43:43 +0000 (18:43 +0100)]
Automatic update of common submodule

From 74a6857 to b613661

10 years agoAutomatic update of common submodule
Tim-Philipp Müller [Thu, 19 Sep 2013 16:36:25 +0000 (17:36 +0100)]
Automatic update of common submodule

From 098c0d7 to 74a6857

10 years agoBack to development
Sebastian Dröge [Thu, 19 Sep 2013 09:35:04 +0000 (11:35 +0200)]
Back to development

10 years agoRelease 1.1.90
Sebastian Dröge [Thu, 19 Sep 2013 08:50:32 +0000 (10:50 +0200)]
Release 1.1.90

10 years agoUpdate .po files
Sebastian Dröge [Thu, 19 Sep 2013 08:30:37 +0000 (10:30 +0200)]
Update .po files

10 years agopo: Update translations
Sebastian Dröge [Thu, 19 Sep 2013 07:45:55 +0000 (09:45 +0200)]
po: Update translations

10 years agox264enc: Implement getcaps that restricts the input format depending on the output...
Olivier Crête [Wed, 18 Sep 2013 23:13:45 +0000 (19:13 -0400)]
x264enc: Implement getcaps that restricts the input format depending on the output profile

Also add some x264enc profile tests

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

10 years agoasfdemux: fix playback regression in push mode
Matej Knopp [Mon, 16 Sep 2013 17:38:36 +0000 (19:38 +0200)]
asfdemux: fix playback regression in push mode

10 years agoasfdemux: remove unused variable
Thiago Santos [Tue, 10 Sep 2013 22:33:33 +0000 (19:33 -0300)]
asfdemux: remove unused variable

10 years agox264enc: Don't unref future state but the old one
Mathieu Duponchelle [Thu, 5 Sep 2013 20:56:48 +0000 (22:56 +0200)]
x264enc: Don't unref future state but the old one

Being silly will lead us nowhere.

10 years agox264enc: Check if we have an input state before using it
Sebastian Dröge [Wed, 4 Sep 2013 14:32:43 +0000 (16:32 +0200)]
x264enc: Check if we have an input state before using it

Flushing might happen before caps were set on the encoder,
which would lead to crashes here.

Thanks to Matej Knopp for analyzing this.

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

10 years agox264enc: fix unsigned comparison warning
Matej Knopp [Tue, 3 Sep 2013 18:28:35 +0000 (20:28 +0200)]
x264enc: fix unsigned comparison warning

10 years agoBack to development
Sebastian Dröge [Wed, 28 Aug 2013 11:27:05 +0000 (13:27 +0200)]
Back to development

10 years agoRelease 1.1.4
Sebastian Dröge [Wed, 28 Aug 2013 10:58:43 +0000 (12:58 +0200)]
Release 1.1.4

10 years agoUpdate .po files
Sebastian Dröge [Wed, 28 Aug 2013 10:58:37 +0000 (12:58 +0200)]
Update .po files

10 years agopo: update translations
Sebastian Dröge [Wed, 28 Aug 2013 10:32:37 +0000 (12:32 +0200)]
po: update translations

10 years agox264enc: log when we output a lower profile than requested
Tim-Philipp Müller [Tue, 27 Aug 2013 13:13:06 +0000 (14:13 +0100)]
x264enc: log when we output a lower profile than requested