Skip to content

Commit

Permalink
Release 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Jan 12, 2017
1 parent 1c60b00 commit 3a6900d
Show file tree
Hide file tree
Showing 74 changed files with 1,944 additions and 1,233 deletions.
1,642 changes: 1,640 additions & 2 deletions ChangeLog

Large diffs are not rendered by default.

1,115 changes: 1 addition & 1,114 deletions NEWS

Large diffs are not rendered by default.

102 changes: 79 additions & 23 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@

Release notes for GStreamer Good Plugins 1.10.0
Release notes for GStreamer Good Plugins 1.11.1

The GStreamer team is pleased to announce the first release of the new stable
1.10 release series. The 1.10 release series is adding new features on top of
the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x
release series of the GStreamer multimedia framework.
The GStreamer team is pleased to announce the first 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.


Binaries for Android, iOS, Mac OS X and Windows will be provided shortly after
the source release by the GStreamer project during the stable 1.10 release
series.
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.


Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.


"Such ingratitude. After all the times I've saved your life."
Expand Down Expand Up @@ -55,15 +60,43 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)

Bugs fixed in this release

* 762207 : flvmux: Ensure we fallback to DTS when clipping
* 772496 : tests: Fix memory leak by gst_caps_to_string()
* 772497 : waveform : Fix Memory leak by gst_caps_to_string
* 772644 : Fix level test in CK_FORK=no mode
* 772656 : Fix souphttpsrc tests without CK_FORK=no
* 773509 : souphttpsrc: connection loss / reconnect issues
* 773580 : v4l2object: fix extra-controls leak
* 773582 : matroskamux does not allow resolutions above 4096x4096
* 773643 : wavparse: crashes on invalid wav file
* 708221 : mp4dashmux: add the tfdt atom to the moof
* 746574 : matroskamux: add G722 audio support
* 748360 : rtspsrc: teardown usually never happens
* 749098 : matroskamux: drop streamheader buffers only if they really are headers
* 754696 : matroskamux: audio-only streams have all buffers flagged as delta units, causing problems with tcpserversink/multifdsink
* 757631 : progressreport format=bytes will not send msg
* 766991 : multifilesink: leaks memory when max-files property == 0
* 767771 : qtdemux/jpegdec: Interlaced content detected as progressive
* 768723 : rtprtx: test is sometimes failing
* 769041 : qtmux: Downscaling time value loses precision
* 769048 : qtmux: prores-related fixes
* 772181 : isomp4: Parse/store colorimetry, chroma-site and interlaced-mode/field-order
* 772740 : rtpbin: receiving RTP bundle support
* 773217 : qtmux: Allow configuring the maximum interleave size in bytes/time
* 773514 : rtph263pay: Use GST_TRACE for logging bitsream parsing
* 773712 : isomp4: Add support for FLAC
* 773785 : splitmuxsink: Use first buffer TS as mux start time
* 773828 : qtmux: Crash on EOS with GST_DEBUG enabled
* 774129 : 'gst_buffer_is_writable' assertion in aacparse
* 774131 : flvmux: Add metadatacreator property
* 774403 : qtmux: Always write edit lists for the tracks to give a more accurate duration
* 774409 : tests/jitterbuffer: Major refactoring and cleanups
* 774566 : matroskaparse: error out on last buffer
* 774674 : qtdemux: Remove useless return variable
* 774747 : qtdemux: compiler warning with gcc 6.2
* 774789 : qtmux: Enable up to 16 unpositioned raw audio channels
* 774840 : qtmux: Fix various timestamp and duration related issues
* 774876 : meson: add libm to has_function checks
* 775287 : qtdemux: change off_t type to gint
* 775414 : qtdemux: Correctly read interlacing information
* 775702 : v4l2object: Don't set empty interlace-mode list
* 775752 : monoscope: Leaks allocation query
* 776030 : udpsrc: Add to join multiple multicast interfaces
* 776106 : v4l2object: Don't check size in a non-list value
* 776789 : avidemux: fix memory leak in usage of gst_pad_template_new() API
* 777095 : isomp4: Don't spam debug log with knonw/padding atoms
* 777157 : qtdemux: seqh buffer not freed after calling qtdemux_parse_svq3_stsd_data()

==== Download ====

Expand Down Expand Up @@ -100,17 +133,40 @@ subscribe to the gstreamer-devel list.

Contributors to this release

* Branko Subasic
* Gaurav Gupta
* Jan Alexander Steffens (heftig)
* Aleix Conchillo Flaque
* Alejandro G. Castro
* Andre McCurdy
* Arun Raghavan
* David Evans
* Edward Hervey
* Enrique Ocaña González
* Garima Gaur
* Havard Graff
* Heekyoung Seo
* Jagadish
* Jan Schmidt
* Mark Nauwelaerts
* Michael Olbrich
* Nicolas Dufresne
* Matt Staples
* Matthew Waters
* Nicola Murino
* Nirbheek Chauhan
* Petr Kulhavy
* Philipp Zabel
* Philippe Normand
* Reynaldo H. Verdejo Pinochet
* Scott D Phillips
* Sean DuBois
* Sebastian Dröge
* Seungha Yang
* Stian Selnes
* Thibault Saunier
* Tim-Philipp Müller
* Tobias Schneider
* Ursula Maplehurst
* Vincent Penquerc'h
* Vinod Kesti
* Vivia Nikolaidou
* Víctor Manuel Jáquez Leal
* William Manley
* Wonchul Lee
* christophecvr

8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
AC_INIT([GStreamer Good Plug-ins],[1.11.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
AC_INIT([GStreamer Good Plug-ins],[1.11.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])

AG_GST_INIT

Expand Down Expand Up @@ -43,11 +43,11 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])

AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 1100, 0, 1100)
AS_LIBTOOL(GST, 1101, 0, 1101)

dnl *** required versions of GStreamer stuff ***
GST_REQ=1.11.0.1
GSTPB_REQ=1.11.0.1
GST_REQ=1.11.1
GSTPB_REQ=1.11.1

dnl *** autotools stuff ****

Expand Down
Loading

0 comments on commit 3a6900d

Please sign in to comment.