Tim-Philipp Müller
fadda9dba6
tests: add test data for mpg123 plugin
2016-02-16 10:59:12 +00:00
Tim-Philipp Müller
e3bb9b2928
Merge branch 'plugin-move-mpg123'
...
Move mpg123 plugin from -bad to -ugly.
https://bugzilla.gnome.org/show_bug.cgi?id=719849
2016-02-16 10:41:07 +00:00
Vineeth TM
93b15dd649
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
2016-02-16 10:40:40 +00:00
Tim-Philipp Müller
81ede77eb7
mpg123: still reset pending audio info on hard flush
...
Follow-up to previous commit.
https://bugzilla.gnome.org/show_bug.cgi?id=752431
2016-02-16 10:40:40 +00:00
Jason Litzinger
5d86e1070d
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
2016-02-16 10:40:40 +00:00
Thiago Santos
2309da4e9c
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
2016-02-16 10:40:40 +00:00
Tim-Philipp Müller
d6082ad2fc
Remove obsolete Android build cruft
...
This is not needed any longer.
2016-02-16 10:40:40 +00:00
Tim-Philipp Müller
02e20d5056
mpg123: fix compiler warning and simplify checks in set_caps
...
https://bugzilla.gnome.org/show_bug.cgi?id=740195
2016-02-16 10:40:40 +00:00
Carlos Rafael Giani
4b7a954cae
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
2016-02-16 10:40:40 +00:00
Tim-Philipp Müller
eb89bf4030
Fix up one-element lists in template caps
2016-02-16 10:40:39 +00:00
Tim-Philipp Müller
524c1d23da
tests: fix mpg123audiodec test for big-endian architectures
2016-02-16 10:40:39 +00:00
Carlos Rafael Giani
fc142ba28a
mpg123: improved error report and checks
...
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
2016-02-16 10:40:39 +00:00
Sebastian Dröge
056c7bc7c9
mpg123audiodec: Require caps to be set before any data processing
2016-02-16 10:40:39 +00:00
Edward Hervey
fe7f0a6ac7
mpg123: Remove dead assignment
...
harder ? :)
2016-02-16 10:40:39 +00:00
Sebastian Dröge
592e1cbf5d
mpg123audiodec: Fix event handling in unit test
2016-02-16 10:40:39 +00:00
Sebastian Dröge
deffbd375e
gst: Add better support for static plugins
2016-02-16 10:40:39 +00:00
David Schleef
c4399160f6
mpg123: Add conditional on API version for new enum
2016-02-16 10:40:39 +00:00
Thiago Santos
7e2f2f9e5b
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
2016-02-05 19:11:38 -03:00
Thiago Santos
4f8cfea138
Automatic update of common submodule
...
From 86e4663 to b64f03f
2016-02-05 18:07:02 -03:00
Tim-Philipp Müller
11904d63be
amrnb, amrwb: unconditionally depend on opencore-amr*b >= 0.1.3
...
We don't really need to cater for older versions any more.
2016-01-25 20:00:26 +00:00
Edward Hervey
e9a04cd153
mpeg2dec: Demote rank to SECONDARY
...
https://bugzilla.gnome.org/show_bug.cgi?id=574461
2016-01-21 17:38:34 +01:00
Thiago Santos
deb1b257f4
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
2016-01-08 22:00:12 -03:00
Ravi Kiran K N
9ee60482b2
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
2016-01-04 16:13:03 -05:00
Sebastian Dröge
59f5866cd2
Back to development
2015-12-24 15:28:46 +01:00
Sebastian Dröge
7653bf6324
amrnbenc: Fix various compiler warnings in the test
2015-12-24 14:48:50 +01:00
Sebastian Dröge
81b695bb01
x264enc: Fix various compiler warnings in the test
2015-12-24 14:48:38 +01:00
Sebastian Dröge
c9c37983ba
Release 1.7.1
2015-12-24 14:41:21 +01:00
Sebastian Dröge
669d79743c
Update .po files
2015-12-24 14:10:29 +01:00
Sebastian Dröge
dc39b2ce59
po: Update translations
2015-12-24 12:23:27 +01:00
Sebastian Dröge
d774f18fb9
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.
2015-12-21 12:32:32 +01:00
Sebastian Dröge
c589c6db05
docs: update to git
2015-12-16 09:36:08 +01:00
Nicolas Dufresne
15f4be2e44
Automatic update of common submodule
...
From b319909 to 86e4663
2015-12-07 09:08:18 -05:00
Arjen Veenhuizen
f037e7e59e
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
2015-11-26 15:49:47 +00:00
Reynaldo H. Verdejo Pinochet
7d7bab4640
x264enc: drop unnecessary NULL check before g_free
2015-11-18 23:20:59 -08:00
Tim-Philipp Müller
cc2c53bdde
Automatic update of common submodule
...
From b99800a to b319909
2015-10-21 14:35:17 +01:00
Sebastian Dröge
65d1479e1b
Use new GST_ENABLE_EXTRA_CHECKS #define
...
https://bugzilla.gnome.org/show_bug.cgi?id=756870
2015-10-21 14:35:38 +03:00
Sebastian Dröge
15769c5d97
Automatic update of common submodule
...
From 9aed1d7 to b99800a
2015-10-21 14:26:07 +03:00
Sebastian Dröge
ecf76ba4f4
Update GLib dependency to 2.40.0
2015-10-02 22:24:46 +03:00
Reynaldo H. Verdejo Pinochet
7a7715e18c
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."
2015-09-29 14:16:07 -07:00
Tim-Philipp Müller
d57b097198
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.
2015-09-26 09:24:25 +01:00
HoonHee Lee
d7f78391b4
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
2015-09-26 09:18:05 +01:00
Sebastian Dröge
738e48ef49
asfdemux: Don't push any data on pads after the segment.stop
...
https://bugzilla.gnome.org/show_bug.cgi?id=755469
2015-09-25 23:53:47 +02:00
Sebastian Dröge
155c8fc6a6
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
2015-09-25 23:53:47 +02:00
Sebastian Dröge
f501188191
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
2015-09-25 23:53:47 +02:00
Sebastian Dröge
c526153ec9
asfdemux: Only push EOS event if we're not doing a segment seek
...
https://bugzilla.gnome.org/show_bug.cgi?id=755469
2015-09-25 23:53:47 +02:00
Sebastian Dröge
42d7aec412
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
2015-09-25 23:53:47 +02:00
Sebastian Dröge
5ff1ef181a
Back to development
2015-09-25 23:51:12 +02:00
Sebastian Dröge
b200d017f9
Release 1.6.0
2015-09-25 23:32:02 +02:00
Sebastian Dröge
8ddafce876
Update .po files
2015-09-25 23:04:56 +02:00
Sebastian Dröge
cf616c0477
Release 1.5.91
2015-09-18 20:01:17 +02:00