Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Matej
gst-libav
Commits
c693e62a
Commit
c693e62a
authored
Feb 26, 2019
by
Tim-Philipp Müller
🐠
Browse files
Release 1.15.2
parent
88166aeb
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c693e62a
=== release 1.15.2 ===
2019-02-26 11:57:15 +0000 Tim-Philipp Müller <tim@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gst-libav.doap:
* meson.build:
Release 1.15.2
2019-02-26 11:57:15 +0000 Tim-Philipp Müller <tim@centricular.com>
* docs/plugins/inspect/plugin-libav.xml:
Update docs
2019-02-21 08:48:31 +0100 Guillaume Desmottes <guillaume.desmottes@collabora.com>
* ext/libav/gstavdemux.c:
avdemux: fix negative pts if start_time is bigger than the ts
The start time is supposed to be the ts of the first frame.
FFmpeg uses fractions to represent timestamps and the start time may use a
different base than the frame pts. So we may end up having the start
time bigger than the pts because of rounding when converting to gst ts.
See https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/51
for details.
2019-02-12 17:23:55 +0200 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
configure: Only disable dxva2 once
2019-02-12 10:57:24 +0200 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/ext/libav:
Update to ffmpeg n4.1.1
=== release 1.15.1 ===
2019-01-17 02:21:41 +0000 Tim-Philipp Müller <tim@centricular.com>
...
...
NEWS
View file @
c693e62a
This diff is collapsed.
Click to expand it.
RELEASE
View file @
c693e62a
This is GStreamer gst-libav 1.15.
1
.
This is GStreamer gst-libav 1.15.
2
.
GStreamer 1.15 is the development branch leading up to the next major
stable version which will be 1.16.
...
...
configure.ac
View file @
c693e62a
...
...
@@ -3,7 +3,7 @@ AC_PREREQ(2.69)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(GStreamer libav, 1.15.
1
,
AC_INIT(GStreamer libav, 1.15.
2
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
...
...
@@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
dnl *** Check for external $AS vs detected by AS_LIBTOOL
orig_AS="$AS"
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 150
1
, 0, 150
1
)
AS_LIBTOOL(GST, 150
2
, 0, 150
2
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.15.
1
GST_PBREQ=1.15.
1
GST_REQ=1.15.
2
GST_PBREQ=1.15.
2
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])
...
...
gst-libav.doap
View file @
c693e62a
...
...
@@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.15.2</revision>
<branch>master</branch>
<name></name>
<created>2019-02-26</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.15.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.15.1</revision>
...
...
meson.build
View file @
c693e62a
project
(
'gst-libav'
,
'c'
,
'cpp'
,
version
:
'1.15.
1
'
,
version
:
'1.15.
2
'
,
meson_version
:
'>= 0.46.0'
,
default_options
:
[
'warning_level=1'
,
'buildtype=debugoptimized'
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment