summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog245
1 files changed, 243 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 68441e894..f9f6f663d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,250 @@
+=== release 1.7.91 ===
+
+2016-03-15 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.7.91
+
+2016-03-15 11:41:22 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * po/hu.po:
+ * po/sr.po:
+ po: Update translations
+
+2016-03-15 03:26:14 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
+
+ * gst/rtpmanager/gstrtpbin.c:
+ * gst/rtpmanager/rtpsource.c:
+ rtpmanager: Some comment and documentation clarifications/fixes
+
+2016-03-13 10:33:13 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/audioparsers/gstflacparse.c:
+ Revert "flacparse: push tags in pre_push_frame"
+ This reverts commit 4065fcb80a49924b70f0c8fc159dec0ff47943a1.
+ flacparse should not push tags by itself, the base class is going to do that
+ while properly merging in upstream tags. It just didn't because of a bug in
+ the base class, which was hidden by this commit.
+ https://bugzilla.gnome.org/show_bug.cgi?id=763553
+
+2016-02-25 05:17:51 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
+
+ * gst/rtp/dboolhuff.c:
+ * gst/rtp/dboolhuff.h:
+ * gst/rtp/gstrtpsbcpay.c:
+ win32: Don't use __attribute__ on MSVC
+ Use MSVC-equivalents for alignment and packing compiler directives when building
+ on MSVC
+
+2016-02-25 05:16:42 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
+
+ * gst/matroska/ebml-read.c:
+ win32: Don't try to include xmath.h on newer Visual Studio
+
+2016-02-25 05:16:09 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
+
+ * gst/flx/gstflxdec.c:
+ * gst/goom/gstgoom.c:
+ * gst/goom2k1/gstgoom.c:
+ * gst/monoscope/gstmonoscope.c:
+ gst Factor out endian-order RGB formats
+ MSVC seems to ignore preprocessor conditionals inside static pad
+ template macros.
+
+2016-03-08 17:37:17 +0100 Thomas Roos <thomas.roos@industronic.de>
+
+ * sys/directsound/gstdirectsoundsink.c:
+ dirctsoundsink: Setting volume should not unmute
+ https://bugzilla.gnome.org/show_bug.cgi?id=755106
+
+2016-03-08 13:57:24 +0100 Thomas Roos <thomas.roos@industronic.de>
+
+ * sys/directsound/gstdirectsoundsink.c:
+ dirctsoundsink: Fix volume reset on unmute
+ https://bugzilla.gnome.org/show_bug.cgi?id=755106
+
+2016-03-08 13:03:55 +0100 Alban Bedel <alban.bedel@avionic-design.de>
+
+ * sys/v4l2/gstv4l2object.c:
+ v4l2object: fix capture with bayer formats other than bggr
+ gst_v4l2_object_get_caps_info() always return V4L2_PIX_FMT_SBGGR8
+ for all bayer formats. This is obviously broken if the device use
+ another ordering. Fix this by properly reading the format parameter.
+ https://bugzilla.gnome.org/show_bug.cgi?id=763318
+
+2016-03-07 10:28:06 -0300 Thiago Santos <thiagoss@osg.samsung.com>
+
+ * gst/isomp4/qtdemux.c:
+ qtdemux: reset pending segment if we are already pushing one
+ When upstream is running in bytes in push-mode, qtdemux will
+ convert seeks from time to bytes and send it upstream. Upstream
+ element will perform a byte seek and send a byte segment to qtdemux
+ that will convert it to time and push it downstream.
+ There is, however, the pending_segment variable that stores a new
+ segment event to be pushed before the next data. When handling seeks
+ as mentioned above this variable was being ignored and, if it contained
+ some segment event, it would override the one resulting from the seek.
+ This would restore a previous segment and would cause the seek segment
+ to be discarded downstream.
+ This patch fixes this issue by unrefing any pending segment as the
+ seek from upstream should contain the latest one that should be
+ used, as requested by the application.
+ https://bugzilla.gnome.org/show_bug.cgi?id=763165
+
+2016-03-07 10:27:41 -0300 Thiago Santos <thiagoss@osg.samsung.com>
+
+ * gst/isomp4/qtdemux.c:
+ qtdemux: run gst-indent
+ Otherwise commits will fail with our indent check hook
+
+2016-03-04 15:09:45 +0100 Josep Torra <n770galaxy@gmail.com>
+
+ * sys/v4l2/gstv4l2object.c:
+ v4l2: fix colorimetry for NV12
+ Replicate V4L2_MAP_QUANTIZATION_DEFAULT macro behavior.
+ At #v4l it was described that documentation might be wrong and that
+ we should trust this macro instead.
+ https://bugzilla.gnome.org/show_bug.cgi?id=762529
+
+2016-03-04 14:07:19 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/udp/gstudpsrc.c:
+ udpsrc: Fix multicast group joining with provided sockets on Windows
+ On Windows the socket will be bound to ANY instead of the multicast group,
+ as binding to a multicast group does not work. Which would mean that we
+ override src->addr to become ANY and won't automatically join a multicast
+ group anymore on Windows.
+ On Linux we would automatically join a multicast group, keep it consistent.
+ https://bugzilla.gnome.org/show_bug.cgi?id=763093
+
+2016-03-02 13:13:24 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/rtpmanager/gstrtpjitterbuffer.c:
+ Revert "rtpjitterbuffer: don't forget to unlock mutex in error code path in two cases"
+ This reverts commit a7fb7b53592d87f7983544debb74d364fc3257ad.
+ The mutex is taken by the caller, we should keep it locked when returning so
+ the caller can unlock it again.
+
+2016-03-01 15:01:22 +0000 Luis de Bethencourt <luisbg@osg.samsung.com>
+
+ * gst/audioparsers/gstflacparse.c:
+ flacparse: push tags in pre_push_frame
+ Push a tag event before pre-roll if we have tags.
+ https://bugzilla.gnome.org/show_bug.cgi?id=762660
+
=== release 1.7.90 ===
-2016-03-01 Sebastian Dröge <slomo@coaxion.net>
+2016-03-01 18:15:43 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.7.90
+ * docs/plugins/gst-plugins-good-plugins.args:
+ * docs/plugins/gst-plugins-good-plugins.hierarchy:
+ * docs/plugins/inspect/plugin-1394.xml:
+ * docs/plugins/inspect/plugin-aasink.xml:
+ * docs/plugins/inspect/plugin-alaw.xml:
+ * docs/plugins/inspect/plugin-alpha.xml:
+ * docs/plugins/inspect/plugin-alphacolor.xml:
+ * docs/plugins/inspect/plugin-apetag.xml:
+ * docs/plugins/inspect/plugin-audiofx.xml:
+ * docs/plugins/inspect/plugin-audioparsers.xml:
+ * docs/plugins/inspect/plugin-auparse.xml:
+ * docs/plugins/inspect/plugin-autodetect.xml:
+ * docs/plugins/inspect/plugin-avi.xml:
+ * docs/plugins/inspect/plugin-cacasink.xml:
+ * docs/plugins/inspect/plugin-cairo.xml:
+ * docs/plugins/inspect/plugin-cutter.xml:
+ * docs/plugins/inspect/plugin-debug.xml:
+ * docs/plugins/inspect/plugin-deinterlace.xml:
+ * docs/plugins/inspect/plugin-dtmf.xml:
+ * docs/plugins/inspect/plugin-dv.xml:
+ * docs/plugins/inspect/plugin-effectv.xml:
+ * docs/plugins/inspect/plugin-equalizer.xml:
+ * docs/plugins/inspect/plugin-flac.xml:
+ * docs/plugins/inspect/plugin-flv.xml:
+ * docs/plugins/inspect/plugin-flxdec.xml:
+ * docs/plugins/inspect/plugin-gdkpixbuf.xml:
+ * docs/plugins/inspect/plugin-goom.xml:
+ * docs/plugins/inspect/plugin-goom2k1.xml:
+ * docs/plugins/inspect/plugin-icydemux.xml:
+ * docs/plugins/inspect/plugin-id3demux.xml:
+ * docs/plugins/inspect/plugin-imagefreeze.xml:
+ * docs/plugins/inspect/plugin-interleave.xml:
+ * docs/plugins/inspect/plugin-isomp4.xml:
+ * docs/plugins/inspect/plugin-jack.xml:
+ * docs/plugins/inspect/plugin-jpeg.xml:
+ * docs/plugins/inspect/plugin-level.xml:
+ * docs/plugins/inspect/plugin-matroska.xml:
+ * docs/plugins/inspect/plugin-mulaw.xml:
+ * docs/plugins/inspect/plugin-multifile.xml:
+ * docs/plugins/inspect/plugin-multipart.xml:
+ * docs/plugins/inspect/plugin-navigationtest.xml:
+ * docs/plugins/inspect/plugin-oss4.xml:
+ * docs/plugins/inspect/plugin-ossaudio.xml:
+ * docs/plugins/inspect/plugin-png.xml:
+ * docs/plugins/inspect/plugin-pulseaudio.xml:
+ * docs/plugins/inspect/plugin-replaygain.xml:
+ * docs/plugins/inspect/plugin-rtp.xml:
+ * docs/plugins/inspect/plugin-rtpmanager.xml:
+ * docs/plugins/inspect/plugin-rtsp.xml:
+ * docs/plugins/inspect/plugin-shapewipe.xml:
+ * docs/plugins/inspect/plugin-shout2send.xml:
+ * docs/plugins/inspect/plugin-smpte.xml:
+ * docs/plugins/inspect/plugin-soup.xml:
+ * docs/plugins/inspect/plugin-spectrum.xml:
+ * docs/plugins/inspect/plugin-speex.xml:
+ * docs/plugins/inspect/plugin-taglib.xml:
+ * docs/plugins/inspect/plugin-udp.xml:
+ * docs/plugins/inspect/plugin-video4linux2.xml:
+ * docs/plugins/inspect/plugin-videobox.xml:
+ * docs/plugins/inspect/plugin-videocrop.xml:
+ * docs/plugins/inspect/plugin-videofilter.xml:
+ * docs/plugins/inspect/plugin-videomixer.xml:
+ * docs/plugins/inspect/plugin-vpx.xml:
+ * docs/plugins/inspect/plugin-wavenc.xml:
+ * docs/plugins/inspect/plugin-wavpack.xml:
+ * docs/plugins/inspect/plugin-wavparse.xml:
+ * docs/plugins/inspect/plugin-ximagesrc.xml:
+ * docs/plugins/inspect/plugin-y4menc.xml:
+ * gst-plugins-good.doap:
+ * win32/common/config.h:
+ Release 1.7.90
+
+2016-03-01 17:03:59 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * po/af.po:
+ * po/az.po:
+ * po/ca.po:
+ * po/da.po:
+ * po/el.po:
+ * po/en_GB.po:
+ * po/eo.po:
+ * po/es.po:
+ * po/eu.po:
+ * po/fi.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/mt.po:
+ * po/nb.po:
+ * po/or.po:
+ * po/pt_BR.po:
+ * po/ro.po:
+ * po/sk.po:
+ * po/sl.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/tr.po:
+ * po/zh_HK.po:
+ * po/zh_TW.po:
+ Update .po files
2016-03-01 16:53:27 +0200 Sebastian Dröge <sebastian@centricular.com>