From e49c492a53ca637f3cec83987a317630370d3000 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 25 Sep 2015 23:15:20 +0200 Subject: [PATCH] Release 1.6.0 --- ChangeLog | 119 +++++++++++++++++++++- NEWS | 64 +++++++++++- RELEASE | 55 +++------- configure.ac | 6 +- docs/plugins/inspect/plugin-adder.xml | 2 +- docs/plugins/inspect/plugin-alsa.xml | 2 +- docs/plugins/inspect/plugin-app.xml | 2 +- docs/plugins/inspect/plugin-audioconvert.xml | 2 +- docs/plugins/inspect/plugin-audiorate.xml | 2 +- docs/plugins/inspect/plugin-audioresample.xml | 2 +- docs/plugins/inspect/plugin-audiotestsrc.xml | 2 +- docs/plugins/inspect/plugin-cdparanoia.xml | 2 +- docs/plugins/inspect/plugin-encoding.xml | 2 +- docs/plugins/inspect/plugin-gio.xml | 2 +- docs/plugins/inspect/plugin-libvisual.xml | 2 +- docs/plugins/inspect/plugin-ogg.xml | 2 +- docs/plugins/inspect/plugin-pango.xml | 2 +- docs/plugins/inspect/plugin-playback.xml | 2 +- docs/plugins/inspect/plugin-subparse.xml | 2 +- docs/plugins/inspect/plugin-tcp.xml | 2 +- docs/plugins/inspect/plugin-theora.xml | 2 +- docs/plugins/inspect/plugin-typefindfunctions.xml | 2 +- docs/plugins/inspect/plugin-videoconvert.xml | 2 +- docs/plugins/inspect/plugin-videorate.xml | 2 +- docs/plugins/inspect/plugin-videoscale.xml | 2 +- docs/plugins/inspect/plugin-videotestsrc.xml | 2 +- docs/plugins/inspect/plugin-volume.xml | 2 +- docs/plugins/inspect/plugin-vorbis.xml | 2 +- docs/plugins/inspect/plugin-ximagesink.xml | 2 +- docs/plugins/inspect/plugin-xvimagesink.xml | 2 +- gst-libs/gst/video/video-orc-dist.c | 32 +++--- gst-plugins-base.doap | 10 ++ win32/common/_stdint.h | 2 +- win32/common/config.h | 8 +- 34 files changed, 259 insertions(+), 89 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ae7cbf..ddf3103 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,124 @@ +=== release 1.6.0 === + +2015-09-25 Sebastian Dröge + + * configure.ac: + releasing 1.6.0 + +2015-09-24 18:06:58 +0200 Sebastian Dröge + + * gst-libs/gst/video/video-orc.orc: + video-dither: Use saturated add when adding ordered dither for > 8 bit targets + Otherwise our 16 bit integers are going to overflow in intermediate + calculations, causing video to become mostly black. + https://bugzilla.gnome.org/show_bug.cgi?id=755392 + +2015-09-24 11:33:24 +0200 Sebastian Dröge + + * gst-libs/gst/video/video-frame.c: + video-frame: Fix gst_video_frame_copy() for formats with pstride==0 + v210, UYVP and IYU1 are complex formats for which pixel stride does not really + have a meaning. If we copy width*pstride bytes per line, it's not going to do + the right thing. As a fallback, copy stride bytes per line. This might copy + uninitialized bytes at the end of each line, but at least copies the frame. + https://bugzilla.gnome.org/show_bug.cgi?id=755392 + +2015-09-10 15:08:35 +0200 Aurélien Zanelli + + * gst-libs/gst/allocators/gstfdmemory.c: + fdmemory: remove 'allow-none' annotation in gst_fd_allocator_alloc() doc + gst_fd_allocator_alloc() ensure that passed allocator is a fd memory + allocator, so that we can't pass NULL allocator. + https://bugzilla.gnome.org/show_bug.cgi?id=754833 + +2015-09-10 15:08:35 +0200 Aurélien Zanelli + + * gst-libs/gst/allocators/gstdmabuf.c: + dmabuf: remove 'allow-none' annotation in gst_dmabuf_allocator_alloc() doc + gst_dmabuf_allocator_alloc() ensure that passed allocator is a DMABuf + allocator, so that we can't pass NULL allocator. + https://bugzilla.gnome.org/show_bug.cgi?id=754833 + === release 1.5.91 === -2015-09-18 Sebastian Dröge +2015-09-18 19:20:00 +0200 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.5.91 + * docs/plugins/inspect/plugin-adder.xml: + * docs/plugins/inspect/plugin-alsa.xml: + * docs/plugins/inspect/plugin-app.xml: + * docs/plugins/inspect/plugin-audioconvert.xml: + * docs/plugins/inspect/plugin-audiorate.xml: + * docs/plugins/inspect/plugin-audioresample.xml: + * docs/plugins/inspect/plugin-audiotestsrc.xml: + * docs/plugins/inspect/plugin-cdparanoia.xml: + * docs/plugins/inspect/plugin-encoding.xml: + * docs/plugins/inspect/plugin-gio.xml: + * docs/plugins/inspect/plugin-libvisual.xml: + * docs/plugins/inspect/plugin-ogg.xml: + * docs/plugins/inspect/plugin-pango.xml: + * docs/plugins/inspect/plugin-playback.xml: + * docs/plugins/inspect/plugin-subparse.xml: + * docs/plugins/inspect/plugin-tcp.xml: + * docs/plugins/inspect/plugin-theora.xml: + * docs/plugins/inspect/plugin-typefindfunctions.xml: + * docs/plugins/inspect/plugin-videoconvert.xml: + * docs/plugins/inspect/plugin-videorate.xml: + * docs/plugins/inspect/plugin-videoscale.xml: + * docs/plugins/inspect/plugin-videotestsrc.xml: + * docs/plugins/inspect/plugin-volume.xml: + * docs/plugins/inspect/plugin-vorbis.xml: + * docs/plugins/inspect/plugin-ximagesink.xml: + * docs/plugins/inspect/plugin-xvimagesink.xml: + * gst-plugins-base.doap: + * win32/common/_stdint.h: + * win32/common/config.h: + Release 1.5.91 + +2015-09-18 19:19:16 +0200 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/lv.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + Update .po files 2015-09-18 17:48:49 +0200 Christophe Fergeau diff --git a/NEWS b/NEWS index b26bdf8..e04f318 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,64 @@ -This is GStreamer Base Plugins 1.5.91 +This is GStreamer 1.6.0 + +The GStreamer team is proud to announce a new major feature release in the +stable 1.x API series of your favourite cross-platform multimedia framework! + +This release has been in the works for more than a year and is packed with new +features, bug fixes and other improvements. + +See http://gstreamer.freedesktop.org/releases/1.6/ for the full list of +changes. + +Highlights + +- Stereoscopic 3D and multiview video support +- Trick mode API for key-frame only fast-forward/fast-reverse playback etc. +- Improved DTS (decoding timestamp) vs. PTS (presentation timestamp) handling + to account for negative DTS +- New GstVideoConverter API for more optimised and more correct conversion of + raw video frames between all supported formats, with rescaling +- v4l2src now supports renegotiation +- v4l2transform can now do scaling +- V4L2 Element now report Colorimetry properly +- Easier chunked recording of MP4, Matroska, Ogg, MPEG-TS: new splitmuxsink + and multifilesink improvements +- Content Protection signalling API and Common Encryption (CENC) support for + DASH/MP4 +- Many adaptive streaming (DASH, HLS and MSS) improvements +- New PTP and NTP network client clocks and better remote clock tracking + stability +- High-quality text subtitle overlay at display resolutions with glimagesink + or gtkglsink +- RECORD support for the GStreamer RTSP Server +- Retransmissions (RTX) support in RTSP server and client +- RTSP seeking support in client and server has been fixed +- RTCP scheduling improvements and reduced size RTCP support +- MP4/MOV muxer acquired a new "robust" mode of operation which attempts to + keep the output file in a valid state at all times +- Live mixing support in aggregator, audiomixer and compositor was improved a + lot +- compositor now supports rescaling and converting inputs streams on the fly +- New audiointerleave element with proper input synchronisation and live input + support +- Blackmagic Design DeckLink capture and playback card support was rewritten + from scratch; 2k/4k support; mode sensing +- KLV metadata support in RTP and MPEG-TS +- H.265 video encoder (x265), decoders (libav, libde265) and RTP payloader and + depayloaders +- New DTLS plugin and SRTP/DTLS support +- OpenGL3 support, multiple contexts and context propagation, 3D video, + transfer/conversion separation, subtitle blending +- New OpenGL-based QML video sink, Gtk GL video sink, CoreAnimation + CAOpenGLLayerSink video sink +- gst-libav switched to ffmpeg as libav-provider, gains support for + 3D/multiview video, trick modes, and the CAVS codec +- GstHarness API for unit tests +- gst-editing-services got a completely new ges-launch-1.0 interface, improved + mixing support and integration into gst-validate +- gnonlin has been deprecated in favor of nle (Non Linear Engine) in + gst-editing-services +- gst-validate has a new plugin system, an extensive default testsuite, + support for concurrent test runs and valgrind support +- cerbero build tool for SDK binary packages gains new 'bundle-source' command +- Various improvements to the Android, iOS, OS X and Windows platform support diff --git a/RELEASE b/RELEASE index bc236d0..d133af6 100644 --- a/RELEASE +++ b/RELEASE @@ -1,16 +1,18 @@ -Release notes for GStreamer Base Plugins 1.5.91 +Release notes for GStreamer Base Plugins 1.6.0 -The GStreamer team is pleased to announce the second release candidate for the -stable 1.6 release series. The 1.6 release series is adding new features on top of -the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release -series of the GStreamer multimedia framework. The final 1.6.0 release is planned -in the next few days unless any major bugs are found. +The GStreamer team is proud to announce a new major feature release in the +stable 1.x API series of your favourite cross-platform multimedia framework! -Binaries for Android, iOS, Mac OS X and Windows will be provided separately by -the GStreamer project. +This release has been in the works for more than a year and is packed with new +features, bug fixes and other improvements. + + +See +http://gstreamer.freedesktop.org/releases/1.6/ +for the full list of changes. @@ -60,23 +62,10 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Bugs fixed in this release - * 734617 : videodecoder: Call the child class finish() function on stream changes - * 740387 : [REGRESSION] videoscale: The port to the new scaling API broke some file playback - * 744806 : audiodecoder: early call to drain() causes segment event to be sent before caps - * 753817 : subparse: SIGSEGV with abnormal file - * 753850 : gl: overlay composition negotation with the sink fails - * 754199 : audiobasesink: patch for missing/incorrect documentation about the custom slaving method - * 754235 : playsinkconvertbin: regression after removing accept-caps handler - * 754429 : basetextoverlay: crash in basetextoverlay for padding greater than video size - * 754597 : appsrc: fails to push the caps at the start of the data flow when configured in seekable/random-access mode - * 754630 : libs: " ll " printf modifier isn't available on MinGW - * 754755 : playbin: Compiler warning with 64bit Windows target MinGW, cast to pointer from integer of different size - * 754808 : video: missing alpha flag for some formats - * 754973 : xvimagesink: fix error leak when context creation fails - * 755098 : uridecodebin: Smooth Streaming's media type does not match - * 755143 : audiosink, multisocketsink: Fix error leak during failures - * 755198 : basetextoverlay: trivial fix in debug message - * 755201 : playback-test: Dont free null array on exit + * 752148 : Drawing from paths passed to cairo does not work with PANGOCAIRO_BACKEND=coretext + * 754344 : libs: build rtp after audio + * 754833 : dmabuf & fdmemory: fix allocator_alloc documentation + * 755392 : video: bugs with gst_video_frame_copy and videoconvert (with test scripts) ==== Download ==== @@ -113,20 +102,6 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Carlos Rafael Giani - * Christophe Fergeau - * Eunhae Choi - * George Kiagiadakis - * Havard Graff - * Kouhei Sutou - * Philippe Normand - * Prashant Gotarne - * Ravi Kiran K N + * Aurélien Zanelli * Sebastian Dröge - * Thiago Santos - * Tim-Philipp Müller - * Vikram Fugro - * Vineeth T M - * Vineeth TM - * Wim Taymans   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 1fa222a..8c241c2 100644 --- a/configure.ac +++ b/configure.ac @@ -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/prerelease -AC_INIT([GStreamer Base Plug-ins],[1.5.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) +AC_INIT([GStreamer Base Plug-ins],[1.6.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) AG_GST_INIT @@ -56,10 +56,10 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 591, 0, 591) +AS_LIBTOOL(GST, 600, 0, 600) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.5.91 +GST_REQ=1.6.0 dnl *** autotools stuff **** diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index 1eb7273..b66d3cc 100644 --- a/docs/plugins/inspect/plugin-adder.xml +++ b/docs/plugins/inspect/plugin-adder.xml @@ -3,7 +3,7 @@ Adds multiple streams ../../gst/adder/.libs/libgstadder.so libgstadder.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index 560bde7..6522cee 100644 --- a/docs/plugins/inspect/plugin-alsa.xml +++ b/docs/plugins/inspect/plugin-alsa.xml @@ -3,7 +3,7 @@ ALSA plugin library ../../ext/alsa/.libs/libgstalsa.so libgstalsa.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index e3b4180..d3d2e1e 100644 --- a/docs/plugins/inspect/plugin-app.xml +++ b/docs/plugins/inspect/plugin-app.xml @@ -3,7 +3,7 @@ Elements used to communicate with applications ../../gst/app/.libs/libgstapp.so libgstapp.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index e122b66..6c13205 100644 --- a/docs/plugins/inspect/plugin-audioconvert.xml +++ b/docs/plugins/inspect/plugin-audioconvert.xml @@ -3,7 +3,7 @@ Convert audio to different formats ../../gst/audioconvert/.libs/libgstaudioconvert.so libgstaudioconvert.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index 6ff76be..b80401e 100644 --- a/docs/plugins/inspect/plugin-audiorate.xml +++ b/docs/plugins/inspect/plugin-audiorate.xml @@ -3,7 +3,7 @@ Adjusts audio frames ../../gst/audiorate/.libs/libgstaudiorate.so libgstaudiorate.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index b88ebdb..3f72120 100644 --- a/docs/plugins/inspect/plugin-audioresample.xml +++ b/docs/plugins/inspect/plugin-audioresample.xml @@ -3,7 +3,7 @@ Resamples audio ../../gst/audioresample/.libs/libgstaudioresample.so libgstaudioresample.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index 42517e2..264d8fc 100644 --- a/docs/plugins/inspect/plugin-audiotestsrc.xml +++ b/docs/plugins/inspect/plugin-audiotestsrc.xml @@ -3,7 +3,7 @@ Creates audio test signals of given frequency and volume ../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so libgstaudiotestsrc.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml index 800b3ca..87fb8e9 100644 --- a/docs/plugins/inspect/plugin-cdparanoia.xml +++ b/docs/plugins/inspect/plugin-cdparanoia.xml @@ -3,7 +3,7 @@ Read audio from CD in paranoid mode ../../ext/cdparanoia/.libs/libgstcdparanoia.so libgstcdparanoia.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-encoding.xml b/docs/plugins/inspect/plugin-encoding.xml index 92d5a0d..58b0d06 100644 --- a/docs/plugins/inspect/plugin-encoding.xml +++ b/docs/plugins/inspect/plugin-encoding.xml @@ -3,7 +3,7 @@ various encoding-related elements ../../gst/encoding/.libs/libgstencodebin.so libgstencodebin.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gio.xml b/docs/plugins/inspect/plugin-gio.xml index 58cdaee..e097bb2 100644 --- a/docs/plugins/inspect/plugin-gio.xml +++ b/docs/plugins/inspect/plugin-gio.xml @@ -3,7 +3,7 @@ GIO elements ../../gst/gio/.libs/libgstgio.so libgstgio.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index 42c2577..9d92f8c 100644 --- a/docs/plugins/inspect/plugin-libvisual.xml +++ b/docs/plugins/inspect/plugin-libvisual.xml @@ -3,7 +3,7 @@ libvisual visualization plugins ../../ext/libvisual/.libs/libgstlibvisual.so libgstlibvisual.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index ae7c377..dfc3970 100644 --- a/docs/plugins/inspect/plugin-ogg.xml +++ b/docs/plugins/inspect/plugin-ogg.xml @@ -3,7 +3,7 @@ ogg stream manipulation (info about ogg: http://xiph.org) ../../ext/ogg/.libs/libgstogg.so libgstogg.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index ff77f72..5e91aed 100644 --- a/docs/plugins/inspect/plugin-pango.xml +++ b/docs/plugins/inspect/plugin-pango.xml @@ -3,7 +3,7 @@ Pango-based text rendering and overlay ../../ext/pango/.libs/libgstpango.so libgstpango.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-playback.xml b/docs/plugins/inspect/plugin-playback.xml index 9095896..ab8a116 100644 --- a/docs/plugins/inspect/plugin-playback.xml +++ b/docs/plugins/inspect/plugin-playback.xml @@ -3,7 +3,7 @@ various playback elements ../../gst/playback/.libs/libgstplayback.so libgstplayback.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index a9d39cb..02c444b 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,7 +3,7 @@ Subtitle parsing ../../gst/subparse/.libs/libgstsubparse.so libgstsubparse.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index 7e4e69b..172c2f3 100644 --- a/docs/plugins/inspect/plugin-tcp.xml +++ b/docs/plugins/inspect/plugin-tcp.xml @@ -3,7 +3,7 @@ transfer data over the network via TCP ../../gst/tcp/.libs/libgsttcp.so libgsttcp.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index f99da0c..6046f20 100644 --- a/docs/plugins/inspect/plugin-theora.xml +++ b/docs/plugins/inspect/plugin-theora.xml @@ -3,7 +3,7 @@ Theora plugin library ../../ext/theora/.libs/libgsttheora.so libgsttheora.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index bf5cff8..b309377 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,7 +3,7 @@ default typefind functions ../../gst/typefind/.libs/libgsttypefindfunctions.so libgsttypefindfunctions.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoconvert.xml b/docs/plugins/inspect/plugin-videoconvert.xml index 747f936..1209fdb 100644 --- a/docs/plugins/inspect/plugin-videoconvert.xml +++ b/docs/plugins/inspect/plugin-videoconvert.xml @@ -3,7 +3,7 @@ Colorspace conversion ../../gst/videoconvert/.libs/libgstvideoconvert.so libgstvideoconvert.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index 4efe6c8..a87b60e 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,7 +3,7 @@ Adjusts video frames ../../gst/videorate/.libs/libgstvideorate.so libgstvideorate.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index e3eb28b..6e26856 100644 --- a/docs/plugins/inspect/plugin-videoscale.xml +++ b/docs/plugins/inspect/plugin-videoscale.xml @@ -3,7 +3,7 @@ Resizes video ../../gst/videoscale/.libs/libgstvideoscale.so libgstvideoscale.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index 663f537..a2c9dcb 100644 --- a/docs/plugins/inspect/plugin-videotestsrc.xml +++ b/docs/plugins/inspect/plugin-videotestsrc.xml @@ -3,7 +3,7 @@ Creates a test video stream ../../gst/videotestsrc/.libs/libgstvideotestsrc.so libgstvideotestsrc.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index 39641a3..a51c515 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,7 +3,7 @@ plugin for controlling audio volume ../../gst/volume/.libs/libgstvolume.so libgstvolume.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index 8194894..5e514c3 100644 --- a/docs/plugins/inspect/plugin-vorbis.xml +++ b/docs/plugins/inspect/plugin-vorbis.xml @@ -3,7 +3,7 @@ Vorbis plugin library ../../ext/vorbis/.libs/libgstvorbis.so libgstvorbis.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index afa2579..ad70ea8 100644 --- a/docs/plugins/inspect/plugin-ximagesink.xml +++ b/docs/plugins/inspect/plugin-ximagesink.xml @@ -3,7 +3,7 @@ X11 video output element based on standard Xlib calls ../../sys/ximage/.libs/libgstximagesink.so libgstximagesink.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index 29fe5b5..ffe1a46 100644 --- a/docs/plugins/inspect/plugin-xvimagesink.xml +++ b/docs/plugins/inspect/plugin-xvimagesink.xml @@ -3,7 +3,7 @@ XFree86 video output plugin using Xv extension ../../sys/xvimage/.libs/libgstxvimagesink.so libgstxvimagesink.so - 1.5.91 + 1.6.0 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/gst-libs/gst/video/video-orc-dist.c b/gst-libs/gst/video/video-orc-dist.c index 333d8ac..b5cf7dd 100644 --- a/gst-libs/gst/video/video-orc-dist.c +++ b/gst-libs/gst/video/video-orc-dist.c @@ -31105,11 +31105,15 @@ video_orc_dither_ordered_4u16_mask (guint16 * ORC_RESTRICT d1, var34 = ptr0[i]; /* 2: loadq */ var35 = ptr4[i]; - /* 3: addw */ - var38.x4[0] = var34.x4[0] + var35.x4[0]; - var38.x4[1] = var34.x4[1] + var35.x4[1]; - var38.x4[2] = var34.x4[2] + var35.x4[2]; - var38.x4[3] = var34.x4[3] + var35.x4[3]; + /* 3: addusw */ + var38.x4[0] = + ORC_CLAMP_UW ((orc_uint16) var34.x4[0] + (orc_uint16) var35.x4[0]); + var38.x4[1] = + ORC_CLAMP_UW ((orc_uint16) var34.x4[1] + (orc_uint16) var35.x4[1]); + var38.x4[2] = + ORC_CLAMP_UW ((orc_uint16) var34.x4[2] + (orc_uint16) var35.x4[2]); + var38.x4[3] = + ORC_CLAMP_UW ((orc_uint16) var34.x4[3] + (orc_uint16) var35.x4[3]); /* 4: andnw */ var36.x4[0] = (~var37.x4[0]) & var38.x4[0]; var36.x4[1] = (~var37.x4[1]) & var38.x4[1]; @@ -31148,11 +31152,15 @@ _backup_video_orc_dither_ordered_4u16_mask (OrcExecutor * ORC_RESTRICT ex) var34 = ptr0[i]; /* 2: loadq */ var35 = ptr4[i]; - /* 3: addw */ - var38.x4[0] = var34.x4[0] + var35.x4[0]; - var38.x4[1] = var34.x4[1] + var35.x4[1]; - var38.x4[2] = var34.x4[2] + var35.x4[2]; - var38.x4[3] = var34.x4[3] + var35.x4[3]; + /* 3: addusw */ + var38.x4[0] = + ORC_CLAMP_UW ((orc_uint16) var34.x4[0] + (orc_uint16) var35.x4[0]); + var38.x4[1] = + ORC_CLAMP_UW ((orc_uint16) var34.x4[1] + (orc_uint16) var35.x4[1]); + var38.x4[2] = + ORC_CLAMP_UW ((orc_uint16) var34.x4[2] + (orc_uint16) var35.x4[2]); + var38.x4[3] = + ORC_CLAMP_UW ((orc_uint16) var34.x4[3] + (orc_uint16) var35.x4[3]); /* 4: andnw */ var36.x4[0] = (~var37.x4[0]) & var38.x4[0]; var36.x4[1] = (~var37.x4[1]) & var38.x4[1]; @@ -31184,7 +31192,7 @@ video_orc_dither_ordered_4u16_mask (guint16 * ORC_RESTRICT d1, 104, 101, 114, 95, 111, 114, 100, 101, 114, 101, 100, 95, 52, 117, 49, 54, 95, 109, 97, 115, 107, 11, 8, 8, 12, 8, 8, 18, 8, 20, 8, 20, - 8, 134, 33, 24, 21, 2, 70, 32, 0, 4, 21, 2, 74, 0, 33, 32, + 8, 134, 33, 24, 21, 2, 72, 32, 0, 4, 21, 2, 74, 0, 33, 32, 2, 0, }; p = orc_program_new_from_static_bytecode (bc); @@ -31203,7 +31211,7 @@ video_orc_dither_ordered_4u16_mask (guint16 * ORC_RESTRICT d1, orc_program_append_2 (p, "loadpq", 0, ORC_VAR_T2, ORC_VAR_P1, ORC_VAR_D1, ORC_VAR_D1); - orc_program_append_2 (p, "addw", 2, ORC_VAR_T1, ORC_VAR_D1, ORC_VAR_S1, + orc_program_append_2 (p, "addusw", 2, ORC_VAR_T1, ORC_VAR_D1, ORC_VAR_S1, ORC_VAR_D1); orc_program_append_2 (p, "andnw", 2, ORC_VAR_D1, ORC_VAR_T2, ORC_VAR_T1, ORC_VAR_D1); diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap index 7b19a59..71b1581 100644 --- a/gst-plugins-base.doap +++ b/gst-plugins-base.doap @@ -36,6 +36,16 @@ A wide range of video and audio decoders, encoders, and filters are included. + 1.6.0 + 1.6 + + 2015-09-25 + + + + + + 1.5.91 1.5 diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h index eae1962..1864535 100644 --- a/win32/common/_stdint.h +++ b/win32/common/_stdint.h @@ -1,7 +1,7 @@ #ifndef _GST_PLUGINS_BASE__STDINT_H #define _GST_PLUGINS_BASE__STDINT_H 1 #ifndef _GENERATED_STDINT_H -#define _GENERATED_STDINT_H "gst-plugins-base 1.5.91" +#define _GENERATED_STDINT_H "gst-plugins-base 1.6.0" /* generated using gnu compiler gcc-5 (Debian 5.2.1-17) 5.2.1 20150911 */ #define _STDINT_HAVE_STDINT_H 1 #include diff --git a/win32/common/config.h b/win32/common/config.h index 1162aca..7883315 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -87,7 +87,7 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* GStreamer package release date/time for plugins as YYYY-MM-DD */ -#define GST_PACKAGE_RELEASE_DATETIME "2015-09-18" +#define GST_PACKAGE_RELEASE_DATETIME "2015-09-25" /* Define if static plugins should be built */ #undef GST_PLUGIN_BUILD_STATIC @@ -337,7 +337,7 @@ #define PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Base Plug-ins 1.5.91" +#define PACKAGE_STRING "GStreamer Base Plug-ins 1.6.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" @@ -346,7 +346,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.5.91" +#define PACKAGE_VERSION "1.6.0" /* directory where plugins are located */ #ifdef _DEBUG @@ -380,7 +380,7 @@ #undef USE_TREMOLO /* Version number of package */ -#define VERSION "1.5.91" +#define VERSION "1.6.0" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ -- 2.7.4