Release 1.11.90

This commit is contained in:
Sebastian Dröge 2017-04-07 16:34:46 +03:00
parent a3b7aebf6b
commit aff7ab6fdf
7 changed files with 306 additions and 217 deletions

View file

@ -1,9 +1,82 @@
=== release 1.11.2 ===
=== release 1.11.90 ===
2017-02-24 Sebastian Dröge <slomo@coaxion.net>
2017-04-07 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.11.2
releasing 1.11.90
2017-03-22 12:55:40 +0530 Arun Raghavan <arun@arunraghavan.net>
* ext/libav/gstavvidenc.c:
avvidenc: Fix compiler errors in the previous commit
The declaration of 'const char *klass' was shadowing a function
argument.
2017-03-20 22:19:47 +0530 Arun Raghavan <arun@arunraghavan.net>
* ext/libav/gstavcodecmap.c:
* ext/libav/gstavcodecmap.h:
* ext/libav/gstavvidenc.c:
avvidenc: Classify image encoders with "Image" instead of "Video"
This allows gst_video_convert_sample*() to work with codecs for which we
have libav encoders (such as BMP).
https://bugzilla.gnome.org/show_bug.cgi?id=780317
2017-03-16 17:14:21 +0200 Sebastian Dröge <sebastian@centricular.com>
* ext/libav/gstavcodecmap.c:
avcodecmap: Add mappings for I420/I422/Y444_12LE/BE and GBRA
https://bugzilla.gnome.org/show_bug.cgi?id=780100
2017-03-15 15:37:29 +0100 Emeric Grange <egrange@gopro.com>
* ext/libav/gstavcodecmap.c:
avcodecmap: Add GBR_12LE/BE and GBRA_12LE/BE pixel format mapping for CineForm decoder
2017-03-16 15:23:01 +1100 Jan Schmidt <jan@centricular.com>
* ext/libav/gstavvidenc.c:
avvidenc: Add Stereo3D mapping
Add mapping between GStreamer multiview modes/flags and
libav Stereo3D frame packings when encoding video.
https://bugzilla.gnome.org/show_bug.cgi?id=767938
2017-03-16 15:23:01 +1100 Jan Schmidt <jan@centricular.com>
* ext/libav/gstavviddec.c:
* ext/libav/gstavviddec.h:
avviddec: Map any stereo3D info to multiview modes
Map any libav Stereo3D side data to GStreamer multiview
mode / flags for playback.
https://bugzilla.gnome.org/show_bug.cgi?id=767938
2017-03-14 15:01:41 +0200 Sebastian Dröge <sebastian@centricular.com>
* ext/libav/gstavcodecmap.c:
avcodecmap: Add mapping for CineForm HD / CFHD codec
https://bugzilla.gnome.org/show_bug.cgi?id=780024
2017-02-24 15:59:51 +0200 Sebastian Dröge <sebastian@centricular.com>
* meson.build:
meson: Update version
2017-02-24 15:37:46 +0200 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
=== release 1.11.2 ===
2017-02-24 15:07:59 +0200 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* docs/plugins/inspect/plugin-libav.xml:
* gst-libav.doap:
Release 1.11.2
2017-02-14 20:38:03 +0000 Tim-Philipp Müller <tim@centricular.com>

2
NEWS
View file

@ -1 +1 @@
This is GStreamer 1.11.2.
This is GStreamer 1.11.90.

28
RELEASE
View file

@ -1,22 +1,21 @@
Release notes for GStreamer libav Plugins 1.11.2
Release notes for GStreamer libav Plugins 1.11.90
The GStreamer team is pleased to announce the second release of the unstable
1.11 release series. The 1.11 release series is adding new features on top of
the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.11 release series
will lead to the stable 1.12 release series in the next weeks. Any newly added
API can still change until that point.
The GStreamer team is pleased to announce the first release candidate of the
stable 1.12 release series. The 1.12 release series is adding new features on
top of the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and
ABI-stable 1.x release series of the GStreamer multimedia framework.
Full release notes will be provided at some point during the 1.11 release
cycle, highlighting all the new features, bugfixes, performance optimizations
and other important changes.
Full release notes will be provided with the 1.12.0 release, highlighting all
the new features, bugfixes, performance optimizations and other important
changes.
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
This module contains plugins based on the ffmpeg project, including codecs.
@ -40,6 +39,11 @@ contains a set of less supported plugins that haven't passed the
Bugs fixed in this release
* 767938 : Add support for AVStereo3D API for stereoscopic video
* 780317 : avvidenc: Classify image encoders with " Image " instead of " Video "
==== Download ====
You can find source releases of gst-libav in the download
@ -75,6 +79,8 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Arun Raghavan
* Emeric Grange
* Jan Schmidt
* Sebastian Dröge
* Tim-Philipp Müller
 

View file

@ -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.11.2.1,
AC_INIT(GStreamer libav, 1.11.90,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@ -40,11 +40,11 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 1102, 0, 1102)
AS_LIBTOOL(GST, 1190, 0, 1190)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.11.2.1
GST_PBREQ=1.11.2.1
GST_REQ=1.11.90
GST_PBREQ=1.11.90
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])

File diff suppressed because it is too large Load diff

View file

@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.11.90</revision>
<branch>master</branch>
<name></name>
<created>2017-04-07</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.11.90.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.11.2</revision>

View file

@ -1,5 +1,5 @@
project('gst-libav', 'c', 'cpp',
version : '1.11.2.1',
version : '1.11.90',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])