mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 1.1.3
This commit is contained in:
parent
461a46f17a
commit
401094fe0f
5 changed files with 79 additions and 15 deletions
61
ChangeLog
61
ChangeLog
|
@ -1,9 +1,64 @@
|
|||
=== release 1.1.2 ===
|
||||
=== release 1.1.3 ===
|
||||
|
||||
2013-07-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
2013-07-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.1.2
|
||||
releasing 1.1.3
|
||||
|
||||
2013-07-29 12:19:22 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ext/libav/gstavdemux.c:
|
||||
avdemux: Implement SEGMENT query
|
||||
|
||||
2013-07-24 12:22:04 +0200 Edward Hervey <edward@collabora.com>
|
||||
|
||||
* ext/libav/gstavcodecmap.c:
|
||||
avcodecmap: Demote WARNING to DEBUG
|
||||
We cover all the needed formats already. The warning was just getting
|
||||
in the way.
|
||||
|
||||
2013-02-20 20:50:15 -0500 Olivier Crête <olivier.crete@collabora.com>
|
||||
|
||||
* ext/libav/gstavviddec.c:
|
||||
avviddec: Initialise opaque from the start
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=693581
|
||||
|
||||
2013-07-23 09:59:43 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ext/libav/gstavdemux.c:
|
||||
avdemux: Add support for group-id in the stream-start event
|
||||
|
||||
2013-07-19 09:45:24 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* configure.ac:
|
||||
configure: Remove workaround from last decade and make SIMD optimizations work on OSX
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=704442
|
||||
|
||||
2013-07-18 16:11:16 +0200 Arnaud Vrac <avrac@freebox.fr>
|
||||
|
||||
* ext/libav/gstavviddec.c:
|
||||
avviddec: increase bottom padding for output frames
|
||||
libav can write slightly after the plane end in some SIMD optimized
|
||||
functions. The extra padding value needs to be at least 16+stride_align
|
||||
for each plane, so just increase the bottom padding value for the output
|
||||
frame.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=694299
|
||||
|
||||
2013-07-11 16:57:28 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* configure.ac:
|
||||
Back to development
|
||||
|
||||
=== release 1.1.2 ===
|
||||
|
||||
2013-07-11 16:52:48 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* gst-libav.doap:
|
||||
Release 1.1.2
|
||||
|
||||
2013-07-09 16:19:11 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,2 +1,2 @@
|
|||
This is GStreamer Libav Plugins 1.1.2
|
||||
This is GStreamer Libav Plugins 1.1.3
|
||||
|
||||
|
|
13
RELEASE
13
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer libav Plugins 1.1.2
|
||||
Release notes for GStreamer libav Plugins 1.1.3
|
||||
|
||||
The GStreamer team is proud to announce a new bug-fix release
|
||||
in the 1.x stable series of the
|
||||
|
@ -41,9 +41,8 @@ Features of this release
|
|||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 684808 : avdec_rv40: bad timestamping with rtsp clip, stop-and-go video
|
||||
* 702003 : [libav] renegotiation might cause corrupted video
|
||||
* 702319 : build: fixes non source directory build.
|
||||
* 693581 : rtph264depay ! avdec_h264 crash on NULL decoder pointer in gst_video_decoder_get_frame ()
|
||||
* 694299 : crash in put_pixels16_sse2() with SVQ1 video
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -80,8 +79,8 @@ subscribe to the gstreamer-devel list.
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Arnaud Vrac
|
||||
* Edward Hervey
|
||||
* Olivier Crête
|
||||
* Sebastian Dröge
|
||||
* Thiago Santos
|
||||
* Tim-Philipp Müller
|
||||
* Wim Taymans
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.62)
|
|||
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.1.2.1,
|
||||
AC_INIT(GStreamer libav, 1.1.3,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-libav)
|
||||
|
||||
|
@ -42,11 +42,11 @@ GST_API_VERSION=1.0
|
|||
AC_SUBST(GST_API_VERSION)
|
||||
|
||||
AG_GST_LIBTOOL_PREPARE
|
||||
AS_LIBTOOL(GST, 102, 0, 102)
|
||||
AS_LIBTOOL(GST, 103, 0, 103)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.1.2.1
|
||||
GST_PBREQ=1.1.2.1
|
||||
GST_REQ=1.1.3
|
||||
GST_PBREQ=1.1.3
|
||||
|
||||
ORC_REQ=0.4.16
|
||||
ORC_CHECK([$ORC_REQ])
|
||||
|
|
|
@ -32,6 +32,16 @@ colorspace conversion elements.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.1.3</revision>
|
||||
<branch>1.1</branch>
|
||||
<name></name>
|
||||
<created>2013-07-29</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.1.3.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.1.2</revision>
|
||||
|
|
Loading…
Reference in a new issue