Edward Hervey [Tue, 8 Mar 2016 11:26:01 +0000 (12:26 +0100)]
asfdemux: Don't modify segment values on accurate seeks
When dealing with accurate seeks, we want to return exactly the segment
that was requested by the seek event, and not adjust the values.
https://bugzilla.gnome.org/show_bug.cgi?id=755469
Sebastian Dröge [Tue, 1 Mar 2016 16:42:01 +0000 (18:42 +0200)]
Release 1.7.90
Sebastian Dröge [Tue, 1 Mar 2016 15:18:01 +0000 (17:18 +0200)]
Update .po files
Sebastian Dröge [Tue, 1 Mar 2016 14:54:07 +0000 (16:54 +0200)]
po: Update translations
Jens Georg [Sat, 27 Feb 2016 19:17:31 +0000 (20:17 +0100)]
dvdread: Fix seek starting at 0 for title != 1
Otherwise the playback would start at title 0
https://bugzilla.gnome.org/show_bug.cgi?id=762787
Sebastian Dröge [Fri, 26 Feb 2016 10:41:18 +0000 (12:41 +0200)]
Automatic update of common submodule
From b64f03f to 6f2d209
Tim-Philipp Müller [Mon, 22 Feb 2016 22:08:12 +0000 (22:08 +0000)]
asfdemux: fix adding bitrate to stream tags
https://bugzilla.gnome.org/show_bug.cgi?id=699586
Tim-Philipp Müller [Sun, 21 Feb 2016 10:11:12 +0000 (10:11 +0000)]
win32: remove outdated build cruft
This hasn't been touched for generations, doesn't work,
and is just causing confusion. We also don't want to
maintain these files manually.
Tim-Philipp Müller [Sat, 20 Feb 2016 11:55:37 +0000 (11:55 +0000)]
mpeg2dec: don't use exported but undeclared core debug category symbols
It's not right and won't work on Windows with MSVC.
Sebastian Dröge [Fri, 19 Feb 2016 10:38:34 +0000 (12:38 +0200)]
Back to development
Sebastian Dröge [Fri, 19 Feb 2016 09:58:13 +0000 (11:58 +0200)]
Release 1.7.2
Sebastian Dröge [Fri, 19 Feb 2016 09:21:03 +0000 (11:21 +0200)]
Update .po files
Sebastian Dröge [Fri, 19 Feb 2016 08:32:06 +0000 (10:32 +0200)]
po: Update translations
Sebastian Dröge [Wed, 17 Feb 2016 22:25:56 +0000 (00:25 +0200)]
sidplay: Fix compiler warning about C++11 compatibility
gstsiddec.cc:78:17: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
#define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }"
^
gstsiddec.cc:78:38: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
#define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }"
^
Tim-Philipp Müller [Tue, 16 Feb 2016 14:46:11 +0000 (14:46 +0000)]
docs: update inspection to git and fix mpg123 inspect location
Tim-Philipp Müller [Tue, 16 Feb 2016 12:23:33 +0000 (12:23 +0000)]
tests: fix distcheck
Tim-Philipp Müller [Tue, 16 Feb 2016 10:38:18 +0000 (10:38 +0000)]
mpg123: move from -bad to -ugly
Hook up to build system, add to docs
Tim-Philipp Müller [Tue, 16 Feb 2016 10:55:01 +0000 (10:55 +0000)]
tests: add test data for mpg123 plugin
Tim-Philipp Müller [Tue, 16 Feb 2016 10:41:07 +0000 (10:41 +0000)]
Merge branch 'plugin-move-mpg123'
Move mpg123 plugin from -bad to -ugly.
https://bugzilla.gnome.org/show_bug.cgi?id=719849
Vineeth TM [Mon, 14 Dec 2015 02:09:46 +0000 (11:09 +0900)]
plugins-bad: Fix example pipelines
rename gst-launch --> gst-launch-1.0
replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**)
fix caps in examples
https://bugzilla.gnome.org/show_bug.cgi?id=759432
Tim-Philipp Müller [Mon, 17 Aug 2015 10:50:28 +0000 (11:50 +0100)]
mpg123: still reset pending audio info on hard flush
Follow-up to previous commit.
https://bugzilla.gnome.org/show_bug.cgi?id=752431
Jason Litzinger [Wed, 15 Jul 2015 16:44:02 +0000 (10:44 -0600)]
mpg123: fix handling of sample rate change during playback
If the sample rate of the media changes, the resulting flush will
clear the has_next_audioinfo flag, and the caps won't be sent
downstream.
https://bugzilla.gnome.org/show_bug.cgi?id=752431
Thiago Santos [Sat, 15 Aug 2015 15:58:40 +0000 (12:58 -0300)]
audiodecoders: use default pad accept-caps handling
Avoids useless check of downstream caps when handling an
accept-caps query
Elements: dtsdec, faad, gsmdec, mpg123audiodec, opusdec,
sbcdec, adpcmdec, sirendec
Tim-Philipp Müller [Sun, 26 Apr 2015 17:04:16 +0000 (18:04 +0100)]
Remove obsolete Android build cruft
This is not needed any longer.
Tim-Philipp Müller [Sun, 11 Jan 2015 01:08:08 +0000 (01:08 +0000)]
mpg123: fix compiler warning and simplify checks in set_caps
https://bugzilla.gnome.org/show_bug.cgi?id=740195
Carlos Rafael Giani [Sat, 3 Jan 2015 12:06:45 +0000 (13:06 +0100)]
mpg123: rework set_format code so mpg123audiodec works with decodebin/playbin
The old code was using gst_caps_normalize() and was generally overly
complex. Simplify by picking sample rate and number of channels from
upstream and the sample format from the allowed caps. If the format caps
is a list of strins, just pick the first one. And if the srcpad isn't
linked yet, use the default format (S16).
https://bugzilla.gnome.org/show_bug.cgi?id=740195
Tim-Philipp Müller [Wed, 10 Sep 2014 16:24:39 +0000 (17:24 +0100)]
Fix up one-element lists in template caps
Tim-Philipp Müller [Wed, 5 Mar 2014 00:51:04 +0000 (00:51 +0000)]
tests: fix mpg123audiodec test for big-endian architectures
Carlos Rafael Giani [Tue, 4 Feb 2014 16:22:27 +0000 (17:22 +0100)]
mpg123: improved error report and checks
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Sebastian Dröge [Thu, 5 Dec 2013 11:04:39 +0000 (12:04 +0100)]
mpg123audiodec: Require caps to be set before any data processing
Edward Hervey [Fri, 26 Jul 2013 15:25:42 +0000 (17:25 +0200)]
mpg123: Remove dead assignment
harder ? :)
Sebastian Dröge [Wed, 15 May 2013 09:25:07 +0000 (11:25 +0200)]
mpg123audiodec: Fix event handling in unit test
Sebastian Dröge [Wed, 24 Oct 2012 10:16:39 +0000 (12:16 +0200)]
gst: Add better support for static plugins
David Schleef [Mon, 15 Apr 2013 07:22:39 +0000 (00:22 -0700)]
mpg123: Add conditional on API version for new enum
Thiago Santos [Fri, 5 Feb 2016 22:11:38 +0000 (19:11 -0300)]
tests: extend the AM_TESTS_ENVIRONMENT from check.mak
To get the CK_DEFAULT_TIMEOUT defined for all tests
https://bugzilla.gnome.org/show_bug.cgi?id=761472
Thiago Santos [Fri, 5 Feb 2016 21:07:02 +0000 (18:07 -0300)]
Automatic update of common submodule
From 86e4663 to b64f03f
Tim-Philipp Müller [Mon, 25 Jan 2016 20:00:26 +0000 (20:00 +0000)]
amrnb, amrwb: unconditionally depend on opencore-amr*b >= 0.1.3
We don't really need to cater for older versions any more.
Edward Hervey [Thu, 21 Jan 2016 16:34:38 +0000 (17:34 +0100)]
mpeg2dec: Demote rank to SECONDARY
https://bugzilla.gnome.org/show_bug.cgi?id=574461
Thiago Santos [Sat, 9 Jan 2016 00:40:53 +0000 (21:40 -0300)]
dvdsubdec: use query caps instead of accept-caps
accept-caps does only a shallow check and a full downstream
caps query is needed to check if ARGB is possible
Ravi Kiran K N [Fri, 30 Oct 2015 05:36:11 +0000 (11:06 +0530)]
asfdemux: Support reverse playback
Support reverse playback for ASF format.
Parse packets and queue the payloads, then push
the payload buffer to decoder in reverse order.
Video buffers are pushed from KeyFrame to next
Keyframe.
https://bugzilla.gnome.org/show_bug.cgi?id=757341
Sebastian Dröge [Thu, 24 Dec 2015 14:28:46 +0000 (15:28 +0100)]
Back to development
Sebastian Dröge [Thu, 24 Dec 2015 13:48:50 +0000 (14:48 +0100)]
amrnbenc: Fix various compiler warnings in the test
Sebastian Dröge [Thu, 24 Dec 2015 13:48:38 +0000 (14:48 +0100)]
x264enc: Fix various compiler warnings in the test
Sebastian Dröge [Thu, 24 Dec 2015 13:41:21 +0000 (14:41 +0100)]
Release 1.7.1
Sebastian Dröge [Thu, 24 Dec 2015 13:10:29 +0000 (14:10 +0100)]
Update .po files
Sebastian Dröge [Thu, 24 Dec 2015 11:23:27 +0000 (12:23 +0100)]
po: Update translations
Sebastian Dröge [Mon, 21 Dec 2015 11:32:32 +0000 (12:32 +0100)]
configure: Use -Bsymbolic-functions if available
While this is more useful for libraries, some of our plugins with multiple
files and some internal API can also benefit from this.
Sebastian Dröge [Wed, 16 Dec 2015 08:36:08 +0000 (09:36 +0100)]
docs: update to git
Nicolas Dufresne [Mon, 7 Dec 2015 14:08:18 +0000 (09:08 -0500)]
Automatic update of common submodule
From b319909 to 86e4663
Arjen Veenhuizen [Thu, 26 Nov 2015 15:49:47 +0000 (15:49 +0000)]
x264enc: increase bitrate limit from 100Mbps to 2Gbps
Don't artificially limit the bitrate, x264enc allows much
higher bitrates, and for intra-only 4k AVC they are needed.
x264 clips to 2Gbps internally, so use that as limit for now.
https://bugzilla.gnome.org/show_bug.cgi?id=758620
Reynaldo H. Verdejo Pinochet [Thu, 19 Nov 2015 07:20:59 +0000 (23:20 -0800)]
x264enc: drop unnecessary NULL check before g_free
Tim-Philipp Müller [Wed, 21 Oct 2015 13:35:17 +0000 (14:35 +0100)]
Automatic update of common submodule
From b99800a to b319909
Sebastian Dröge [Tue, 20 Oct 2015 14:29:42 +0000 (17:29 +0300)]
Use new GST_ENABLE_EXTRA_CHECKS #define
https://bugzilla.gnome.org/show_bug.cgi?id=756870
Sebastian Dröge [Wed, 21 Oct 2015 11:26:07 +0000 (14:26 +0300)]
Automatic update of common submodule
From 9aed1d7 to b99800a
Sebastian Dröge [Fri, 2 Oct 2015 19:24:46 +0000 (22:24 +0300)]
Update GLib dependency to 2.40.0
Reynaldo H. Verdejo Pinochet [Tue, 29 Sep 2015 21:16:07 +0000 (14:16 -0700)]
dvdread: remove broken link
Removing instead of updating as previously pointed-to page
(now http://dvd.sourceforge.net/dvdinfo/) is already linked
from dvd.sourceforge.net's homepage as: "Collection of
information on file formats/data structures relating to DVD
navigation/SPUs."
Tim-Philipp Müller [Sat, 26 Sep 2015 08:23:05 +0000 (09:23 +0100)]
dvdlpcmdec: fix invalid read beyond channel position array
We would always copy sizeof(sorted_position) bytes, which is
for 8 channels, but if we have less than 8 channels the
position array we copy from will only have allocated space
for channel channels, so we would read beyond the input
array in some cases.
HoonHee Lee [Tue, 25 Aug 2015 01:08:46 +0000 (10:08 +0900)]
dvdlpcmdec: factor out common code to set output format into new function
When caps event is recieved and header is changed, reordering channel
and setting the default output format for audio are processed. These 2 of
code are same. Thus, It is better to make a new function for these common
code in terms of removing duplicated code, maintenance and expansion.
https://bugzilla.gnome.org/show_bug.cgi?id=753920
Sebastian Dröge [Wed, 23 Sep 2015 18:45:34 +0000 (20:45 +0200)]
asfdemux: Don't push any data on pads after the segment.stop
https://bugzilla.gnome.org/show_bug.cgi?id=755469
Sebastian Dröge [Wed, 23 Sep 2015 18:30:21 +0000 (20:30 +0200)]
asfdemux: Only change segment start to a keyframe for KEYUNIT seeks
Not for accurate seeks, which should accurately start at the requested
position.
https://bugzilla.gnome.org/show_bug.cgi?id=755469
Sebastian Dröge [Wed, 23 Sep 2015 18:23:40 +0000 (20:23 +0200)]
asfdemux: Update segment.position when pushing buffers
Without this, non-flushing seeks are not going to work well.
https://bugzilla.gnome.org/show_bug.cgi?id=755469
Sebastian Dröge [Wed, 23 Sep 2015 17:37:43 +0000 (19:37 +0200)]
asfdemux: Only push EOS event if we're not doing a segment seek
https://bugzilla.gnome.org/show_bug.cgi?id=755469
Sebastian Dröge [Wed, 23 Sep 2015 14:31:28 +0000 (16:31 +0200)]
asfdemux: If pushing buffers returned EOS, go into the EOS and not failure code path
We don't want to unconditionally send an EOS event downstream, but might want
to send a SEGMENT_DONE message/event instead if a segment seek was done
before.
https://bugzilla.gnome.org/show_bug.cgi?id=755469
Sebastian Dröge [Fri, 25 Sep 2015 21:51:12 +0000 (23:51 +0200)]
Back to development
Sebastian Dröge [Fri, 25 Sep 2015 21:32:02 +0000 (23:32 +0200)]
Release 1.6.0
Sebastian Dröge [Fri, 25 Sep 2015 21:04:56 +0000 (23:04 +0200)]
Update .po files
Sebastian Dröge [Fri, 18 Sep 2015 18:01:17 +0000 (20:01 +0200)]
Release 1.5.91
Sebastian Dröge [Fri, 18 Sep 2015 17:34:50 +0000 (19:34 +0200)]
Update .po files
Sebastian Dröge [Fri, 18 Sep 2015 09:53:57 +0000 (11:53 +0200)]
po: Update translations
Jan Schmidt [Sat, 5 Sep 2015 13:34:45 +0000 (23:34 +1000)]
x264: Add bitrate info to the tags output.
Makes it possible for muxers to know the target bitrate as soon
as encoding starts, which flvmux now uses.
Tim-Philipp Müller [Fri, 28 Aug 2015 18:18:32 +0000 (19:18 +0100)]
asfdemux: fix file mode of some source files
Sebastian Dröge [Wed, 19 Aug 2015 11:05:27 +0000 (14:05 +0300)]
Release 1.5.90
Sebastian Dröge [Wed, 19 Aug 2015 09:55:35 +0000 (12:55 +0300)]
Update .po files
Sebastian Dröge [Wed, 19 Aug 2015 08:33:01 +0000 (11:33 +0300)]
po: Update translations
Thiago Santos [Tue, 18 Aug 2015 05:23:55 +0000 (02:23 -0300)]
x264enc: actually return TRUE from accept-caps handler
The query was handled
Thiago Santos [Sun, 16 Aug 2015 17:27:44 +0000 (14:27 -0300)]
x264enc: implement accept-caps handling
Implement accept-caps handling without doing caps queries downstream
Thiago Santos [Sun, 16 Aug 2015 01:15:26 +0000 (22:15 -0300)]
audioencoders: use template subset check for accept-caps
It is faster than doing a query that propagates downstream and
should be enough
Elements: amrnbenc, lamemp3enc, twolamemp2enc
Thiago Santos [Sat, 15 Aug 2015 14:46:59 +0000 (11:46 -0300)]
mpeg2dec: use default pad accept-caps handling
Avoids useless check of downstream caps when handling an
accept-caps query
Thiago Santos [Sat, 15 Aug 2015 14:46:13 +0000 (11:46 -0300)]
audiodecoders: use default pad accept-caps handling
Avoids useless check of downstream caps when handling an
accept-caps query
Elements: a52dec, amrnbdec, amrwbdec, mad
Edward Hervey [Fri, 14 Aug 2015 09:14:31 +0000 (11:14 +0200)]
check: Rename states unit test
Makes it easier to differentiate from other modules states unit test
Vineeth TM [Thu, 6 Aug 2015 01:05:53 +0000 (10:05 +0900)]
rmdemux: fix assertion error when freeing old tags.
Check if old_tags is present before calling gst_tag_list_unref
https://bugzilla.gnome.org/show_bug.cgi?id=753301
Vineeth TM [Fri, 24 Jul 2015 01:08:34 +0000 (10:08 +0900)]
asfdemux: fix assertion error when codec_data is not present in structure
When discovering a particular asf file, caps structure doesn't have
codec_data, and this was not being checked before using the same,
resulting in assertion error
https://bugzilla.gnome.org/show_bug.cgi?id=752803
Luis de Bethencourt [Wed, 29 Jul 2015 14:55:14 +0000 (15:55 +0100)]
asfdemux: remove unread value
Init value of idx2 is never used. First usage sets it to idx + 1. Removing
initial value.
Olivier Crête [Sat, 25 Jul 2015 08:55:15 +0000 (04:55 -0400)]
asfdemux: Don't post error on flushing while reading headers
Tim-Philipp Müller [Tue, 21 Jul 2015 10:13:27 +0000 (11:13 +0100)]
rmdemux: mark tag list as global scope
Tim-Philipp Müller [Tue, 21 Jul 2015 10:10:04 +0000 (11:10 +0100)]
rmdemux: fix taglist leak
merge doesn't take ownership, so must unref the
old tags if we do merge.
Vineeth TM [Tue, 21 Jul 2015 03:44:55 +0000 (12:44 +0900)]
rmdemux: fix wrong unref when there are no tags
Tags should be appended to pending tags and unref'ed only if tags
are present. Else there is no need to append.
https://bugzilla.gnome.org/show_bug.cgi?id=752404
Vineeth T M [Thu, 16 Jul 2015 09:11:37 +0000 (18:11 +0900)]
rmdemux: fix memory leaks during error cases
while adding stream, during error cases, only stream is
being freed. Adapter, pad, tags, subpackets, index are not being
freed resulting in memory leaks
https://bugzilla.gnome.org/show_bug.cgi?id=752404
Tim-Philipp Müller [Thu, 16 Jul 2015 16:23:15 +0000 (17:23 +0100)]
Update mailing list in doap file as well
Tim-Philipp Müller [Thu, 16 Jul 2015 16:19:37 +0000 (17:19 +0100)]
Update mailing list address from sourceforge to freedesktop
Vineeth T M [Thu, 16 Jul 2015 00:49:17 +0000 (09:49 +0900)]
rmdemux: fix tag memory leak
tags is not being freed after being merged to the
pending_tags.
https://bugzilla.gnome.org/show_bug.cgi?id=752404
Stefan Sauer [Fri, 3 Jul 2015 19:58:33 +0000 (21:58 +0200)]
Automatic update of common submodule
From f74b2df to 9aed1d7
Sebastian Dröge [Wed, 24 Jun 2015 22:04:19 +0000 (00:04 +0200)]
Back to development
Sebastian Dröge [Wed, 24 Jun 2015 21:39:37 +0000 (23:39 +0200)]
Release 1.5.2
Sebastian Dröge [Wed, 24 Jun 2015 21:14:52 +0000 (23:14 +0200)]
Update .po files
Sebastian Dröge [Wed, 24 Jun 2015 09:15:22 +0000 (11:15 +0200)]
po: Update translations
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.
Nicolas Dufresne [Tue, 16 Jun 2015 21:49:05 +0000 (17:49 -0400)]
Automatic update of common submodule
From 6015d26 to f74b2df
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
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>