Skip to content
Snippets Groups Projects
ChangeLog 4.36 MiB
Newer Older
=== release 1.7.1 ===
2015-12-24  Sebastian Dröge <slomo@coaxion.net>

	* configure.ac:
	  releasing 1.7.1
2015-12-24 12:22:32 +0100  Sebastian Dröge <sebastian@centricular.com>
	* po/cs.po:
	* po/de.po:
	* po/el.po:
	* po/hu.po:
	* po/nb.po:
	* po/nl.po:
	* po/pl.po:
	* po/ru.po:
	* po/sr.po:
	* po/sv.po:
	* po/uk.po:
	* po/vi.po:
	* po/zh_CN.po:
	  po: Update translations

2015-12-21 09:57:33 -0300  Thiago Santos <thiagoss@osg.samsung.com>
	* gst/isomp4/qtdemux.c:
	* gst/isomp4/qtdemux.h:
	  qtdemux: drop flushes from our own offset seek
	  Prevents downstream from receiving flushes for a seek only in
	  upstream. Those seeks are only to start reading from the right
	  offset when skipping or returning to qt atoms.
	  https://bugzilla.gnome.org/show_bug.cgi?id=758928
2015-11-11 16:53:19 +0100  Thibault Saunier <tsaunier@gnome.org>
	* gst/matroska/matroska-demux.c:
	  matroskademux: Always set the channel mask for PCM streams
	  Just use the gst_audio_channel_get_fallback_mask function for now as
	  the specification is too complicated and nobody implements it.
2015-12-21 11:37:26 +0100  Thomas Roos <thomas.roos@industronic.de>

	* sys/directsound/gstdirectsoundsink.c:
	  directsoundsink: Fix sleep for buffer-time lower than 200000
	  https://bugzilla.gnome.org/show_bug.cgi?id=748680
2015-12-21 12:31:19 +0100  Sebastian Dröge <sebastian@centricular.com>
	* configure.ac:
	  configure: Use -Bsymbolic-functions if available
	  While this is more useful for libraries, some of our plugins with multiple
	  files and some internal API can also benefit from this.
2015-12-18 15:34:52 +0000  William Manley <will@williammanley.net>
	* gst/debugutils/progressreport.c:
	* gst/debugutils/progressreport.h:
	  progressreport: add support for using format=buffers with do-query=false
	  This is useful for investigating and debugging pipelines which are
	  producing buffers at a slower/faster rate than you would expect.
	  https://bugzilla.gnome.org/show_bug.cgi?id=759635
2015-12-18 15:49:43 -0500  Nicolas Dufresne <nicolas.dufresne@collabora.com>
	* sys/v4l2/gstv4l2object.c:
	  v4l2object: Update formats table
	  This change add all the new RGB based format. Those format removes the
	  ambiguity with the ALPHA channel. Some other missing multiplanar format
	  has been added with some additional cleanup.
2015-12-18 05:17:15 +1100  Jan Schmidt <jan@centricular.com>
	* gst/isomp4/gstqtmux.c:
	  qtmux: Don't write invalid edit list start time.
	  Avoid writing a negative number as a large positive
	  integer in an edit list when the first_ts is smaller
	  than the first_dts - which can happen when the first
	  packet received has a PTS but no DTS.
	  https://bugzilla.gnome.org/show_bug.cgi?id=759615
2015-12-04 23:16:45 +1100  Jan Schmidt <jan@centricular.com>
	* gst/multifile/gstsplitmuxsink.c:
	  splitmuxsink: Only update running time when it increases.
	  Don't increment running time from every buffer. The correct
	  logic to only increment when running time advances is a
	  little further down, so delete this left-over line.
2015-11-18 11:01:20 +0100  Thibault Saunier <tsaunier@gnome.org>
	* gst/matroska/matroska-mux.c:
	  matroska-mux: Implement prores support
	  https://bugzilla.gnome.org/show_bug.cgi?id=758258
2015-11-18 16:20:38 +1100  Jan Schmidt <jan@centricular.com>
	* gst/matroska/matroska-demux.c:
	* gst/matroska/matroska-ids.h:
	  matroska-demux: Play ProRes video streams
	  Generate video/x-prores caps for ProRes video streams.
	  Every frame needs an 8 byte header prepended, as described in
	  http://wiki.multimedia.cx/index.php?title=Apple_ProRes#Frame_layout
	  so do that in a post-processing callback.
	  https://bugzilla.gnome.org/show_bug.cgi?id=758258
2015-12-18 10:18:09 +0530  Ravi Kiran K N <ravi.kiran@samsung.com>
	* ext/dv/gstdvdec.h:
	  dvdec: Remove unused fields
	  Remove unused fields frame_len and space
	  https://bugzilla.gnome.org/show_bug.cgi?id=759614
2015-12-17 16:03:04 +0100  Vincent Dehors <vincent.dehors@openwide.fr>
	* gst/rtp/gstrtpj2kdepay.c:
	  rtpj2kdepay: Push one JPEG2000 frame per buffer, not a buffer list with multiple buffers
	  https://bugzilla.gnome.org/show_bug.cgi?id=758943
2015-12-16 11:43:58 +0000  Luis de Bethencourt <luisbg@osg.samsung.com>
	* ext/raw1394/gstdv1394src.c:
	* ext/raw1394/gsthdv1394src.c:
	  dv1394: log error if failed to set socket status flag
	  Log an error message if failed to set write or read socket as
	  non-blocking.
	  CID 1139608
	  CID 1139609
2015-12-15 17:10:00 +0000  Dave Craig <davecraig@unbalancedaudio.com>
	* gst/audioparsers/gstaacparse.c:
	* gst/audioparsers/gstac3parse.c:
	* gst/audioparsers/gstamrparse.c:
	* gst/audioparsers/gstdcaparse.c:
	* gst/audioparsers/gstflacparse.c:
	* gst/audioparsers/gstmpegaudioparse.c:
	* gst/audioparsers/gstsbcparse.c:
	* gst/audioparsers/gstwavpackparse.c:
	  audioparsers: Check for NULL return value of gst_pad_get_current_caps()
	  https://bugzilla.gnome.org/show_bug.cgi?id=759503
2015-12-16 09:35:53 +0100  Sebastian Dröge <sebastian@centricular.com>
	* docs/plugins/gst-plugins-good-plugins.args:
	* docs/plugins/gst-plugins-good-plugins.hierarchy:
	* docs/plugins/gst-plugins-good-plugins.interfaces:
	* 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:
Loading
Loading full blame...