Skip to content
Snippets Groups Projects
Commit c693e62a authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

Release 1.15.2

parent 88166aeb
No related branches found
Tags mesa-21.3.4
No related merge requests found
=== 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>
......
This diff is collapsed.
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.
......
......@@ -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, 1501, 0, 1501)
AS_LIBTOOL(GST, 1502, 0, 1502)
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])
......
......@@ -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>
......
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' ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment