summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog352
1 files changed, 350 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d5b2c276..ef8caf766 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,357 @@
+=== release 1.0.9 ===
+
+2013-07-30 Tim-Philipp Müller <tim@centricular.net>
+
+ * configure.ac:
+ releasing 1.0.9
+
+2013-07-28 20:14:55 +0200 Matej Knopp <matej.knopp@gmail.com>
+
+ * gst/dvdspu/gstspu-vobsub-render.c:
+ dvdspu: artifacts when rendering clipped spu
+ https://bugzilla.gnome.org/show_bug.cgi?id=705039
+
+2013-07-29 12:29:53 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/openjpeg/gstopenjpegdec.c:
+ * ext/openjpeg/gstopenjpegdec.h:
+ * ext/openjpeg/gstopenjpegenc.c:
+ * ext/openjpeg/gstopenjpegenc.h:
+ openjpeg: Fix compilation without the single-include headers of 1.2
+
+2013-07-29 12:23:04 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/openjpeg/Makefile.am:
+ openjpeg: Add better support for static plugins
+
+2012-12-23 09:51:42 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpegdec.c:
+ openjpegdec: Only use 10 bit YUV formats for exactly 10 bit images, not <= 16 bit
+ And use the generic converter to AYUV64 for everything else.
+
+2012-12-18 22:23:42 +0100 Sebastian Rasmussen <sebras@gmail.com>
+
+ * ext/openjpeg/gstopenjpegdec.c:
+ * ext/openjpeg/gstopenjpegenc.c:
+ openjpegenc/-dec: print openjpeg logs for debug tracing
+
+2012-12-18 15:44:56 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpegenc.c:
+ openjpegenc: Add some properties
+
+2012-12-18 15:43:37 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpegdec.c:
+ openjpegdec: Don't crash if colorspace is not provided on the caps
+ g_str_equal() is *not* NULL-safe
+
+2012-12-17 17:19:54 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpegdec.c:
+ openjpegdec: Improve robustness against formats with different settings per component
+
+2012-12-17 17:13:22 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpegdec.c:
+ openjpegdec: Properties won't be needed in the decoder
+
+2012-12-17 17:11:50 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpegenc.c:
+ openjpegenc: Fix data pointer incrementing
+
+2012-12-17 17:06:29 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpegenc.c:
+ openjpegenc: Optimize image filling functions a bit
+
+2012-12-17 17:02:47 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpegdec.c:
+ openjpegdec: Add missing shifts
+
+2012-12-17 16:57:14 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpegdec.c:
+ openjpegdec: Optimize frame filling functions a bit
+
+2012-12-16 20:05:46 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpegdec.c:
+ * ext/openjpeg/gstopenjpegenc.c:
+ openjpeg: Correct template caps a bit
+
+2012-12-16 20:02:27 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpegdec.c:
+ * ext/openjpeg/gstopenjpegdec.h:
+ * ext/openjpeg/gstopenjpegenc.c:
+ openjpeg: Handle the num-components field in the caps
+
+2012-12-15 11:25:36 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpegdec.c:
+ * ext/openjpeg/gstopenjpegdec.h:
+ * ext/openjpeg/gstopenjpegenc.c:
+ openjpeg: Add support for the colorspace field in the caps
+
+2012-12-14 20:08:27 +0000 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/openjpeg/gstopenjpeg.c:
+ * ext/openjpeg/gstopenjpegenc.c:
+ * ext/openjpeg/gstopenjpegenc.h:
+ openjpeg: Add JPEG2000 encoder element
+
+2012-12-14 14:38:45 +0000 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ * ext/Makefile.am:
+ * ext/openjpeg/Makefile.am:
+ * ext/openjpeg/gstopenjpeg.c:
+ * ext/openjpeg/gstopenjpegdec.c:
+ * ext/openjpeg/gstopenjpegdec.h:
+ * ext/openjpeg/gstopenjpegenc.c:
+ * ext/openjpeg/gstopenjpegenc.h:
+ openjpeg: Add OpenJPEG based JPEG2000 decoder
+
+2013-06-20 22:12:11 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ * sys/Makefile.am:
+ * sys/winscreencap/Makefile.am:
+ * sys/winscreencap/gstdx9screencapsrc.c:
+ * sys/winscreencap/gstdx9screencapsrc.h:
+ * sys/winscreencap/gstgdiscreencapsrc.c:
+ * sys/winscreencap/gstgdiscreencapsrc.h:
+ * sys/winscreencap/gstwinscreencap.h:
+ winscreencap: Initial port to 1.0
+ Conflicts:
+ configure.ac
+ sys/winscreencap/Makefile.am
+
+2013-07-19 23:42:12 +0200 Youri Westerman <tetracon@gmail.com>
+
+ * sys/decklink/gstdecklink.cpp:
+ decklink: actually enable decklinksink
+ https://bugzilla.gnome.org/show_bug.cgi?id=704505
+
+2013-07-19 20:09:28 +0200 Youri Westerman <tetracon@gmail.com>
+
+ * sys/decklink/gstdecklinksink.cpp:
+ * sys/decklink/gstdecklinksink.h:
+ * sys/decklink/gstdecklinksrc.cpp:
+ * sys/decklink/gstdecklinksrc.h:
+ decklink: add "device-number" to select from multiple devices
+ https://bugzilla.gnome.org/show_bug.cgi?id=704505
+
+2013-03-21 07:05:54 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * configure.ac:
+ * ext/Makefile.am:
+ * ext/fluidsynth/Makefile.am:
+ * ext/fluidsynth/gstfluiddec.c:
+ * ext/fluidsynth/gstfluiddec.h:
+ fluidsynth: add fluidsynth midi renderer
+ Add a fluidsynth element that converts midi events into raw
+ float samples.
+ Pick fluidsynth plugin from git master.
+ fluidsynth: add more debug
+ fluidsynth: produce more accurate timestamps
+ fluidsynth: improve debug
+ fluidsynth: redirect logging to gst logging functions
+ fluidsynth: log midi tick event
+ fluidsynth: add properties
+ fluidsynth: reset on flush and state change
+ fluidsynth: handle discont
+ fluidsynth: fix debug of segment structure
+ fluidsynth: rename to fluiddec
+ https://bugzilla.gnome.org/show_bug.cgi?id=696041
+
+2013-03-21 06:50:52 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * configure.ac:
+ * gst/midi/Makefile.am:
+ * gst/midi/midi.c:
+ * gst/midi/midiparse.c:
+ * gst/midi/midiparse.h:
+ midiparse: add basic midi parser
+ Parses midi files and outputs buffers with midi events.
+ Pick midi parser from master branch.
+ midi: set rank as marginal
+ midiparse: small fixes
+ midiparse: handle midi in RIFF
+ midiparse: Update duration
+ midiparse: fix klass
+ midiparse: duration is max of all track durations
+ midiparse: small cleanups in error paths
+ midiparse: don't leak midi data
+ midiparse: clean up tracks
+ midiparse: simplify the callbacks
+ midiparse: implement seeking
+ midiparse: always seek back to beginning
+ midi: set midi parser rank primary
+ midiparser: ensure variable is initialized and fix debug message access
+ midiparse: Push stream-start event before anything else
+ midiparse: In pull mode drop SEGMENT, CAPS and STREAM_START events
+ gst: Add better support for static plugins
+ https://bugzilla.gnome.org/show_bug.cgi?id=696041
+
+2013-07-17 17:12:59 +0200 Arnaud Vrac <avrac@freebox.fr>
+
+ * gst/mpegdemux/gstmpegdemux.c:
+ mpegdemux: do not push discont buffers if they aren't discont
+ Explicitly unset discont flag when it shouldn't be set.
+ https://bugzilla.gnome.org/show_bug.cgi?id=682110
+
+2013-07-13 21:04:22 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ configure: Depend on gst-plugins-base 1.0.8
+ GST_AUDIO_INFO_ENDIANNESS was broken in gst-plugins-base
+ 1.0.7 and before and is used in gst-plugins-bad 1.0.8 now.
+
+2013-07-12 15:58:33 +0100 Tim-Philipp Müller <tim@centricular.net>
+
+ * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
+ * docs/plugins/gst-plugins-bad-plugins-sections.txt:
+ docs: add newly-ported elements to docs
+
=== release 1.0.8 ===
-2013-07-12 Tim-Philipp Müller <tim@centricular.net>
+2013-07-12 15:36:21 +0100 Tim-Philipp Müller <tim@centricular.net>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.0.8
+ * docs/plugins/gst-plugins-bad-plugins.args:
+ * docs/plugins/gst-plugins-bad-plugins.hierarchy:
+ * docs/plugins/inspect/plugin-adpcmdec.xml:
+ * docs/plugins/inspect/plugin-adpcmenc.xml:
+ * docs/plugins/inspect/plugin-asfmux.xml:
+ * docs/plugins/inspect/plugin-assrender.xml:
+ * docs/plugins/inspect/plugin-audiovisualizers.xml:
+ * docs/plugins/inspect/plugin-autoconvert.xml:
+ * docs/plugins/inspect/plugin-bayer.xml:
+ * docs/plugins/inspect/plugin-bz2.xml:
+ * docs/plugins/inspect/plugin-camerabin.xml:
+ * docs/plugins/inspect/plugin-celt.xml:
+ * docs/plugins/inspect/plugin-chromaprint.xml:
+ * docs/plugins/inspect/plugin-coloreffects.xml:
+ * docs/plugins/inspect/plugin-curl.xml:
+ * docs/plugins/inspect/plugin-dataurisrc.xml:
+ * docs/plugins/inspect/plugin-debugutilsbad.xml:
+ * docs/plugins/inspect/plugin-decklink.xml:
+ * docs/plugins/inspect/plugin-dtmf.xml:
+ * docs/plugins/inspect/plugin-dtsdec.xml:
+ * docs/plugins/inspect/plugin-dvb.xml:
+ * docs/plugins/inspect/plugin-dvbsuboverlay.xml:
+ * docs/plugins/inspect/plugin-dvdspu.xml:
+ * docs/plugins/inspect/plugin-faac.xml:
+ * docs/plugins/inspect/plugin-faad.xml:
+ * docs/plugins/inspect/plugin-festival.xml:
+ * docs/plugins/inspect/plugin-fieldanalysis.xml:
+ * docs/plugins/inspect/plugin-flite.xml:
+ * docs/plugins/inspect/plugin-fragmented.xml:
+ * docs/plugins/inspect/plugin-frei0r.xml:
+ * docs/plugins/inspect/plugin-gaudieffects.xml:
+ * docs/plugins/inspect/plugin-gdp.xml:
+ * docs/plugins/inspect/plugin-geometrictransform.xml:
+ * docs/plugins/inspect/plugin-gmedec.xml:
+ * docs/plugins/inspect/plugin-gsm.xml:
+ * docs/plugins/inspect/plugin-gstsiren.xml:
+ * docs/plugins/inspect/plugin-id3tag.xml:
+ * docs/plugins/inspect/plugin-inter.xml:
+ * docs/plugins/inspect/plugin-interlace.xml:
+ * docs/plugins/inspect/plugin-jpegformat.xml:
+ * docs/plugins/inspect/plugin-liveadder.xml:
+ * docs/plugins/inspect/plugin-mimic.xml:
+ * docs/plugins/inspect/plugin-mms.xml:
+ * docs/plugins/inspect/plugin-modplug.xml:
+ * docs/plugins/inspect/plugin-mpeg2enc.xml:
+ * docs/plugins/inspect/plugin-mpegpsdemux.xml:
+ * docs/plugins/inspect/plugin-mpegpsmux.xml:
+ * docs/plugins/inspect/plugin-mpegtsdemux.xml:
+ * docs/plugins/inspect/plugin-mpegtsmux.xml:
+ * docs/plugins/inspect/plugin-mpg123.xml:
+ * docs/plugins/inspect/plugin-mplex.xml:
+ * docs/plugins/inspect/plugin-neon.xml:
+ * docs/plugins/inspect/plugin-ofa.xml:
+ * docs/plugins/inspect/plugin-openal.xml:
+ * docs/plugins/inspect/plugin-opus.xml:
+ * docs/plugins/inspect/plugin-pcapparse.xml:
+ * docs/plugins/inspect/plugin-pnm.xml:
+ * docs/plugins/inspect/plugin-rawparse.xml:
+ * docs/plugins/inspect/plugin-removesilence.xml:
+ * docs/plugins/inspect/plugin-resindvd.xml:
+ * docs/plugins/inspect/plugin-rfbsrc.xml:
+ * docs/plugins/inspect/plugin-rtmp.xml:
+ * docs/plugins/inspect/plugin-rtpmux.xml:
+ * docs/plugins/inspect/plugin-rtpvp8.xml:
+ * docs/plugins/inspect/plugin-scaletempo.xml:
+ * docs/plugins/inspect/plugin-schro.xml:
+ * docs/plugins/inspect/plugin-sdp.xml:
+ * docs/plugins/inspect/plugin-segmentclip.xml:
+ * docs/plugins/inspect/plugin-shm.xml:
+ * docs/plugins/inspect/plugin-smooth.xml:
+ * docs/plugins/inspect/plugin-soundtouch.xml:
+ * docs/plugins/inspect/plugin-spandsp.xml:
+ * docs/plugins/inspect/plugin-speed.xml:
+ * docs/plugins/inspect/plugin-subenc.xml:
+ * docs/plugins/inspect/plugin-videoparsersbad.xml:
+ * docs/plugins/inspect/plugin-voaacenc.xml:
+ * docs/plugins/inspect/plugin-voamrwbenc.xml:
+ * docs/plugins/inspect/plugin-y4mdec.xml:
+ * docs/plugins/inspect/plugin-zbar.xml:
+ * gst-plugins-bad.doap:
+ * win32/common/config.h:
+ Release 1.0.8
+
+2013-07-12 15:24:28 +0100 Tim-Philipp Müller <tim@centricular.net>
+
+ * 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/ky.po:
+ * po/lt.po:
+ * po/lv.po:
+ * po/mt.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
2013-05-27 22:22:32 +0200 Arnaud Vrac <avrac@freebox.fr>