aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog852
1 files changed, 675 insertions, 177 deletions
diff --git a/ChangeLog b/ChangeLog
index 2935b36..f9b88ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,135 @@
-=== release 1.0.10 ===
+=== release 1.1.90 ===
-2013-08-28 Tim-Philipp Müller <tim@centricular.net>
+2013-09-19 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* configure.ac:
- releasing 1.0.10
+ releasing 1.1.90
+
+2013-09-19 09:45:55 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * po/cs.po:
+ po: Update translations
+
+2013-09-18 19:13:45 -0400 Olivier Crête <olivier.crete@collabora.com>
+
+ * ext/x264/gstx264enc.c:
+ * tests/check/elements/x264enc.c:
+ x264enc: Implement getcaps that restricts the input format depending on the output profile
+ Also add some x264enc profile tests
+ https://bugzilla.gnome.org/show_bug.cgi?id=708326
+
+2013-09-16 19:38:36 +0200 Matej Knopp <matej.knopp@gmail.com>
+
+ * gst/asfdemux/asfpacket.c:
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: fix playback regression in push mode
+
+2013-09-10 19:33:33 -0300 Thiago Santos <thiago.sousa.santos@collabora.com>
+
+ * gst/asfdemux/gstasfdemux.h:
+ asfdemux: remove unused variable
+
+2013-09-05 22:56:48 +0200 Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Don't unref future state but the old one
+ Being silly will lead us nowhere.
+
+2013-09-04 16:32:43 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Check if we have an input state before using it
+ Flushing might happen before caps were set on the encoder,
+ which would lead to crashes here.
+ Thanks to Matej Knopp for analyzing this.
+ https://bugzilla.gnome.org/show_bug.cgi?id=707414
+
+2013-09-03 20:28:35 +0200 Matej Knopp <matej.knopp@gmail.com>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: fix unsigned comparison warning
+
+2013-08-28 13:27:05 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ Back to development
+
+=== release 1.1.4 ===
+
+2013-08-28 12:58:43 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ * docs/plugins/inspect/plugin-a52dec.xml:
+ * docs/plugins/inspect/plugin-amrnb.xml:
+ * docs/plugins/inspect/plugin-amrwbdec.xml:
+ * docs/plugins/inspect/plugin-asf.xml:
+ * docs/plugins/inspect/plugin-cdio.xml:
+ * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+ * docs/plugins/inspect/plugin-dvdread.xml:
+ * docs/plugins/inspect/plugin-dvdsub.xml:
+ * docs/plugins/inspect/plugin-lame.xml:
+ * docs/plugins/inspect/plugin-mad.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-realmedia.xml:
+ * docs/plugins/inspect/plugin-siddec.xml:
+ * docs/plugins/inspect/plugin-twolame.xml:
+ * docs/plugins/inspect/plugin-x264.xml:
+ * docs/plugins/inspect/plugin-xingmux.xml:
+ * gst-plugins-ugly.doap:
+ * win32/common/config.h:
+ Release 1.1.4
+
+2013-08-28 12:58:37 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * 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/ms.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-08-28 12:32:37 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * po/pt_BR.po:
+ po: update translations
2013-08-27 14:13:06 +0100 Tim-Philipp Müller <tim@centricular.net>
@@ -33,9 +159,74 @@
then fail, so we need to either check for > 0.119.0 or
for >= 0.120 to make this work right.
-=== release 1.0.9 ===
+2013-08-17 23:09:15 +0100 Tim-Philipp Müller <tim@centricular.net>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: minor clean-up
+ We requires x264 build >= 120 now.
+
+2013-08-15 15:30:31 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ mpeg2dec: Fix mpeg2_reset() calls
+
+2013-08-15 15:27:48 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ * ext/x264/gstx264enc.c:
+ ext: Use new flush vfunc of video codec base classes and remove reset implementations
+
+2013-08-01 01:34:05 +0200 Matej Knopp <matej.knopp@gmail.com>
+
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: fix build on C89 compilers
+
+2013-07-30 17:28:17 +0200 Matej Knopp <matej.knopp@gmail.com>
+
+ * gst/asfdemux/asfpacket.c:
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: fix seeking in push mode
+
+2013-08-02 14:14:48 +0200 Lubosz Sarnecki <lubosz@gmail.com>
+
+ * configure.ac:
+ build: add subdir-objects to AM_INIT_AUTOMAKE
+ Fixes warnings in automake 1.14
+ https://bugzilla.gnome.org/show_bug.cgi?id=705350
+
+2013-08-02 08:25:49 +0200 Edward Hervey <edward@collabora.com>
-2013-07-30 12:17:25 +0100 Tim-Philipp Müller <tim@centricular.net>
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ mpeg2dec: Do a hard reset of flush_stop
+ Which is notified by hard == 0 with latest refactoring.
+
+2013-07-29 21:09:37 +0100 Tim-Philipp Müller <tim@centricular.net>
+
+ * po/LINGUAS:
+ * po/da.po:
+ * po/de.po:
+ * po/gl.po:
+ * po/hr.po:
+ * po/hu.po:
+ * po/ja.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/pl.po:
+ * po/ru.po:
+ * po/sl.po:
+ * po/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ po: update translations
+
+2013-07-29 14:48:21 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ Back to development
+
+=== release 1.1.3 ===
+
+2013-07-29 13:46:08 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* ChangeLog:
* NEWS:
@@ -59,19 +250,158 @@
* docs/plugins/inspect/plugin-xingmux.xml:
* gst-plugins-ugly.doap:
* win32/common/config.h:
- Release 1.0.9
+ Release 1.1.3
+
+2013-07-29 13:46:05 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * 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/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/lt.po:
+ * po/lv.po:
+ * po/ms.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-07-29 12:13:17 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rmdemux.c:
+ gst: Don't swap start/stop for negative rates in the SEGMENT query
+
+2013-07-29 10:57:38 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rmdemux.c:
+ real: Implement SEGMENT query
+
+2013-07-29 10:56:06 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: Implement SEGMENT query
+
+2013-07-28 16:43:28 +0200 Matej Knopp <matej.knopp@gmail.com>
+
+ * gst/asfdemux/asfheaders.c:
+ * gst/asfdemux/asfheaders.h:
+ * gst/asfdemux/asfpacket.c:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/asfdemux/gstasfdemux.h:
+ asfdemux: Add support for dvr-ms
+ https://bugzilla.gnome.org/show_bug.cgi?id=705026
+
+2013-07-26 16:47:48 +0200 Edward Hervey <edward@collabora.com>
+
+ * gst/realmedia/rtspreal.c:
+ rtspreal: Ensure output value has an assigned value
+ In the case where this macro was used, that dest was != NULL but that
+ the strncmp failed, we would end up with dest_len being undefined.
+
+2013-07-26 16:39:12 +0200 Edward Hervey <edward@collabora.com>
+
+ * ext/x264/gstx264enc.c:
+ x264: Fix dts comparision
+ We were assigning to a guint64 value (frame->dts) the sum of a unsigned
+ and signed value... resulting it the result never being < 0.
+ Instead just check if it is smaller before assigning to frame->dts.
+
+2013-07-25 11:28:54 -0300 Thiago Santos <thiago.sousa.santos@collabora.com>
+
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/asfdemux/gstasfdemux.h:
+ asfdemux: fix seqnum handling for seeks
+ Use the same seqnum as the seek for flushes/segments that are
+ caused by the seek. Also do the same for segment events
+ Fixes #676242
+
+2013-07-25 13:35:44 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ mpeg2dec: Clean up reset/start/stop handling
+
+2013-07-25 11:01:20 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: React properly to flushing/resetting the encoder
+ https://bugzilla.gnome.org/show_bug.cgi?id=656007
+
+2013-07-22 16:01:13 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rademux.h:
+ * gst/realmedia/rmdemux.c:
+ * gst/realmedia/rmdemux.h:
+ realmedia: Add support for group-id in the stream-start event
+
+2013-07-22 15:45:57 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/asfdemux/gstasfdemux.h:
+ asfdemux: Add support for group-id in the stream-start event
+
+2013-07-22 15:43:18 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/sidplay/gstsiddec.cc:
+ * ext/sidplay/gstsiddec.h:
+ siddec: Add support for group-id in the stream-start event
+
+2013-07-18 17:14:29 +0200 Edward Hervey <edward@collabora.com>
+
+ * gst/realmedia/rmdemux.c:
+ rmdemux: Mark demuxer as "running" in push-mode
+ Allows queries (and other code) to be answered when working in push-mode.
+ Running would only be set to TRUE accordingly when working in pull-mode
+ once it had read header/index.
+ Fixes #680185
2013-07-17 16:17:54 +0200 Edward Hervey <edward@collabora.com>
* ext/mpeg2dec/gstmpeg2dec.c:
- mpeg2dec: fix crash on resolution changes
- Properly reset on sequence changes, otherwise we
- end up using stray data/buffers.
- https://bugzilla.gnome.org/show_bug.cgi?id=690701
+ mpeg2dec: Properly reset on sequence changes
+ Otherwise we end up using stray data/buffers.
+ Fixes #690701
+
+2013-07-11 16:57:24 +0200 Sebastian Dröge <slomo@circular-chaos.org>
-=== release 1.0.8 ===
+ * configure.ac:
+ Back to development
+
+=== release 1.1.2 ===
-2013-07-12 12:24:27 +0100 Tim-Philipp Müller <tim@centricular.net>
+2013-07-11 16:12:25 +0200 Sebastian Dröge <slomo@circular-chaos.org>
* ChangeLog:
* NEWS:
@@ -95,7 +425,50 @@
* docs/plugins/inspect/plugin-xingmux.xml:
* gst-plugins-ugly.doap:
* win32/common/config.h:
- Release 1.0.8
+ Release 1.1.2
+
+2013-07-11 16:12:21 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * 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/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/lt.po:
+ * po/lv.po:
+ * po/ms.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-06-18 20:06:24 +0200 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
@@ -104,35 +477,47 @@
This (mostly) reverts 683f5eeae7b830e4e4b790f3817ff6b8ce517b1c.
It worked just fine before ...
-2013-06-04 16:12:27 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+2013-06-25 14:20:37 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
- * ext/mpeg2dec/gstmpeg2dec.c:
- mpeg2dec: make the aspect ratio calculation more accurate.
- Utilize the libmpeg2 api: mpeg2_guess_aspect() to guess the
- aspect-ratio if we don't have a valid upstream PAR.
- https://bugzilla.gnome.org/show_bug.cgi?id=685103
+ * gst/realmedia/rdtmanager.c:
+ rdt: forward sticky events
-2013-05-09 19:40:49 -0400 Olivier Crête <olivier.crete@collabora.com>
+2013-06-05 18:36:40 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
- * ext/lame/gstlamemp3enc.c:
- lamemp3enc: Tell GstAudioEncoder about the number of incoming samples
- lame does internal resampling, but the base class only cares about
- the number of raw samples, so tell finish frames about that, not
- the number of samples in the outgoing frame.:
+ * configure.ac:
+ Back to development
-=== release 1.0.7 ===
+=== release 1.1.1 ===
-2013-04-26 13:08:42 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+2013-06-05 17:58:51 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* ChangeLog:
* NEWS:
* RELEASE:
+ * common:
* configure.ac:
+ * docs/plugins/gst-plugins-ugly-plugins.hierarchy:
+ * docs/plugins/inspect/plugin-a52dec.xml:
+ * docs/plugins/inspect/plugin-amrnb.xml:
+ * docs/plugins/inspect/plugin-amrwbdec.xml:
+ * docs/plugins/inspect/plugin-asf.xml:
+ * docs/plugins/inspect/plugin-cdio.xml:
+ * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+ * docs/plugins/inspect/plugin-dvdread.xml:
+ * docs/plugins/inspect/plugin-dvdsub.xml:
+ * docs/plugins/inspect/plugin-lame.xml:
+ * docs/plugins/inspect/plugin-mad.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-realmedia.xml:
+ * docs/plugins/inspect/plugin-siddec.xml:
+ * docs/plugins/inspect/plugin-twolame.xml:
+ * docs/plugins/inspect/plugin-x264.xml:
+ * docs/plugins/inspect/plugin-xingmux.xml:
* gst-plugins-ugly.doap:
* win32/common/config.h:
- Release 1.0.7
+ Release 1.1.1
-2013-04-26 13:08:35 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+2013-06-05 16:42:01 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* po/af.po:
* po/az.po:
@@ -149,7 +534,6 @@
* po/fi.po:
* po/fr.po:
* po/gl.po:
- * po/hr.po:
* po/hu.po:
* po/id.po:
* po/it.po:
@@ -176,14 +560,57 @@
* po/zh_CN.po:
Update .po files
-2013-03-06 13:28:37 +0000 Tom Greenwood <tgreenwood@Toms-MacBook-Pro.local>
+2013-06-05 15:15:16 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * common:
+ Automatic update of common submodule
+ From 098c0d7 to 01a7a46
+
+2013-06-04 16:12:27 +0300 Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ mpeg2dec: make the aspect ratio calculation more accurate.
+ Utilize the libmpeg2 api: mpeg2_guess_aspect() to guess the
+ aspect-ratio if we don't have a valid upstream PAR.
+ https://bugzilla.gnome.org/show_bug.cgi?id=685103
+
+2013-05-15 10:52:09 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From 5edcd85 to 098c0d7
+
+2013-05-13 13:19:27 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * tests/check/elements/amrnbenc.c:
+ * tests/check/elements/mpeg2dec.c:
+ * tests/check/elements/x264enc.c:
+ * tests/check/elements/xingmux.c:
+ tests: Fix event handling
+
+2013-05-09 19:40:49 -0400 Olivier Crête <olivier.crete@collabora.com>
+
+ * ext/lame/gstlamemp3enc.c:
+ lamemp3enc: Tell GstAudioEncoder about the number of incoming samples
+ lame does internal resampling, but the base class only cares about
+ the number of raw samples, so tell finish frames about that, not
+ the number of samples in the outgoing frame.:
+
+2013-04-30 10:01:29 +0100 Tim-Philipp Müller <tim@centricular.net>
* ext/x264/gstx264enc.c:
- x264enc: Fix for 0/1 framerate - now uses VFR in this case
- Previously did a division by zero.
- https://bugzilla.gnome.org/show_bug.cgi?id=695728
- Conflicts:
- ext/x264/gstx264enc.c
+ x264enc: output byte-stream if downstream has ANY caps
+ It's what people expect when they pipe the output to
+ filesink or into a tcp connection or pipe.
+
+2013-04-22 23:52:48 +0100 Tim-Philipp Müller <tim@centricular.net>
+
+ * MAINTAINERS:
+ * README:
+ * README.static-linking:
+ * common:
+ Automatic update of common submodule
+ From 3cb3d3c to 5edcd85
2012-10-24 12:15:54 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
@@ -206,33 +633,62 @@
* gst/xingmux/Makefile.am:
gst: Add better support for static plugins
-=== release 1.0.6 ===
+2013-04-14 17:55:44 +0100 Tim-Philipp Müller <tim@centricular.net>
-2013-03-22 13:57:27 +0000 Tim-Philipp Müller <tim@centricular.net>
+ * autogen.sh:
+ * common:
+ Automatic update of common submodule
+ From aed87ae to 3cb3d3c
- * ChangeLog:
- * NEWS:
- * RELEASE:
- * configure.ac:
- * docs/plugins/inspect/plugin-a52dec.xml:
- * docs/plugins/inspect/plugin-amrnb.xml:
- * docs/plugins/inspect/plugin-amrwbdec.xml:
- * docs/plugins/inspect/plugin-asf.xml:
- * docs/plugins/inspect/plugin-cdio.xml:
- * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
- * docs/plugins/inspect/plugin-dvdread.xml:
- * docs/plugins/inspect/plugin-dvdsub.xml:
- * docs/plugins/inspect/plugin-lame.xml:
- * docs/plugins/inspect/plugin-mad.xml:
- * docs/plugins/inspect/plugin-mpeg2dec.xml:
- * docs/plugins/inspect/plugin-realmedia.xml:
- * docs/plugins/inspect/plugin-siddec.xml:
- * docs/plugins/inspect/plugin-twolame.xml:
- * docs/plugins/inspect/plugin-x264.xml:
- * docs/plugins/inspect/plugin-xingmux.xml:
- * gst-plugins-ugly.doap:
- * win32/common/config.h:
- Release 1.0.6
+2013-04-09 21:00:43 +0200 Stefan Sauer <ensonic@users.sf.net>
+
+ * common:
+ Automatic update of common submodule
+ From 04c7a1e to aed87ae
+
+2013-03-25 18:05:14 -0700 David Schleef <ds@schleef.org>
+
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/realmedia/rmdemux.c:
+ Use %03u instead of %u in gst_pad_create_stream_id_printf()
+
+2013-03-06 13:28:37 +0000 Tom Greenwood <tgreenwood@Toms-MacBook-Pro.local>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Fix for 0/1 framerate - now uses VFR in this case
+ Previously did a division by zero.
+ https://bugzilla.gnome.org/show_bug.cgi?id=695728
+
+2013-03-07 00:02:00 +0000 Tim-Philipp Müller <tim@centricular.net>
+
+ * common:
+ Automatic update of common submodule
+ From 2de221c to 04c7a1e
+
+2013-02-08 00:15:01 +0000 Tim-Philipp Müller <tim@centricular.net>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: simplify template caps
+ No need to make an array for one single element.
+
+2013-02-08 00:11:03 +0000 Tim-Philipp Müller <tim@centricular.net>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: put all theoretically possible formats in template caps
+ and decide at runtime which subset of these (8-bit or 10-bit video
+ formats) is supported. libx264 will be compiled for one of these
+ two options, and it is possible to switch by pointing the dynamic
+ linker to a different libx264 build at runtime. If we want our
+ template caps to be correct, they should contain all then, with
+ the actually supported ones determined at runtime.
+ https://bugzilla.gnome.org/show_bug.cgi?id=691935
+
+2013-01-23 10:16:51 +0000 Tim-Philipp Müller <tim@centricular.net>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: detect supported bit depth and pixel formats at runtime
+ http://bugs.debian.org/667573
+ https://bugzilla.gnome.org/show_bug.cgi?id=691935
2013-01-30 09:15:18 +0100 Benjamin Gaignard <benjamin.gaignard@st.com>
@@ -241,35 +697,25 @@
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
https://bugzilla.gnome.org/show_bug.cgi?id=692857
-=== release 1.0.5 ===
+2013-01-28 20:43:08 +0100 Stefan Sauer <ensonic@users.sf.net>
-2013-01-08 10:33:48 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+ * common:
+ Automatic update of common submodule
+ From a942293 to 2de221c
- * ChangeLog:
- * NEWS:
- * RELEASE:
- * configure.ac:
- * docs/plugins/inspect/plugin-a52dec.xml:
- * docs/plugins/inspect/plugin-amrnb.xml:
- * docs/plugins/inspect/plugin-amrwbdec.xml:
- * docs/plugins/inspect/plugin-asf.xml:
- * docs/plugins/inspect/plugin-cdio.xml:
- * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
- * docs/plugins/inspect/plugin-dvdread.xml:
- * docs/plugins/inspect/plugin-dvdsub.xml:
- * docs/plugins/inspect/plugin-lame.xml:
- * docs/plugins/inspect/plugin-mad.xml:
- * docs/plugins/inspect/plugin-mpeg2dec.xml:
- * docs/plugins/inspect/plugin-realmedia.xml:
- * docs/plugins/inspect/plugin-siddec.xml:
- * docs/plugins/inspect/plugin-twolame.xml:
- * docs/plugins/inspect/plugin-x264.xml:
- * docs/plugins/inspect/plugin-xingmux.xml:
- * gst-plugins-ugly.doap:
- * po/ja.po:
- * po/nb.po:
- * win32/common/config.h:
- Release 1.0.5
+2013-01-15 15:18:04 +0100 Martin Pitt <martinpitt@gnome.org>
+
+ * tests/check/Makefile.am:
+ tests: use _1_0 variants for the various registry variables
+ These override the variants without version suffix. Makes 'make check' work
+ properly in environments that set the suffixed variant for 1.0, such as
+ jhbuild.
+
+2013-01-15 15:06:41 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * common:
+ Automatic update of common submodule
+ From a72faea to a942293
2012-12-30 23:56:14 +0000 Tim-Philipp Müller <tim@centricular.net>
@@ -284,111 +730,61 @@
* ext/mpeg2dec/gstmpeg2dec.c:
mpeg2dec: use appropriate printf format for gsize
-=== release 1.0.4 ===
-
-2012-12-18 22:52:18 +0000 Tim-Philipp Müller <tim@centricular.net>
-
- * ChangeLog:
- * NEWS:
- * RELEASE:
- * configure.ac:
- * docs/plugins/inspect/plugin-a52dec.xml:
- * docs/plugins/inspect/plugin-amrnb.xml:
- * docs/plugins/inspect/plugin-amrwbdec.xml:
- * docs/plugins/inspect/plugin-asf.xml:
- * docs/plugins/inspect/plugin-cdio.xml:
- * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
- * docs/plugins/inspect/plugin-dvdread.xml:
- * docs/plugins/inspect/plugin-dvdsub.xml:
- * docs/plugins/inspect/plugin-lame.xml:
- * docs/plugins/inspect/plugin-mad.xml:
- * docs/plugins/inspect/plugin-mpeg2dec.xml:
- * docs/plugins/inspect/plugin-realmedia.xml:
- * docs/plugins/inspect/plugin-siddec.xml:
- * docs/plugins/inspect/plugin-twolame.xml:
- * docs/plugins/inspect/plugin-x264.xml:
- * docs/plugins/inspect/plugin-xingmux.xml:
- * gst-plugins-ugly.doap:
- * win32/common/config.h:
- Release 1.0.4
-
-2012-12-18 18:56:48 +0000 Tim-Philipp Müller <tim@centricular.net>
+2012-12-19 17:15:03 +0100 Thijs Vermeir <thijsvermeir@gmail.com>
- * po/LINGUAS:
- * po/da.po:
- * po/de.po:
- * po/gl.po:
- * po/hr.po:
- * po/hu.po:
- * po/nb.po:
- * po/nl.po:
- * po/pl.po:
- * po/ru.po:
- * po/sl.po:
- * po/uk.po:
- * po/vi.po:
- po: update translations
+ * ext/cdio/gstcdio.h:
+ cdio: Fix redundant redeclaration of 'cdio_version_string'
+ cdio/version.h is already included by cdio/cdio.h
2012-12-01 13:26:26 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/sidplay/gstsiddec.cc:
siddec: init debug category
-2012-11-21 12:58:29 +0000 Tim-Philipp Müller <tim@centricular.net>
+2012-11-30 20:09:03 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* configure.ac:
- * docs/plugins/inspect/plugin-a52dec.xml:
- * docs/plugins/inspect/plugin-amrnb.xml:
- * docs/plugins/inspect/plugin-amrwbdec.xml:
- * docs/plugins/inspect/plugin-asf.xml:
- * docs/plugins/inspect/plugin-cdio.xml:
- * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
- * docs/plugins/inspect/plugin-dvdread.xml:
- * docs/plugins/inspect/plugin-dvdsub.xml:
- * docs/plugins/inspect/plugin-lame.xml:
- * docs/plugins/inspect/plugin-mad.xml:
- * docs/plugins/inspect/plugin-mpeg2dec.xml:
- * docs/plugins/inspect/plugin-realmedia.xml:
- * docs/plugins/inspect/plugin-siddec.xml:
- * docs/plugins/inspect/plugin-twolame.xml:
- * docs/plugins/inspect/plugin-x264.xml:
- * docs/plugins/inspect/plugin-xingmux.xml:
- * win32/common/config.h:
- Back to development (bug fixing)
+ * ext/dvdread/Makefile.am:
+ dvdread: link to libgmodule-2.0 since the g_module_* API is used
+ And the gmodule lib has been moved into the Requires.private
+ section of the pkg-config file in core.
-=== release 1.0.3 ===
+2012-11-27 17:07:31 +0000 Tim-Philipp Müller <tim@centricular.net>
+
+ * ext/cdio/gstcdiocddasrc.c:
+ * ext/cdio/gstcdiocddasrc.h:
+ cdiocddasrc: detect whether drive produces samples in non-host endianness
+ If drive produces samples in other endianness than the host,
+ we need to byte swap them before pushing them out, or we
+ produce nothing but noise. cdparanoia detects this automatically,
+ but libcdio does not, so we have to do it ourselves.
+ This is needed on e.g. the PowerBook G4 with Matshita UJ-816 drive.
+ https://bugzilla.gnome.org/show_bug.cgi?id=377280
-2012-11-21 10:22:16 +0000 Tim-Philipp Müller <tim@centricular.net>
+2012-11-19 11:27:21 +0000 Tim-Philipp Müller <tim@centricular.net>
- * ChangeLog:
- * NEWS:
- * RELEASE:
- * configure.ac:
- * docs/plugins/inspect/plugin-a52dec.xml:
- * docs/plugins/inspect/plugin-amrnb.xml:
- * docs/plugins/inspect/plugin-amrwbdec.xml:
- * docs/plugins/inspect/plugin-asf.xml:
- * docs/plugins/inspect/plugin-cdio.xml:
- * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
- * docs/plugins/inspect/plugin-dvdread.xml:
- * docs/plugins/inspect/plugin-dvdsub.xml:
- * docs/plugins/inspect/plugin-lame.xml:
- * docs/plugins/inspect/plugin-mad.xml:
- * docs/plugins/inspect/plugin-mpeg2dec.xml:
- * docs/plugins/inspect/plugin-realmedia.xml:
- * docs/plugins/inspect/plugin-siddec.xml:
- * docs/plugins/inspect/plugin-twolame.xml:
- * docs/plugins/inspect/plugin-x264.xml:
- * docs/plugins/inspect/plugin-xingmux.xml:
- * gst-plugins-ugly.doap:
- * win32/common/config.h:
- Release 1.0.3
+ * common:
+ Automatic update of common submodule
+ From b497c4f to a72faea
2012-11-16 13:32:00 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* tests/check/elements/xingmux_testdata.h:
xingmux: Fix unit test after change to correctly calculate number of frames
+2012-11-15 16:42:09 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Add support for 10-bit color formats
+ Requires x264 to be built with 10-bit support, which disables
+ 9-bit support. Also only advertise the color formats that were
+ compiled into x264.
+
+2012-11-15 16:21:49 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Add support for Y444, Y42B and NV12
+
2012-11-11 20:42:42 +0000 Tim-Philipp Müller <tim@centricular.net>
* ext/cdio/Makefile.am:
@@ -407,11 +803,113 @@
frame duration, as spf*GST_SECOND/rate is not an integer
(26122448.9) an it must be 26122449.
+2012-11-07 20:45:38 +0000 Tim-Philipp Müller <tim@centricular.net>
+
+ * configure.ac:
+ configure.ac: update courtesy of autoupdate
+
+2012-11-07 20:39:56 +0000 Tim-Philipp Müller <tim@centricular.net>
+
+ * common:
+ * configure.ac:
+ configure: let AG_GST_PLUGIN_DOCS check for python
+ And update common for move from AS_PATH_PYTHON to AM_PATH_PYTHON,
+ which as a side-effect should pick up newer python versions as
+ well.
+ https://bugzilla.gnome.org/show_bug.cgi?id=563903
+
2012-11-05 13:16:52 -0800 Michael Smith <msmith@rdio.com>
* gst/dvdlpcmdec/gstdvdlpcmdec.c:
dvdlpcmdec: Fix parsing of headers to set correct width to allow decode.
+2012-11-03 20:40:37 +0000 Tim-Philipp Müller <tim@centricular.net>
+
+ * docs/random/LICENSE:
+ * ext/a52dec/gsta52dec.c:
+ * ext/a52dec/gsta52dec.h:
+ * ext/amrnb/amrnb.c:
+ * ext/amrnb/amrnbdec.c:
+ * ext/amrnb/amrnbdec.h:
+ * ext/amrnb/amrnbenc.c:
+ * ext/amrnb/amrnbenc.h:
+ * ext/amrwbdec/amrwb.c:
+ * ext/amrwbdec/amrwbdec.c:
+ * ext/amrwbdec/amrwbdec.h:
+ * ext/cdio/gstcdio.c:
+ * ext/cdio/gstcdio.h:
+ * ext/cdio/gstcdiocddasrc.c:
+ * ext/cdio/gstcdiocddasrc.h:
+ * ext/dvdread/dvdreadsrc.c:
+ * ext/dvdread/dvdreadsrc.h:
+ * ext/lame/gstlamemp3enc.c:
+ * ext/lame/gstlamemp3enc.h:
+ * ext/lame/plugin.c:
+ * ext/mad/gstmad.c:
+ * ext/mad/gstmad.h:
+ * ext/mpeg2dec/gstmpeg2dec.c:
+ * ext/mpeg2dec/gstmpeg2dec.h:
+ * ext/sidplay/gstsiddec.cc:
+ * ext/sidplay/gstsiddec.h:
+ * ext/twolame/gsttwolamemp2enc.c:
+ * ext/twolame/gsttwolamemp2enc.h:
+ * ext/x264/gstx264enc.c:
+ * ext/x264/gstx264enc.h:
+ * gst-libs/gst/gettext.h:
+ * gst-libs/gst/glib-compat-private.h:
+ * gst-libs/gst/gst-i18n-plugin.h:
+ * gst/asfdemux/asfheaders.c:
+ * gst/asfdemux/asfheaders.h:
+ * gst/asfdemux/asfpacket.c:
+ * gst/asfdemux/asfpacket.h:
+ * gst/asfdemux/gstasf.c:
+ * gst/asfdemux/gstasfdemux.c:
+ * gst/asfdemux/gstasfdemux.h:
+ * gst/asfdemux/gstrtpasfdepay.c:
+ * gst/asfdemux/gstrtpasfdepay.h:
+ * gst/asfdemux/gstrtspwms.c:
+ * gst/asfdemux/gstrtspwms.h:
+ * gst/dvdlpcmdec/gstdvdlpcmdec.c:
+ * gst/dvdlpcmdec/gstdvdlpcmdec.h:
+ * gst/dvdsub/gstdvdsubdec.c:
+ * gst/dvdsub/gstdvdsubdec.h:
+ * gst/dvdsub/gstdvdsubparse.c:
+ * gst/dvdsub/gstdvdsubparse.h:
+ * gst/realmedia/asmrules.c:
+ * gst/realmedia/asmrules.h:
+ * gst/realmedia/gstrdtbuffer.c:
+ * gst/realmedia/gstrdtbuffer.h:
+ * gst/realmedia/pnmsrc.c:
+ * gst/realmedia/pnmsrc.h:
+ * gst/realmedia/rademux.c:
+ * gst/realmedia/rademux.h:
+ * gst/realmedia/rdtdepay.c:
+ * gst/realmedia/rdtdepay.h:
+ * gst/realmedia/rdtjitterbuffer.c:
+ * gst/realmedia/rdtjitterbuffer.h:
+ * gst/realmedia/rdtmanager.c:
+ * gst/realmedia/rdtmanager.h:
+ * gst/realmedia/realhash.c:
+ * gst/realmedia/realhash.h:
+ * gst/realmedia/realmedia.c:
+ * gst/realmedia/rmdemux.c:
+ * gst/realmedia/rmdemux.h:
+ * gst/realmedia/rmutils.c:
+ * gst/realmedia/rmutils.h:
+ * gst/realmedia/rtspreal.c:
+ * gst/realmedia/rtspreal.h:
+ * gst/xingmux/gstxingmux.c:
+ * gst/xingmux/gstxingmux.h:
+ * gst/xingmux/plugin.c:
+ * tests/check/elements/amrnbenc.c:
+ * tests/check/elements/mpeg2dec.c:
+ * tests/check/elements/x264enc.c:
+ * tests/check/generic/index.c:
+ * tests/check/generic/states.c:
+ * tests/check/pipelines/lame.c:
+ Fix FSF address
+ https://bugzilla.gnome.org/show_bug.cgi?id=687520
+
2012-10-30 13:39:52 +0100 Andreas Frisch <fraxinas@opendreambox.org>
* gst/dvdsub/gstdvdsubdec.c:
@@ -425,7 +923,7 @@
Reset the total_bytes counter so that we get timestamps correct.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686931
-2012-10-25 12:35:37 +0100 Tim-Philipp Müller <tim@centricular.net>
+2012-10-25 12:38:47 +0100 Tim-Philipp Müller <tim@centricular.net>
* configure.ac:
* docs/plugins/inspect/plugin-a52dec.xml:
@@ -445,7 +943,7 @@
* docs/plugins/inspect/plugin-x264.xml:
* docs/plugins/inspect/plugin-xingmux.xml:
* win32/common/config.h:
- Back to development (bug fixing)
+ Back to feature development
=== release 1.0.2 ===