Commit graph

5114 commits

Author SHA1 Message Date
Tim-Philipp Müller
5872a1454e x264: fix colour inversion with YV12 format
It's the same as I420 but with the U/V planes swapped.
2014-08-05 19:47:26 +01:00
Edward Hervey
08c0c9512c Makefile: Add usage of build-checks step
Allows building checks without running them
2014-08-01 10:37:44 +02:00
Nicolas Dufresne
8aea88d261 x264enc: Request buffers in allocation query
https://bugzilla.gnome.org/show_bug.cgi?id=732288
2014-07-25 14:29:21 -04:00
Nicolas Dufresne
698714fc97 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
2014-07-19 12:59:05 -04:00
Sebastian Dröge
caee6eb21d Back to development 2014-07-19 18:04:46 +02:00
Sebastian Dröge
a8c5bf9171 Release 1.4.0 2014-07-19 17:44:06 +02:00
Sebastian Dröge
5c538b5a25 Update .po files 2014-07-19 16:50:04 +02:00
Sebastian Dröge
f60a1552bf po: Update translations 2014-07-19 12:48:11 +02:00
Sebastian Dröge
936463c3ad Release 1.3.91 2014-07-11 11:44:28 +02:00
Sebastian Dröge
b80e354c6a Update .po files 2014-07-11 11:13:39 +02:00
Sebastian Dröge
485fb9ce85 po: Update translations 2014-07-11 08:53:12 +02:00
Sebastian Rasmussen
e593ae2db6 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
2014-07-04 08:41:13 +01:00
Sebastian Dröge
cf0ea1eb37 Release 1.3.90 2014-06-28 11:39:14 +02:00
Sebastian Dröge
0a83111bf7 Update .po files 2014-06-28 11:39:01 +02:00
Tim-Philipp Müller
0b41f6d7c1 Ignore autotools test-driver temp files from 'make check' 2014-06-22 21:48:28 +01:00
Sebastian Dröge
654b847584 Back to development 2014-06-22 19:36:14 +02:00
Sebastian Dröge
58959c390f Release 1.3.3 2014-06-22 18:13:53 +02:00
Sebastian Dröge
47d7c15972 Update .po files 2014-06-22 17:40:40 +02:00
Sebastian Dröge
e2e5e6286d po: Update translations 2014-06-22 14:25:18 +02:00
Thiago Santos
a71a239572 rmdemux: use GstFlowCombiner
Removes flow return combination code to use the newly added GstFlowCombiner

https://bugzilla.gnome.org/show_bug.cgi?id=709224
2014-06-03 10:04:01 -03:00
Thiago Santos
df4a98e510 asfdemux: use GstFlowCombiner
Removes flow return combination code to use the newly added GstFlowCombiner

https://bugzilla.gnome.org/show_bug.cgi?id=709224
2014-06-03 10:04:01 -03:00
Aurélien Zanelli
84b2009155 x264enc: fix caps leak in set_format()
https://bugzilla.gnome.org/show_bug.cgi?id=730865
2014-05-28 10:09:41 +02:00
Matej Knopp
eb65696251 asfdemux: Handle initial 0 timestamp that should have been -1
https://bugzilla.gnome.org/show_bug.cgi?id=719660
2014-05-26 09:56:11 +02:00
Sebastian Dröge
a214e5713b Back to development 2014-05-21 13:23:33 +02:00
Sebastian Dröge
50f551dbdf Release 1.3.2 2014-05-21 13:06:35 +02:00
Sebastian Dröge
1dac12492c Update .po files 2014-05-21 12:53:52 +02:00
Sebastian Dröge
cff7c45c3d Automatic update of common submodule
From 211fa5f to 1f5d3c3
2014-05-21 10:51:38 +02:00
Tim-Philipp Müller
b2e13b82aa mpeg2dec: remove unused struct members 2014-05-16 16:24:46 +01:00
Sebastian Dröge
9953165336 rtspreal: Fix some memory leaks in an error path
CID 1212165.
2014-05-16 12:21:58 +02:00
Edward Hervey
a665347345 mpeg2dec: Release codec state on negotiation failures
Else it leaks

CID #1212169
2014-05-09 14:54:54 +02:00
Sebastian Dröge
d1950e138e Back to development 2014-05-03 20:48:37 +02:00
Sebastian Dröge
79d97d5f50 Release 1.3.1 2014-05-03 18:29:23 +02:00
Sebastian Dröge
c679c34b80 Update .po files 2014-05-03 18:21:01 +02:00
Sebastian Dröge
91c5c5af11 po: Update translations 2014-05-03 17:23:39 +02:00
Sebastian Dröge
44712525c1 Automatic update of common submodule
From bcb1518 to 211fa5f
2014-05-03 10:15:28 +02:00
Tim-Philipp Müller
441e4f33b6 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.
2014-04-27 00:29:16 +01:00
Vincent Penquerc'h
c261beac63 dvdsubdec: fix spurious rejection of 0 time offset commands
Coverity 206168
2014-04-10 17:29:30 +01:00
Vincent Penquerc'h
16a85fc664 dvdread: avoid intermediate promotion to signed
We should not reach the dangerous range here, though.

Coverity 206491, 206492, 1139856
2014-04-10 16:56:13 +01:00
Vincent Penquerc'h
6b887060b1 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).
2014-04-04 10:58:50 +01:00
Edward Hervey
fffcbfc127 asfdemux: Fix payloads check
Don't iterate stream->payloads if ... it doesn't exist

CID #1139846
2014-04-03 15:06:22 +02:00
Sebastian Rasmussen
ecf7b967f9 .gitignore: Ignore gcov intermediate files
https://bugzilla.gnome.org/show_bug.cgi?id=725483
2014-03-03 00:03:44 +00:00
Sebastian Dröge
b296267505 Automatic update of common submodule
From fe1672e to bcb1518
2014-02-28 09:35:10 +01:00
Stefan Sauer
6ddb0a4106 Automatic update of common submodule
From 1a07da9 to fe1672e
2014-02-26 22:12:50 +01:00
Stefan Sauer
a000c6c518 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
2014-02-26 11:31:49 +01:00
Stefan Sauer
c10d042a0d 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.
2014-02-26 11:31:49 +01:00
Dirk Van Haerenborgh
e15eb270f9 x264enc: allow lossless compression (qp=0)
https://bugzilla.gnome.org/show_bug.cgi?id=725051
2014-02-26 09:18:37 +01:00
Edward Hervey
af0d8bc00a 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.
2014-02-20 21:38:46 +01:00
Rico Tzschichholz
e10e3b97da m4: Fix multiple tests in AC_CHECK_A52DEC 2014-02-19 21:26:49 +01:00
Sebastian Dröge
abb56c3803 asfdemux: Remove unused function 2014-02-09 23:41:36 +01:00
Edward Hervey
2bb3b2c977 check: Fix test location 2014-02-06 19:22:47 +01:00