summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog242
1 files changed, 240 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ef22a5aed..4b624f50b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,247 @@
+=== release 1.8.2 ===
+
+2016-06-09 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.8.2
+
+2016-06-09 10:05:03 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * po/hr.po:
+ * po/pt_BR.po:
+ * po/sk.po:
+ po: Update translations
+
+2016-05-10 13:56:13 +0200 Stian Selnes <stian@pexip.com>
+
+ * gst-libs/gst/video/video-color.c:
+ * tests/check/libs/video.c:
+ video-color: Fix colorimetry IS_UNKNOWN
+ Fix issue with colorimetry default indicies not being in sync with the
+ actual table causing IS_UNKNOWN() to sometimes fail.
+ https://bugzilla.gnome.org/show_bug.cgi?id=767163
+
+2016-05-14 14:41:28 +0200 Olivier Crête <olivier.crete@collabora.com>
+
+ * ext/opus/gstopusdec.c:
+ opusdec: Use GST_AUDIO_DECODER_ERROR
+ This way, the first invalid stream won't break all decoding.
+ https://bugzilla.gnome.org/show_bug.cgi?id=766265
+
+2016-05-16 12:52:50 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+ * gst-libs/gst/video/gstvideosink.c:
+ videosink: ensure the debug category is always initialized
+ gst_video_sink_center_rect() can be called without a GstVideoSink
+ having been instantiated so we can't relly on the video sink
+ class_init function to init the category.
+ Fix a warning when running:
+ GST_CHECKS=test_video_center_rect GST_DEBUG=6 G_DEBUG=fatal_warnings make libs/video.check-norepeat
+ https://bugzilla.gnome.org/show_bug.cgi?id=766510
+
+2016-05-16 15:39:02 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+ * gst/playback/gstplaybin2.c:
+ playbin: fix suburidecodebin leak
+ We take a ref before removing which was never freeded.
+ The element is still alive anyway because the group has its own ref as
+ well.
+ Fix a leak with the 'test_suburi_error_wrongproto' test.
+ https://bugzilla.gnome.org/show_bug.cgi?id=766515
+
+2016-05-10 21:34:53 +0900 Hyunjun Ko <zzoon@igalia.com>
+
+ * gst-libs/gst/sdp/gstsdpmessage.c:
+ sdp: parse sdp attributes in case that sdp message doesn't contain mikey message
+ https://bugzilla.gnome.org/show_bug.cgi?id=766204
+
+2016-04-29 11:06:49 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/gst/pbutils/encoding-profile.c:
+ encoding-profile: Fix caps memory leak
+
+2016-04-28 11:18:23 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/gst/pbutils/encoding-profile.c:
+ encoding-profile: Fail to create encoding profile from discoverer info if no streams could be added
+ https://bugzilla.gnome.org/show_bug.cgi?id=765708
+
+2016-04-28 11:21:47 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/gst/pbutils/encoding-profile.c:
+ encoding-profile: Recurse into nested container profiles and only add the final audio/video streams
+ If we e.g. have AVI with DV container with video/audio inside the DV
+ container, we can't handle this at this point with an encoding profile.
+ Instead of erroring out, flatten the container hierarchy.
+ https://bugzilla.gnome.org/show_bug.cgi?id=765708
+
+2016-04-28 11:15:53 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/gst/pbutils/encoding-profile.c:
+ encoding-profile: Move adding of each stream to a helper function
+ https://bugzilla.gnome.org/show_bug.cgi?id=765708
+
+2016-05-02 14:21:55 -0300 Thiago Santos <thiagoss@osg.samsung.com>
+
+ * ext/opus/gstopusdec.c:
+ * tests/check/elements/opus.c:
+ opusdec: intersect with the filter before returning on getcaps
+ So upstream gets a smaller set to decide upon as it is what it requested
+ with the filter
+ https://bugzilla.gnome.org/show_bug.cgi?id=765684
+
+2016-05-02 10:23:09 -0300 Thiago Santos <thiagoss@osg.samsung.com>
+
+ * ext/opus/gstopusdec.c:
+ * tests/check/elements/opus.c:
+ opusdec: improve getcaps to return all possible rates
+ The library is capable of converting to different rates.
+ Includes tests.
+ https://bugzilla.gnome.org/show_bug.cgi?id=765684
+
+2016-05-02 10:21:52 -0300 Thiago Santos <thiagoss@osg.samsung.com>
+
+ * ext/opus/gstopusdec.c:
+ opusdec: remove artificial restriction on rate negotiation
+ Remove restrictions when rate is 48000, the underlying lib supports
+ converting any of the input to any of the output rates.
+ https://bugzilla.gnome.org/show_bug.cgi?id=765684
+
+2016-05-01 23:19:57 -0300 Thiago Santos <thiagoss@osg.samsung.com>
+
+ * ext/opus/gstopusdec.c:
+ opusdec: refactor getcaps repeated code into a function
+ Easier to read and maintain
+
+2016-05-02 10:36:07 -0300 Thiago Santos <thiagoss@osg.samsung.com>
+
+ * tests/check/elements/opus.c:
+ tests: opus: remove apparently useless macro in tests
+
+2016-04-28 09:59:25 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+ * ext/opus/gstopusdec.c:
+ opusdec: fix caps leaks
+ The caps returned by gst_pad_get_allowed_caps() was leaked.
+ https://bugzilla.gnome.org/show_bug.cgi?id=765706
+
+2016-04-25 17:16:04 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst/encoding/gstsmartencoder.c:
+ smartencoder: Only accept TIME segments for real
+ ... and don't try to push pending data without ever having received a SEGMENT
+ event before EOS
+ https://bugzilla.gnome.org/show_bug.cgi?id=765541
+
+2016-04-25 16:47:00 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/gst/pbutils/codec-utils.c:
+ codec-utils: H264 level idc 0 is not valid
+ Don't put level=0 into the caps, it confuses other elements.
+ https://bugzilla.gnome.org/show_bug.cgi?id=765538
+
+2016-04-25 16:48:36 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/gst/pbutils/codec-utils.c:
+ codec-utils: H265 level idc 0 is not valid
+ Don't put level=0 into the caps, it confuses other elements.
+ https://bugzilla.gnome.org/show_bug.cgi?id=765538
+
+2016-04-25 16:06:39 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/gst/pbutils/encoding-profile.c:
+ encoding-profile: Remove codec_data and streamheader fields from constraint caps
+ When converting discoverer output to an encoding profile, it makes sense to
+ omit these. It's very very unlikely that our encoder is going to produce bit
+ by bit the same codec_data or streamheader.
+ https://bugzilla.gnome.org/show_bug.cgi?id=765534
+
+2016-04-25 15:05:36 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/gst/pbutils/encoding-profile.h:
+ encoding-profile: Don't put G_BEGIN_DECLS around #include statements
+ It should only be around our own declarations.
+
=== release 1.8.1 ===
-2016-04-20 Sebastian Dröge <slomo@coaxion.net>
+2016-04-20 18:15:39 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.8.1
+ * 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-opus.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.8.1
+
+2016-04-20 18:02:22 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * po/af.po:
+ * po/az.po:
+ * po/bg.po:
+ * po/ca.po:
+ * po/cs.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
2016-04-15 17:48:26 +0100 Tim-Philipp Müller <tim@centricular.com>