summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1016
1 files changed, 531 insertions, 485 deletions
diff --git a/ChangeLog b/ChangeLog
index a7e933c87..20f7d21a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,538 @@
+=== release 1.8.3 ===
+
+2016-08-19 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.8.3
+
+2016-08-19 12:00:56 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * 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
+
+2016-08-16 18:46:49 +0300 Sergei Saveliev <saveliev.sergei@gmail.com>
+
+ * sys/applemedia/avfassetsrc.m:
+ avfassetsrc: Don't escape the URI another time in another location too
+ One location was forgotten in a913a0b9679dd58945ad105d240db45595fdaba6
+ https://bugzilla.gnome.org/show_bug.cgi?id=767492
+
+2016-08-01 11:45:30 +0200 Bernhard Miller <bernhard.miller@streamunlimited.com>
+
+ * gst/aiff/aiffparse.c:
+ aiffparse: keep end_offset when seeking
+ After seeking in aiff files the information about the data end offset is
+ discarded, leading to audio artifacts with metadata chunks at the end of
+ a file.
+ This patch retains the end offset information after a seek event.
+ https://bugzilla.gnome.org//show_bug.cgi?id=769376
+
+2016-08-06 16:15:33 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * gst/dvdspu/gstdvdspu.c:
+ dvdspu: don't crash if video frame could not be mapped
+ As might happen with e.g. vaapi and the test file from
+ https://bugzilla.gnome.org/show_bug.cgi?id=736227
+
+2016-08-08 11:28:44 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * sys/androidmedia/gstamc.c:
+ amc: Fix call to realloc() to allocate the correct size of items
+
+2016-08-01 10:28:26 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * sys/androidmedia/gstamc.c:
+ amc: If we find multiple codecs with the same name, just merge them
+ On the ODroid C1+ the H265 and H264 have the same name but are listed as two
+ different codecs. We have to handle them as the same one that supports both,
+ as otherwise we will register the same GType name twice which fails and we
+ then only have H265 support and not H264 support.
+
+2016-08-01 10:15:04 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * sys/androidmedia/gstamc.c:
+ amc: Use a GQueue for O(1) append instead of a GList
+
+2016-07-29 08:54:00 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * sys/androidmedia/gstamc.c:
+ amc: Print generated raw/encoded caps in debug logs
+
+2016-06-21 18:28:46 +1000 Matthew Waters <matthew@centricular.com>
+
+ * gst-libs/gst/gl/gstglcontext.c:
+ glcontext: fix get_current_gl_api() on win32
+ Another case of incorrect calling conventions.
+ Using this function on win32 would corrupt the stack pointer and end in
+ massive hilarity.
+
+2016-08-16 02:46:42 +1000 Jan Schmidt <jan@centricular.com>
+
+ * ext/qt/Makefile.am:
+ * ext/qt/gstplugin.cc:
+ qt: Disable qmlglsrc element in 1.8
+ It relies on GstGL features and GstVideoAffineTransformationMeta
+ that are only available in git master.
+
+2016-08-16 00:40:53 +1000 Jan Schmidt <jan@centricular.com>
+
+ * ext/qt/gstqtglutility.cc:
+ qt: Use wglShareLists() workaround unconditionally.
+ Sometimes wglCreateContextAttribsARB() exists, but
+ isn't functional (some Intel drivers), so it's
+ easiest to do the workaround unconditionally.
+
+2016-08-08 13:41:14 +1000 Jan Schmidt <jan@centricular.com>
+
+ * ext/qt/gstqtglutility.cc:
+ qt: Move debug statement to after the category init
+ Don't output debug to an uninitialised debug category.
+
+2016-07-27 08:16:47 +0800 Haihua Hu <jared.hu@nxp.com>
+
+ * ext/qt/Makefile.am:
+ * ext/qt/gstplugin.cc:
+ * ext/qt/gstqtglutility.cc:
+ * ext/qt/gstqtglutility.h:
+ * ext/qt/gstqtsrc.cc:
+ * ext/qt/gstqtsrc.h:
+ * ext/qt/qtitem.cc:
+ * ext/qt/qtwindow.cc:
+ * ext/qt/qtwindow.h:
+ qt: implement qmlglsrc for qml view grab
+ [Matthew Waters]: gst-indent sources
+ https://bugzilla.gnome.org/show_bug.cgi?id=768160
+
+2016-07-01 19:22:32 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * configure.ac:
+ * ext/qt/Makefile.am:
+ qt: fix build some more when QPA is not available
+ Compiler would complain about include directory that didn't
+ exist because QPA_INCLUDE_PATH gets subst-ed regardless
+ (and if it didn't we'd have just an empty -I argument).
+ https://bugzilla.gnome.org/show_bug.cgi?id=767553
+
+2016-06-27 18:15:08 +0800 Haihua Hu <jared.hu@nxp.com>
+
+ * configure.ac:
+ * ext/qt/qtitem.cc:
+ qmlglsink: Fix build error when don't have QPA installed.
+ Check header file existance and wrap the header file include
+ in the necessary #ifdef to avoid build error.
+ https://bugzilla.gnome.org/show_bug.cgi?id=767553
+
+2016-06-16 15:13:02 +1000 Matthew Waters <matthew@centricular.com>
+
+ * ext/qt/qtitem.cc:
+ * ext/qt/qtplugin.pro:
+ qmlglsink: add win32 support
+ The current state of c++ ABI's on Window's and Gst's/Qt's conflicting
+ mingw builds means that we cannot use mingw for building the qt plugin.
+ Instead, a qmake .pro file is provided that is expected to be used with the
+ msvc binaries provided by Qt like so:
+ (with the PATH environment variable containing the path to the qt biniaries
+ and PKG_CONFIG_PATH containing the path to GStreamer modules)
+ cd /path/to/sources/gst-plugins-bad/ext/qt
+ qmake -tp vc
+ Then open the resulting VS project and build the library. Then
+ cp debug/libgstqtsink.dll /path/to/prefix/lib/gstreamer-1.0/libgstqtsink.cll
+ https://bugzilla.gnome.org/show_bug.cgi?id=761260
+
+2016-04-14 18:14:32 +0300 Sergey Borovkov <sergey.borovkov@wireload.net>
+
+ * configure.ac:
+ * ext/qt/qtitem.cc:
+ * gst-libs/gst/gl/egl/gstegl.h:
+ qml: Enable qmlglsink for eglfs
+ https://bugzilla.gnome.org/show_bug.cgi?id=763044
+
+2016-06-16 00:44:48 +1000 Matthew Waters <matthew@centricular.com>
+
+ * ext/qt/qtitem.cc:
+ qmlglsink: propagate GL context creation failure upwards
+ Otherwise an application cannot know if the qmlglsink will be displaying frames
+ incorrectly/at all.
+
+2016-06-16 00:44:16 +1000 Matthew Waters <matthew@centricular.com>
+
+ * ext/qt/qtitem.cc:
+ qmlglsink: also allow wayland-egl as a platform name
+
+2016-06-12 15:35:28 +0800 Haihua Hu <jared.hu@nxp.com>
+
+ * configure.ac:
+ * ext/qt/Makefile.am:
+ * ext/qt/qtitem.cc:
+ qmlglsink: Add Wayland support
+ Don't use gstgldisplay to get wayland display. Should use QPA on wayland
+ to get wayland display for QT.
+ https://bugzilla.gnome.org/show_bug.cgi?id=767553
+
+2016-03-04 15:50:26 +0900 Vineeth TM <vineeth.tm@samsung.com>
+
+ * ext/qt/gstqtsink.cc:
+ bad: use new gst_element_class_add_static_pad_template()
+ https://bugzilla.gnome.org/show_bug.cgi?id=763081
+
+2016-08-15 16:37:44 +1000 Jan Schmidt <jan@centricular.com>
+
+ * sys/winks/gstksvideodevice.c:
+ * sys/winks/gstksvideodevice.h:
+ * sys/winks/gstksvideosrc.c:
+ * sys/winks/ksvideohelpers.c:
+ * sys/winks/ksvideohelpers.h:
+ winks: Fix RGB frame flipping and postprocessing
+ Uncompressed RGB frames can be (usually are) bottom-up
+ layout in DirectShow, and the code to flip them wasn't
+ properly ported from 0.10. Fix it.
+ Fix post-processing of RGB buffers. We need a writable
+ buffer, but the requests pool is holding an extra ref.
+ This could use more fixing to use a buffer pool
+
+2016-08-12 22:17:25 +1000 Jan Schmidt <jan@centricular.com>
+
+ * sys/winks/gstksvideosrc.c:
+ winks: Give the ksvideosrc PRIMARY rank
+ It's the primary video source on Windows, so give it a
+ rank for autoplugging by camerabin and friends
+
+2016-08-12 22:16:33 +1000 Jan Schmidt <jan@centricular.com>
+
+ * sys/winks/ksvideohelpers.c:
+ winks: Fix swapped RGBx/RGB caps mapping, and endianness.
+ The RGBx and RGB format mappings were reversed.
+ What Windows calls RGB are laid out as BGR in our parlance, so
+ switch that too
+
+2016-05-24 16:26:24 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
+
+ * sys/winks/ksdeviceprovider.c:
+ * sys/winks/kshelpers.c:
+ * sys/winks/kshelpers.h:
+ winks: Port to MSVC and pretend to be Windows XP
+ strcasecmp is not defined on MSVC, so just use the glib wrapper. Also pretend to
+ be Windows XP explicitly since the API we use was deprecated and removed
+ (ifdef-ed) from the SDK after this version of Windows. This will be especially
+ relevant once we stop supporting Windows XP soon:
+ https://bugzilla.gnome.org/show_bug.cgi?id=756866
+
+2016-07-18 18:36:42 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ext/openh264/gstopenh264dec.cpp:
+ * ext/openh264/gstopenh264enc.cpp:
+ * ext/openh264/gstopenh264enc.h:
+ openh264: fix up for API changes in v1.6.0
+ Update for API changes in v1.6.0.
+ https://bugzilla.gnome.org/show_bug.cgi?id=768771
+
+2016-05-24 00:55:11 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * gst-libs/gst/gl/Makefile.am:
+ * gst-libs/gst/insertbin/Makefile.am:
+ * gst-libs/gst/mpegts/Makefile.am:
+ * gst-libs/gst/player/Makefile.am:
+ g-i: pass compiler env to g-ir-scanner
+ It's what introspection.mak does as well. Should
+ fix spurious build failures on gnome-continuous.
+
+2016-04-22 15:02:01 -0300 Thiago Santos <thiagoss@osg.samsung.com>
+
+ * tests/check/elements/adaptive_demux_common.c:
+ * tests/check/elements/adaptive_demux_common.h:
+ tests: adaptivedemux: only check for data length after seek
+ When the test involves doing a seek, only check for data size after
+ the seek. The final segment range after seek might be different/smaller
+ than the threshold for doing the seek and doing the check before
+ seeking would fail.
+
+2016-07-13 23:02:10 +1000 Jan Schmidt <jan@centricular.com>
+
+ * gst-libs/gst/adaptivedemux/gstadaptivedemux.c:
+ * gst-libs/gst/adaptivedemux/gstadaptivedemux.h:
+ adaptivedemux: Add more safeguards around state changes.
+ Make state changes of internal elements more reliable by locking
+ their state, and ensuring that they aren't blocked pushing data
+ downstream before trying to set their state.
+ Add a boolean to avoid starting tasks when the main
+ thread is busy trying to shut the element down.
+
+2016-07-13 23:02:10 +1000 Jan Schmidt <jan@centricular.com>
+
+ * gst-libs/gst/adaptivedemux/gstadaptivedemux.c:
+ adaptivedemux: More locking/switching fixes
+ Release the manifest lock when signalling no-more-pads, as
+ that can call back into adaptivedemux again
+ Partial cherry-pick of 03f96d
+
+2016-07-26 01:17:11 +1000 Jan Schmidt <jan@centricular.com>
+
+ * gst-libs/gst/adaptivedemux/gstadaptivedemux.c:
+ adaptivedemux: Drop the manifest lock during outbound actions
+ Drop the manifest lock when performing actions that might
+ call back into adaptivedemux and trigger deadlocks, such
+ as adding/removing pads or sending in-band events (EOS).
+ Unlock the manifest lock when changing the child bin state to
+ NULL, as it might call back to acquire the manifest lock when
+ shutting down pads.
+ Drop the manifest lock while pushing events.
+
+2016-05-18 16:55:38 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+ * gst-libs/gst/adaptivedemux/gstadaptivedemux.c:
+ adaptivedemux: fix pending tags leak
+ https://bugzilla.gnome.org/show_bug.cgi?id=766662
+
+2016-05-09 12:50:47 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * sys/applemedia/Makefile.am:
+ applemedia: Ship all headers in tarballs
+ Some were missing from noinst_HEADERS.
+ https://bugzilla.gnome.org/show_bug.cgi?id=766163
+
+2016-06-30 23:06:29 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/openh264/gstopenh264enc.cpp:
+ openh264enc: Use a constant SPS/PPS ID no matter if openh264 older or newer than 1.4 is used
+
+2016-06-30 23:35:33 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/openh264/gstopenh264enc.cpp:
+ openh264enc: Fix initial time-per-frame calculation
+
+2016-06-30 10:33:30 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/openh264/gstopenh264enc.cpp:
+ openh264enc: Remove broken byte-stream to avc conversion and just output byte-stream as generated by the encoder
+ The byte-stream to avc conversion did not consider NAL sizes bigger than 2^16,
+ multiple layers, multiple NALs per layer, and various other things. This
+ caused corrupted streams in higher bitrates and other circumstances.
+ Let's just forward byte-stream as generated by the encoder and let h264parse
+ handle conversion to avc if needed. That way we only have to keep around one
+ version of the conversion and don't have to fix it in multiple places.
+
+2016-06-28 19:26:29 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * sys/d3dvideosink/d3dhelpers.c:
+ * sys/d3dvideosink/d3dvideosink.c:
+ d3dvideosink: Replace some more gst_caps_to_string() with GST_PTR_FORMAT
+ https://bugzilla.gnome.org/show_bug.cgi?id=768146
+
+2016-06-28 11:50:59 -0400 Jonathan Roy <jroy@adetelgroup.com>
+
+ * sys/d3dvideosink/d3dvideosink.c:
+ d3dvideosink: leak on caps string
+ https://bugzilla.gnome.org/show_bug.cgi?id=768146
+
+2016-05-19 11:16:37 +0300 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+ * gst-libs/gst/audio/gstaudioaggregator.c:
+ audioaggregator: fix buffer leak
+ If the pad was still owning a buffer when being destroyed it was leaked.
+ Fix a leak with the test_flush_start_flush_stop test.
+ https://bugzilla.gnome.org/show_bug.cgi?id=766663
+
+2016-06-17 14:58:44 +0200 Michael Olbrich <m.olbrich@pengutronix.de>
+
+ * gst-libs/gst/codecparsers/gsth264parser.c:
+ h264parse: fix default time_offset_length
+ The default value for time_offset_length should be 24, see
+ section E2.2 of the H264 spec.
+ https://bugzilla.gnome.org/show_bug.cgi?id=767792
+
+2016-06-13 09:20:02 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * sys/applemedia/iosassetsrc.m:
+ iosassetsrc: Print the correct URI if it was rejected
+ We were printing the previously set URI instead of the new one.
+
+2016-06-13 09:20:22 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * sys/applemedia/avfassetsrc.m:
+ avfassetsrc: Don't escape the URI before passing it to NSURL
+ The URI must already be escaped by the caller, we don't support passing around
+ invalid (unescaped) URIs via the GstURIHandler interface.
+ Also it will escape too much of the URI in this case, e.g.
+ ipod-library://item/item.m4a?id=3143338395173862951
+ becomes
+ ipod-library://item/item.m4a%3Fid%3D3143338395173862951
+ https://bugzilla.gnome.org/show_bug.cgi?id=767492
+
+2016-06-14 13:48:09 +0800 Haihua Hu <jared.hu@nxp.com>
+
+ * ext/gl/effects/gstgleffectssources.c:
+ gleffects: fix little rectangle that appears at the center of squeeze and tunnel effects
+ These two shader will calculate the vector length and use it as denominator.
+ But length could be zero which will cause undefine behaviour. Add protection for
+ this condition
+ https://bugzilla.gnome.org/show_bug.cgi?id=767635
+
=== release 1.8.2 ===
-2016-06-09 Sebastian Dröge <slomo@coaxion.net>
+2016-06-09 11:51:42 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.8.2
+ * docs/plugins/gst-plugins-bad-plugins.hierarchy:
+ * docs/plugins/inspect/plugin-accurip.xml:
+ * docs/plugins/inspect/plugin-adpcmdec.xml:
+ * docs/plugins/inspect/plugin-adpcmenc.xml:
+ * docs/plugins/inspect/plugin-aiff.xml:
+ * docs/plugins/inspect/plugin-asfmux.xml:
+ * docs/plugins/inspect/plugin-assrender.xml:
+ * docs/plugins/inspect/plugin-audiomixer.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-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-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-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-hls.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-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-mplex.xml:
+ * docs/plugins/inspect/plugin-ofa.xml:
+ * docs/plugins/inspect/plugin-openal.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-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-waylandsink.xml:
+ * docs/plugins/inspect/plugin-y4mdec.xml:
+ * docs/plugins/inspect/plugin-zbar.xml:
+ * gst-plugins-bad.doap:
+ * win32/common/config.h:
+ Release 1.8.2
+
+2016-06-09 11:22:49 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * 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
2016-06-09 10:06:02 +0300 Sebastian Dröge <sebastian@centricular.com>
@@ -4228,8 +4757,6 @@
* gst-libs/gst/audio/gstaudioaggregator.c:
* gst-libs/gst/audio/gstaudioaggregator.h:
* gst/audiomixer/Makefile.am:
- * gst/audiomixer/gstaudioaggregator.c:
- * gst/audiomixer/gstaudioaggregator.h:
* gst/audiomixer/gstaudiointerleave.h:
* gst/audiomixer/gstaudiomixer.h:
* pkgconfig/gstreamer-bad-audio-uninstalled.pc.in:
@@ -4311,16 +4838,7 @@
* pkgconfig/gstreamer-dvm.pc.in:
* sys/androidcamera/Makefile.am:
* sys/androidcamera/com/gstreamer/GstAhcCallback.java:
- * sys/androidcamera/gst-android-graphics-imageformat.c:
- * sys/androidcamera/gst-android-graphics-imageformat.h:
- * sys/androidcamera/gst-android-graphics-surfacetexture.c:
- * sys/androidcamera/gst-android-graphics-surfacetexture.h:
- * sys/androidcamera/gst-android-hardware-camera.c:
- * sys/androidcamera/gst-android-hardware-camera.h:
- * sys/androidcamera/gst-androidcamera.c:
* sys/androidcamera/gstahccallback.h:
- * sys/androidcamera/gstahcsrc.c:
- * sys/androidcamera/gstahcsrc.h:
* sys/androidmedia/gst-android-graphics-imageformat.c:
* sys/androidmedia/gst-android-graphics-imageformat.h:
* sys/androidmedia/gst-android-graphics-surfacetexture.c:
@@ -4374,8 +4892,6 @@
2012-12-13 17:56:01 +0000 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst-libs/gst/dvm/Makefile.am:
- * gst-libs/gst/dvm/gst-dvm.c:
- * gst-libs/gst/dvm/gst-dvm.h:
* gst-libs/gst/dvm/gstdvm.c:
* gst-libs/gst/dvm/gstdvm.h:
* sys/androidcamera/Makefile.am:
@@ -4458,8 +4974,6 @@
* sys/androidcamera/gst-android-graphics-surfacetexture.c:
* sys/androidcamera/gst-android-hardware-camera.c:
* sys/androidcamera/gst-androidcamera.c:
- * sys/androidcamera/gst-dvm.c:
- * sys/androidcamera/gst-dvm.h:
* sys/androidcamera/gstahcsrc.c:
gst-dvm: Create a gst-dvm library using part of androidcamera
@@ -4736,7 +5250,6 @@
* sys/androidcamera/Makefile.am:
* sys/androidcamera/gst-androidcamera.c:
- * sys/androidcamera/gst-androidmedia.c:
Remove previous cruft and create androidcamera plugin
2012-10-17 19:42:59 -0400 Youness Alaoui <youness.alaoui@collabora.co.uk>
@@ -6886,8 +7399,6 @@
* sys/applemedia/Makefile.am:
* sys/applemedia/avfvideosrc.m:
- * sys/applemedia/corevideotexturecache.h:
- * sys/applemedia/corevideotexturecache.m:
* sys/applemedia/videotexturecache.h:
* sys/applemedia/videotexturecache.m:
* sys/applemedia/vtdec.c:
@@ -7859,11 +8370,9 @@
2015-11-01 13:21:45 +0000 Tim-Philipp Müller <tim@centricular.com>
* Makefile.am:
- * docs/plugins/inspect/plugin-fragmented.xml:
* docs/plugins/inspect/plugin-hls.xml:
* ext/hls/Makefile.am:
* ext/hls/gstfragmented.h:
- * ext/hls/gstfragmentedplugin.c:
* ext/hls/gsthls.h:
* ext/hls/gsthlsdemux.h:
* ext/hls/gsthlsplugin.c:
@@ -8813,7 +9322,6 @@
2015-10-13 14:21:47 +0200 Branko Subasic <branko@axis.com>
* tests/check/Makefile.am:
- * tests/check/elements/rtponvif.c:
* tests/check/elements/rtponvifparse.c:
* tests/check/elements/rtponviftimestamp.c:
rtponvif: split unit tests in several files
@@ -10413,11 +10921,8 @@
2015-10-14 15:30:05 +0100 Luis de Bethencourt <luisbg@osg.samsung.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstopencvutils.c:
* ext/opencv/gstopencvutils.cpp:
- * ext/opencv/gstopencvvideofilter.c:
* ext/opencv/gstopencvvideofilter.cpp:
- * ext/opencv/gsttemplatematch.c:
* ext/opencv/gsttemplatematch.cpp:
opencv: switch remaining to C++
Switch remaining C files to C++ for consistency with other OpeCV elements,
@@ -10442,7 +10947,6 @@
2015-10-14 14:34:32 +0100 Luis de Bethencourt <luisbg@osg.samsung.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstmotioncells.c:
* ext/opencv/gstmotioncells.cpp:
* ext/opencv/gstmotioncells.h:
* ext/opencv/motioncells_wrapper.cpp:
@@ -10557,7 +11061,6 @@
2015-10-11 23:44:25 +0100 Luis de Bethencourt <luisbg@osg.samsung.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gsttextoverlay.c:
* ext/opencv/gsttextoverlay.cpp:
textoverlay: Switch to C++
Switch gsttextoverlay to C++ for consistency with other OpenCV elements,
@@ -10567,7 +11070,6 @@
2015-10-11 21:54:30 +0100 Luis de Bethencourt <luisbg@osg.samsung.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstpyramidsegment.c:
* ext/opencv/gstpyramidsegment.cpp:
opencv: pyramidsegment: Switch to C++
Switch gstpyramidsegment to C++ for consistency with other OpenCV elements,
@@ -10604,7 +11106,6 @@
2015-10-10 17:52:23 +0100 Luis de Bethencourt <luisbg@osg.samsung.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstcvsobel.c:
* ext/opencv/gstcvsobel.cpp:
cvsobel: Switch to C++
Switch gstcvlsobel to C++ for consistency with other OpenCV elements, and
@@ -10614,7 +11115,6 @@
2015-10-10 17:00:55 +0100 Luis de Bethencourt <luisbg@osg.samsung.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstcvlaplace.c:
* ext/opencv/gstcvlaplace.cpp:
cvlaplace: Switch to C++
Switch gstcvlaplace to C++ for consistency with other OpenCV elements, and
@@ -10624,7 +11124,6 @@
2015-10-10 16:57:36 +0100 Luis de Bethencourt <luisbg@osg.samsung.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstcvequalizehist.c:
* ext/opencv/gstcvequalizehist.cpp:
cvequalizehist: Switch to C++
Switch gstcvequalizehist to C++ for consistency with other OpenCV elements,
@@ -10634,9 +11133,7 @@
2015-10-10 14:10:32 +0100 Luis de Bethencourt <luisbg@osg.samsung.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstcvdilateerode.c:
* ext/opencv/gstcvdilateerode.cpp:
- * ext/opencv/gstcverode.c:
* ext/opencv/gstcverode.cpp:
cverode: Switch to C++
Switch gstcverode to C++ for consistency with other OpenCV elements, and
@@ -10705,7 +11202,6 @@
2015-10-02 19:02:26 +0100 Vanessa Chipirrás Navalón <vchipirras6@gmail.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstcvdilate.c:
* ext/opencv/gstcvdilate.cpp:
cvdilate: Change gstcvdilate to C++
Change the gstcvdilate.c file extension to cpp and add it into Makefile for
@@ -10716,7 +11212,6 @@
2015-10-02 18:50:45 +0100 Vanessa Chipirrás Navalón <vchipirras6@gmail.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstskindetect.c:
* ext/opencv/gstskindetect.cpp:
skindetect: Change gstskindetect to C++
Change the file extension to cpp and add it into Makefile for consistency
@@ -10742,7 +11237,6 @@
2015-10-02 18:10:32 +0100 Vanessa Chipirrás Navalón <vchipirras6@gmail.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstcvsmooth.c:
* ext/opencv/gstcvsmooth.cpp:
cvsmooth: port to C++
Change the file extension to cpp and add it into Makefile for consistency
@@ -10753,7 +11247,6 @@
2015-10-02 17:48:47 +0100 Vanessa Chipirrás Navalón <vchipirras6@gmail.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstretinex.c:
* ext/opencv/gstretinex.cpp:
retinex: Change retinex to C++
Change the gstretinex.c file to cpp and add it into Makefile.
@@ -10797,7 +11290,6 @@
2015-10-02 16:01:29 +0100 Luis de Bethencourt <luisbg@osg.samsung.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gsthanddetect.c:
* ext/opencv/gsthanddetect.cpp:
handdetect: Change gsthanddetect to C++
Change the gsthanddetect.c file to cpp and add it into Makefile.
@@ -12646,7 +13138,6 @@
2015-08-28 13:42:29 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstedgedetect.c:
* ext/opencv/gstedgedetect.cpp:
edgedetect: Rename gstedgedetect.c to gstedgedetect.cpp for consistency.
Change the file extension to cpp and add it into Makefile for consistency
@@ -12712,7 +13203,6 @@
2015-08-26 11:57:24 +0200 Vanessa Chipirrás Navalón <vchipirras6@gmail.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstfaceblur.c:
* ext/opencv/gstfaceblur.cpp:
faceblur: Change gstfaceblur to C++.
Change the gstfaceblur.c file to cpp and add it into Makefile.
@@ -14246,10 +14736,8 @@
2015-07-31 13:45:43 +0100 Vanessa Chipirrás <vchipirras6@gmail.com>
* ext/opencv/Makefile.am:
- * ext/opencv/gstfacedetect.c:
* ext/opencv/gstfacedetect.cpp:
* ext/opencv/gstfacedetect.h:
- * ext/opencv/gstopencv.c:
* ext/opencv/gstopencv.cpp:
facedetect: need to migrate to C++
The cascade classifier changes its structure on new version of OpenCV.
@@ -16419,7 +16907,6 @@
* tests/examples/codecparsers/parse-vp8.c:
* tests/icles/.gitignore:
* tests/icles/Makefile.am:
- * tests/icles/vp8parser-test.c:
examples: move vp8 parser test to codecparser example directory
2015-06-21 11:20:57 +0100 Tim-Philipp Müller <tim@centricular.com>
@@ -27637,7 +28124,6 @@
* sys/decklink/osx/DeckLinkAPIConfiguration.h:
* sys/decklink/osx/DeckLinkAPIDeckControl.h:
* sys/decklink/osx/DeckLinkAPIDiscovery.h:
- * sys/decklink/osx/DeckLinkAPIDispatch-osx.cpp:
* sys/decklink/osx/DeckLinkAPIDispatch.cpp:
* sys/decklink/osx/DeckLinkAPIModes.h:
* sys/decklink/osx/DeckLinkAPIStreaming.h:
@@ -31056,7 +31542,6 @@
* tests/examples/gl/qt/qglwtextureshare/qglwtextureshare.pro:
* tests/examples/gl/qt/videooverlay/Debug/videooverlay:
* tests/examples/gl/qt/videooverlay/videooverlay.pro:
- * tests/examples/gl/qt/videooverlay/videovideooverlay.pro:
examples: port GL/Qt examples to Qt5
Update the GL Qt integration examples for Qt5 changes and for GstGL
signal signature changes.
@@ -34033,9 +34518,6 @@
* ext/gl/gstglvideomixer.h:
* gst-libs/gst/gl/Makefile.am:
* gst-libs/gst/gl/gl.h:
- * gst-libs/gst/gl/gstglmixer.c:
- * gst-libs/gst/gl/gstglmixer.h:
- * gst-libs/gst/gl/gstglmixerpad.h:
gl: Move GstGLMixer to the plugin for now
It depends on GstAggregator and we don't want to install headers
for that yet.
@@ -35547,7 +36029,6 @@
* gst-libs/gst/gl/glprototypes/Makefile.am:
* gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h:
* gst-libs/gst/gl/gstglapi.h:
- * gst-libs/gst/gl/gstgles2.h:
gl: move gles2 compat header to glprototypes
2014-06-22 09:36:34 +1000 Matthew Waters <ystreet00@gmail.com>
@@ -39586,7 +40067,6 @@
* tests/examples/gl/cocoa/cocoa-videooverlay.m:
* tests/examples/gl/cocoa/videooverlay/.gitignore:
* tests/examples/gl/cocoa/videooverlay/Makefile.am:
- * tests/examples/gl/cocoa/videooverlay/main.m:
gl: rename cocoa example and move it to its parent directory
2014-05-02 05:29:41 +0100 Julien Isorce <julien.isorce@gmail.com>
@@ -39930,9 +40410,6 @@
* configure.ac:
* tests/examples/Makefile.am:
- * tests/examples/clutter/clutteractor.c:
- * tests/examples/clutter/clutteractortee.c:
- * tests/examples/clutter/cluttershare.c:
* tests/examples/gl/Makefile.am:
* tests/examples/gl/clutter/.gitignore:
* tests/examples/gl/clutter/Makefile.am:
@@ -40045,10 +40522,6 @@
* tests/examples/gl/sdl/sdl.sln:
* tests/examples/gl/sdl/sdlshare.c:
* tests/examples/gl/sdl/sdlshare.vcproj:
- * tests/examples/gtk/fxtest/fxtest.c:
- * tests/examples/gtk/fxtest/pixbufdrop.c:
- * tests/examples/gtk/gstgtk.c:
- * tests/examples/sdl/sdlshare.c:
gl/examples: move to -bad
- fix all the compiler errors
- give them their own gl directory
@@ -40328,8 +40801,6 @@
* sys/applemedia/Makefile.am:
* sys/applemedia/avfassetsrc.h:
* sys/applemedia/avfassetsrc.m:
- * sys/applemedia/iosavassetsrc.h:
- * sys/applemedia/iosavassetsrc.m:
* sys/applemedia/plugin.m:
iosavassetsrc: rename element to avfassetsrc
https://bugzilla.gnome.org/show_bug.cgi?id=728249
@@ -42344,12 +42815,7 @@
* gst-libs/gst/gl/glprototypes/gles.h:
* gst-libs/gst/gl/glprototypes/gles1.h:
* gst-libs/gst/gl/glprototypes/gles1_functions.h:
- * gst-libs/gst/gl/glprototypes/gles1gles2.h:
- * gst-libs/gst/gl/glprototypes/gles1gles2opengl.h:
- * gst-libs/gst/gl/glprototypes/gles1opengl.h:
- * gst-libs/gst/gl/glprototypes/gles2.h:
* gst-libs/gst/gl/glprototypes/gles2_functions.h:
- * gst-libs/gst/gl/glprototypes/gles2opengl.h:
* gst-libs/gst/gl/glprototypes/gles3opengl.h:
* gst-libs/gst/gl/glprototypes/opengl.h:
* gst-libs/gst/gl/glprototypes/opengl_functions.h:
@@ -42677,65 +43143,6 @@
* ext/gl/gstglvideomixer.c:
* ext/gl/gstglvideomixer.h:
* ext/gl/gstopengl.c:
- * gst/gl/BUGS:
- * gst/gl/Makefile.am:
- * gst/gl/effects/gstgleffectbulge.c:
- * gst/gl/effects/gstgleffectfisheye.c:
- * gst/gl/effects/gstgleffectglow.c:
- * gst/gl/effects/gstgleffectidentity.c:
- * gst/gl/effects/gstgleffectlumatocurve.c:
- * gst/gl/effects/gstgleffectlumatocurve.h:
- * gst/gl/effects/gstgleffectmirror.c:
- * gst/gl/effects/gstgleffectrgbtocurve.c:
- * gst/gl/effects/gstgleffectscurves.h:
- * gst/gl/effects/gstgleffectsin.c:
- * gst/gl/effects/gstgleffectsquare.c:
- * gst/gl/effects/gstgleffectsqueeze.c:
- * gst/gl/effects/gstgleffectssources.c:
- * gst/gl/effects/gstgleffectssources.h:
- * gst/gl/effects/gstgleffectstretch.c:
- * gst/gl/effects/gstgleffecttunnel.c:
- * gst/gl/effects/gstgleffecttwirl.c:
- * gst/gl/effects/gstgleffectxray.c:
- * gst/gl/gltestsrc.c:
- * gst/gl/gltestsrc.h:
- * gst/gl/gstglbumper.c:
- * gst/gl/gstglbumper.h:
- * gst/gl/gstglcolorscale.c:
- * gst/gl/gstglcolorscale.h:
- * gst/gl/gstgldeinterlace.c:
- * gst/gl/gstgldeinterlace.h:
- * gst/gl/gstgldifferencematte.c:
- * gst/gl/gstgldifferencematte.h:
- * gst/gl/gstgleffects.c:
- * gst/gl/gstgleffects.h:
- * gst/gl/gstglfilterapp.c:
- * gst/gl/gstglfilterapp.h:
- * gst/gl/gstglfilterblur.c:
- * gst/gl/gstglfilterblur.h:
- * gst/gl/gstglfiltercube.c:
- * gst/gl/gstglfiltercube.h:
- * gst/gl/gstglfilterglass.c:
- * gst/gl/gstglfilterglass.h:
- * gst/gl/gstglfilterlaplacian.c:
- * gst/gl/gstglfilterlaplacian.h:
- * gst/gl/gstglfilterreflectedscreen.c:
- * gst/gl/gstglfilterreflectedscreen.h:
- * gst/gl/gstglfiltershader.c:
- * gst/gl/gstglfiltershader.h:
- * gst/gl/gstglfiltersobel.c:
- * gst/gl/gstglfiltersobel.h:
- * gst/gl/gstglimagesink.c:
- * gst/gl/gstglimagesink.h:
- * gst/gl/gstglmosaic.c:
- * gst/gl/gstglmosaic.h:
- * gst/gl/gstgloverlay.c:
- * gst/gl/gstgloverlay.h:
- * gst/gl/gstgltestsrc.c:
- * gst/gl/gstgltestsrc.h:
- * gst/gl/gstglvideomixer.c:
- * gst/gl/gstglvideomixer.h:
- * gst/gl/gstopengl.c:
move gl elements to ext subdirectory
2014-03-15 15:55:46 +0100 Matthew Waters <ystreet00@gmail.com>
@@ -43661,8 +44068,6 @@
* gst-libs/gst/gl/egl/gstglcontext_egl.c:
* gst-libs/gst/gl/egl/gstglcontext_egl.h:
* gst-libs/gst/gl/gstglcontext.c:
- * gst-libs/gst/gl/gstglegl.c:
- * gst-libs/gst/gl/gstglegl.h:
* gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.h:
[796/906] move egl into its own directory
@@ -45236,21 +45641,7 @@
* gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h:
* gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m:
* gst-libs/gst/gl/gstglwindow.c:
- * gst-libs/gst/gl/gstglwindow_cocoa.h:
- * gst-libs/gst/gl/gstglwindow_cocoa.m:
- * gst-libs/gst/gl/gstglwindow_win32.c:
- * gst-libs/gst/gl/gstglwindow_win32.h:
- * gst-libs/gst/gl/gstglwindow_win32_egl.c:
- * gst-libs/gst/gl/gstglwindow_win32_egl.h:
- * gst-libs/gst/gl/gstglwindow_win32_wgl.c:
- * gst-libs/gst/gl/gstglwindow_win32_wgl.h:
* gst-libs/gst/gl/gstglwindow_winCE.c:
- * gst-libs/gst/gl/gstglwindow_x11.c:
- * gst-libs/gst/gl/gstglwindow_x11.h:
- * gst-libs/gst/gl/gstglwindow_x11_egl.c:
- * gst-libs/gst/gl/gstglwindow_x11_egl.h:
- * gst-libs/gst/gl/gstglwindow_x11_glx.c:
- * gst-libs/gst/gl/gstglwindow_x11_glx.h:
* gst-libs/gst/gl/win32/Makefile.am:
* gst-libs/gst/gl/win32/gstglwindow_win32.c:
* gst-libs/gst/gl/win32/gstglwindow_win32.h:
@@ -47825,11 +48216,8 @@
2009-02-26 17:45:21 -0500 Julien Isorce <julien.isorce@gmail.com>
- * gst-libs/gst/gl/GNUmakefile:
* gst-libs/gst/gl/GNUmakefile.gnustep:
- * gst/gl/GNUmakefile:
* gst/gl/GNUmakefile.gnustep:
- * gst/gl/effects/GNUmakefile:
* gst/gl/effects/GNUmakefile.gnustep:
[318/906] rename GNUmakefile(s) to GNUmakefile(s).gnustep
@@ -47956,7 +48344,6 @@
* gst/gl/CMakeLists.txt:
* gst/gl/Makefile.am:
* gst/gl/gstgloverlay.c:
- * gst/gl/gstglpixbufoverlay.c:
* gst/gl/gstopengl.c:
* tests/examples/gtk/fxtest/pixbufdrop.c:
[308/906] Rename glpixbufoverlay to gloverlay
@@ -49005,7 +49392,6 @@
* gst/gl/Makefile.am:
* gst/gl/effects/gstgleffectglow.c:
- * gst/gl/effects/gstgleffects.h:
* gst/gl/effects/gstgleffectssources.c:
* gst/gl/effects/gstgleffectssources.h:
* gst/gl/gstgleffects.c:
@@ -49457,12 +49843,8 @@
* gst/gl/Makefile.am:
* gst/gl/gstgldownload.c:
* gst/gl/gstgldownload.h:
- * gst/gl/gstglgraphicmaker.c:
- * gst/gl/gstglgraphicmaker.h:
* gst/gl/gstglupload.c:
* gst/gl/gstglupload.h:
- * gst/gl/gstglvideomaker.c:
- * gst/gl/gstglvideomaker.h:
* gst/gl/gstopengl.c:
[103/906] rename glgraphicmaker -> glupload and glvideomaker -> gldownload
@@ -49499,8 +49881,6 @@
2008-06-11 23:31:53 +0000 Julien Isorce <julien.isorce@gmail.com>
* gst-libs/gst/gl/Makefile.am:
- * gst-libs/gst/gl/gltestsrc.c:
- * gst-libs/gst/gl/gltestsrc.h:
* gst/gl/Makefile.am:
* gst/gl/gltestsrc.c:
* gst/gl/gltestsrc.h:
@@ -49537,8 +49917,6 @@
* gst-libs/gst/gl/gstglfilter.c:
* gst-libs/gst/gl/gstglfilter.h:
* gst/gl/Makefile.am:
- * gst/gl/gstglfilter.c:
- * gst/gl/gstglfilter.h:
* gst/gl/gstgltestsrc.c:
* gst/gl/gstgltestsrc.h:
* gst/gl/gstopengl.c:
@@ -49752,7 +50130,6 @@
2008-05-18 16:04:56 +0000 Julien Isorce <julien.isorce@gmail.com>
* gst/gl/Makefile.am:
- * gst/gl/gstgl.c:
* gst/gl/gstopengl.c:
[064/906] up
@@ -49835,8 +50212,6 @@
* gst-libs/gst/gl/gstglfilter.c:
* gst-libs/gst/gl/gstglfilter.h:
* gst/gl/glimagesink.c:
- * gst/gl/gstglfilter.c:
- * gst/gl/gstglfilter.h:
* gst/gl/gstopengl.c:
[056/906] * configure.ac: Readd pre-pkgconfig OpenGL detection, since pkgconfig requires Mesa from git master. * gst/gl/glimagesink.c: * gst/gl/gstopengl.c: Move debug category initialization to element. * gst-libs/gst/gl/Makefile.am: * gst-libs/gst/gl/gstglfilter.c: * gst-libs/gst/gl/gstglfilter.h: * gst/gl/gstglfilter.c: * gst/gl/gstglfilter.h: Move glfilter to library. * pkgconfig/gstreamer-plugins-gl.pc.in: Add gstreamer-base-0.10 as a requirement. * po/en.po: Update.
@@ -49966,8 +50341,6 @@
* gst-libs/gst/gl/gstgldisplay.h:
* gst/gl/Makefile.am:
* gst/gl/glimagesink.h:
- * gst/gl/glvideo.c:
- * gst/gl/glvideo.h:
[043/906] * sys/glsink/Makefile.am: * sys/glsink/glimagesink.h: * sys/glsink/glvideo.c: * sys/glsink/glvideo.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldisplay.h: Rename glvideo.[ch] to gstgldisplay.[ch].
2007-12-24 20:53:55 +0000 David Schleef <ds@schleef.org>
@@ -58389,18 +58762,8 @@
* sys/applemedia-nonpublic/mtapi.h:
* sys/applemedia-nonpublic/plugin.m:
* sys/applemedia/Makefile.am:
- * sys/applemedia/celapi.c:
- * sys/applemedia/celapi.h:
- * sys/applemedia/celvideosrc.c:
- * sys/applemedia/celvideosrc.h:
* sys/applemedia/coremediactx.c:
* sys/applemedia/coremediactx.h:
- * sys/applemedia/mioapi.c:
- * sys/applemedia/mioapi.h:
- * sys/applemedia/miovideodevice.c:
- * sys/applemedia/miovideodevice.h:
- * sys/applemedia/miovideosrc.c:
- * sys/applemedia/miovideosrc.h:
* sys/applemedia/plugin.m:
applemedia: move plugins using private frameworks to applemedia-nonpublic
@@ -58821,10 +59184,6 @@
* gst/videosignal/gstsimplevideomark.h:
* gst/videosignal/gstsimplevideomarkdetect.c:
* gst/videosignal/gstsimplevideomarkdetect.h:
- * gst/videosignal/gstvideodetect.c:
- * gst/videosignal/gstvideodetect.h:
- * gst/videosignal/gstvideomark.c:
- * gst/videosignal/gstvideomark.h:
* gst/videosignal/gstvideosignal.c:
videomark/detect: rename to simplevideomark[detect]
@@ -59864,7 +60223,6 @@
2012-09-28 12:55:27 +0200 David Corvoysier <david.corvoysier@orange.com>
* ext/dash/COPYING:
- * ext/dash/LICENSE:
* ext/dash/gstdashdemux.c:
* ext/dash/gstdashdemux.h:
Renamed LICENSE into COPYING
@@ -61508,18 +61866,9 @@
* sys/vdpau/gstvdp/gstvdpbuffer.h:
* sys/vdpau/gstvdp/gstvdpbufferpool.c:
* sys/vdpau/gstvdp/gstvdpbufferpool.h:
- * sys/vdpau/gstvdp/gstvdpdecoder.c:
- * sys/vdpau/gstvdp/gstvdpdecoder.h:
- * sys/vdpau/gstvdp/gstvdpdevice.c:
- * sys/vdpau/gstvdp/gstvdpdevice.h:
- * sys/vdpau/gstvdp/gstvdpoutputbuffer.c:
- * sys/vdpau/gstvdp/gstvdpoutputbuffer.h:
- * sys/vdpau/gstvdp/gstvdpoutputbufferpool.c:
- * sys/vdpau/gstvdp/gstvdpoutputbufferpool.h:
* sys/vdpau/gstvdp/gstvdpoutputsrcpad.c:
* sys/vdpau/gstvdp/gstvdpoutputsrcpad.h:
* sys/vdpau/gstvdp/gstvdputils.c:
- * sys/vdpau/gstvdp/gstvdputils.h:
* sys/vdpau/gstvdp/gstvdpvideobuffer.c:
* sys/vdpau/gstvdp/gstvdpvideobuffer.h:
* sys/vdpau/gstvdp/gstvdpvideobufferpool.c:
@@ -62365,8 +62714,6 @@
* ext/fluidsynth/Makefile.am:
* ext/fluidsynth/gstfluiddec.c:
* ext/fluidsynth/gstfluiddec.h:
- * ext/fluidsynth/gstfluidsynth.c:
- * ext/fluidsynth/gstfluidsynth.h:
fluidsynth: rename to fluiddec
Rename the fluidsynth plugin to fluidsynthmidi and the decoder
to fluiddec to avoid conflicts with buzztard.
@@ -62652,21 +62999,6 @@
* ext/hls/gsturidownloader.h:
* ext/hls/m3u8.c:
* ext/hls/m3u8.h:
- * gst/hls/Makefile.am:
- * gst/hls/gstfragment.c:
- * gst/hls/gstfragment.h:
- * gst/hls/gstfragmented.h:
- * gst/hls/gstfragmentedplugin.c:
- * gst/hls/gsthlsdemux.c:
- * gst/hls/gsthlsdemux.h:
- * gst/hls/gsthlssink.c:
- * gst/hls/gsthlssink.h:
- * gst/hls/gstm3u8playlist.c:
- * gst/hls/gstm3u8playlist.h:
- * gst/hls/gsturidownloader.c:
- * gst/hls/gsturidownloader.h:
- * gst/hls/m3u8.c:
- * gst/hls/m3u8.h:
Make the hls plugin depend on gnutls and move to ext/hls/
gnutls is used to implement AES decryption
@@ -64281,8 +64613,6 @@
* ext/spandsp/gstspandsp.c:
* gst/dtmf/Makefile.am:
* gst/dtmf/gstdtmf.c:
- * gst/dtmf/gstdtmfdetect.c:
- * gst/dtmf/gstdtmfdetect.h:
* gst/dtmf/tone_detect.c:
* gst/dtmf/tone_detect.h:
dtmf/spandsp: Move dtmfdetect to use libspandsp
@@ -68949,8 +69279,6 @@
* ext/eglgles/Makefile.am:
* ext/eglgles/gsteglglessink.c:
* ext/eglgles/gsteglglessink.h:
- * ext/eglgles/gstvidroidsink.c:
- * ext/eglgles/gstvidroidsink.h:
eglglessink: Move eglgles Sink to ext/ #2
2012-09-10 20:00:57 -0300 Reynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
@@ -70935,7 +71263,6 @@
* docs/plugins/inspect/plugin-modplug.xml:
* docs/plugins/inspect/plugin-mpeg2enc.xml:
* docs/plugins/inspect/plugin-mpeg4videoparse.xml:
- * docs/plugins/inspect/plugin-mpegdemux2.xml:
* docs/plugins/inspect/plugin-mpegpsdemux.xml:
* docs/plugins/inspect/plugin-mpegpsmux.xml:
* docs/plugins/inspect/plugin-mpegtsdemux.xml:
@@ -75138,7 +75465,6 @@
* gst/audiovisualizers/Makefile.am:
* gst/audiovisualizers/gstaudiovisualizer.c:
* gst/audiovisualizers/gstaudiovisualizer.h:
- * gst/audiovisualizers/gstbaseaudiovisualizer.c:
* gst/audiovisualizers/gstbaseaudiovisualizer.h:
* gst/audiovisualizers/gstspacescope.c:
* gst/audiovisualizers/gstspacescope.h:
@@ -75734,7 +76060,6 @@
2012-06-16 16:49:10 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* gst/mpegdemux/Makefile.am:
- * gst/mpegdemux/flumpegdemux.c:
* gst/mpegdemux/gstmpegdemux.c:
* gst/mpegdemux/gstmpegdemux.h:
* gst/mpegdemux/gstpesfilter.c:
@@ -75862,11 +76187,6 @@
* ext/jasper/gstjasperenc.c:
* ext/jasper/gstjasperenc.h:
* ext/jp2k/Makefile.am:
- * ext/jp2k/gstjasperdec.c:
- * ext/jp2k/gstjasperdec.h:
- * ext/jp2k/gstjasperenc.c:
- * ext/jp2k/gstjasperenc.h:
- * ext/jp2k/gstjp2k.c:
jasper: Rename from jp2k to jasper
Jasper is not the only JPEG2000 library out there and we
might want to add encoders/decoders based on OpenJPEG for example.
@@ -76838,8 +77158,6 @@
* sys/d3dvideosink/Makefile.am:
* sys/d3dvideosink/d3dvideosink.c:
* sys/d3dvideosink/d3dvideosink.h:
- * sys/d3dvideosink/directx/d3d.c:
- * sys/d3dvideosink/directx/d3d.h:
* sys/d3dvideosink/directx/directx.h:
* sys/d3dvideosink/directx/directx10/dx10_d3d.h:
* sys/d3dvideosink/directx/directx11/dx11_d3d.h:
@@ -77322,7 +77640,6 @@
* ext/curl/gstcurlbasesink.h:
* ext/curl/gstcurlhttpsink.c:
* ext/curl/gstcurlhttpsink.h:
- * ext/curl/gstcurlsink.c:
* ext/curl/gstcurlsink.h:
* ext/curl/gstcurltlssink.c:
* ext/curl/gstcurltlssink.h:
@@ -83776,10 +84093,6 @@
* configure.ac:
* gst/mpeg4videoparse/Makefile.am:
- * gst/mpeg4videoparse/mpeg4parse.c:
- * gst/mpeg4videoparse/mpeg4parse.h:
- * gst/mpeg4videoparse/mpeg4videoparse.c:
- * gst/mpeg4videoparse/mpeg4videoparse.h:
* gst/videoparsers/Makefile.am:
* gst/videoparsers/gstmpeg4videoparse.c:
* gst/videoparsers/gstmpeg4videoparse.h:
@@ -85738,7 +86051,6 @@
2011-11-04 11:24:53 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
* gst-libs/gst/video/Makefile.am:
- * gst-libs/gst/video/gstsurfacebuffer.c:
* gst-libs/gst/video/gstsurfacebuffer.h:
* gst-libs/gst/video/gstsurfaceconverter.c:
* gst-libs/gst/video/gstsurfaceconverter.h:
@@ -88064,9 +88376,6 @@
2011-07-07 16:44:31 -0400 Joshua M. Doe <oss@nvl.army.mil>
- * sys/decklink/DeckLinkAPI.h:
- * sys/decklink/DeckLinkAPIDispatch.cpp:
- * sys/decklink/LinuxCOM.h:
* sys/decklink/capture.cpp:
* sys/decklink/capture.h:
* sys/decklink/gstdecklink.h:
@@ -89719,7 +90028,6 @@
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/inspect/plugin-rtmp.xml:
- * docs/plugins/inspect/plugin-rtmpsrc.xml:
* ext/rtmp/Makefile.am:
* ext/rtmp/gstrtmp.c:
* ext/rtmp/gstrtmpsink.c:
@@ -90001,8 +90309,6 @@
* gst/audiovisualizers/Makefile.am:
* gst/audiovisualizers/gstbaseaudiovisualizer.c:
* gst/audiovisualizers/gstbaseaudiovisualizer.h:
- * gst/audiovisualizers/gstbasescope.c:
- * gst/audiovisualizers/gstbasescope.h:
* gst/audiovisualizers/gstspectrascope.c:
* gst/audiovisualizers/gstspectrascope.h:
* gst/audiovisualizers/gstsynaescope.c:
@@ -90024,16 +90330,6 @@
* gst/audiovisualizers/gstwavescope.c:
* gst/audiovisualizers/gstwavescope.h:
* gst/audiovisualizers/plugin.c:
- * gst/scopes/Makefile.am:
- * gst/scopes/gstbasescope.c:
- * gst/scopes/gstbasescope.h:
- * gst/scopes/gstspectrascope.c:
- * gst/scopes/gstspectrascope.h:
- * gst/scopes/gstsynaescope.c:
- * gst/scopes/gstsynaescope.h:
- * gst/scopes/gstwavescope.c:
- * gst/scopes/gstwavescope.h:
- * gst/scopes/plugin.c:
audiovisualizers: rename scopes plugin to audiovisualizers
2011-05-31 14:42:55 +0300 Stefan Kost <ensonic@users.sf.net>
@@ -91691,12 +91987,8 @@
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/inspect/plugin-amrwbenc.xml:
* ext/Makefile.am:
- * ext/amrwbenc/GstAmrwbEnc.prs:
* ext/amrwbenc/Makefile.am:
* ext/amrwbenc/README:
- * ext/amrwbenc/gstamrwb.c:
- * ext/amrwbenc/gstamrwbenc.c:
- * ext/amrwbenc/gstamrwbenc.h:
* ext/voamrwbenc/GstVoAmrwbEnc.prs:
* ext/voamrwbenc/Makefile.am:
* ext/voamrwbenc/gstvoamrwb.c:
@@ -92851,7 +93143,6 @@
* gst/dtmf/Makefile.am:
* gst/dtmf/gstdtmfcommon.h:
* gst/dtmf/gstdtmfsrc.c:
- * gst/dtmf/gstrtpdtmfcommon.h:
* gst/dtmf/gstrtpdtmfdepay.c:
* gst/dtmf/gstrtpdtmfdepay.h:
* gst/dtmf/gstrtpdtmfsrc.c:
@@ -93504,8 +93795,6 @@
* ext/opencv/gstopencv.c:
* ext/opencv/gsttextoverlay.c:
* ext/opencv/gsttextoverlay.h:
- * ext/opencv/gsttextwrite.c:
- * ext/opencv/gsttextwrite.h:
opencv text overlay: rename and docuemnt
Rename the element textwrite to opencvtextoverlay. Add proper structuring to
opencv textoverlay element.
@@ -94911,8 +95200,6 @@
* gst/audioparsers/gstaacparse.h:
* gst/audioparsers/gstac3parse.h:
* gst/audioparsers/gstamrparse.h:
- * gst/audioparsers/gstbaseparse.c:
- * gst/audioparsers/gstbaseparse.h:
* gst/audioparsers/gstdcaparse.h:
* gst/audioparsers/gstflacparse.h:
* gst/audioparsers/gstmpegaudioparse.h:
@@ -95335,13 +95622,6 @@
2011-01-27 18:16:14 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* configure.ac:
- * gst/h263parse/Makefile.am:
- * gst/h263parse/gstbaseparse.c:
- * gst/h263parse/gstbaseparse.h:
- * gst/h263parse/gsth263parse.c:
- * gst/h263parse/gsth263parse.h:
- * gst/h263parse/h263parse.c:
- * gst/h263parse/h263parse.h:
* gst/videoparsers/Makefile.am:
* gst/videoparsers/gstbaseparse.c:
* gst/videoparsers/gstbaseparse.h:
@@ -97214,8 +97494,6 @@
* gst/camerabin2/Makefile.am:
* gst/camerabin2/gstcamerabin2.c:
* gst/camerabin2/gstplugin.c:
- * gst/camerabin2/gstv4l2camerasrc.c:
- * gst/camerabin2/gstv4l2camerasrc.h:
* gst/camerabin2/gstwrappercamerabinsrc.c:
* gst/camerabin2/gstwrappercamerabinsrc.h:
* tests/check/elements/camerabin2.c:
@@ -97276,10 +97554,6 @@
* gst-libs/gst/basecamerabinsrc/gstcamerabin-enum.c:
* gst-libs/gst/basecamerabinsrc/gstcamerabin-enum.h:
* gst/camerabin2/Makefile.am:
- * gst/camerabin2/gstbasecamerasrc.c:
- * gst/camerabin2/gstbasecamerasrc.h:
- * gst/camerabin2/gstcamerabin-enum.c:
- * gst/camerabin2/gstcamerabin-enum.h:
* gst/camerabin2/gstcamerabin2.c:
* gst/camerabin2/gstv4l2camerasrc.c:
* gst/camerabin2/gstv4l2camerasrc.h:
@@ -97545,7 +97819,6 @@
* Makefile.am:
* tests/check/Makefile.am:
* tests/check/elements/.gitignore:
- * tests/check/elements/autocolorspace.c:
* tests/check/elements/autovideoconvert.c:
autovideoconvert: Rename and adjust unit test too
@@ -97598,8 +97871,6 @@
2010-12-16 09:56:00 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/autoconvert/Makefile.am:
- * gst/autoconvert/gstautocolorspace.c:
- * gst/autoconvert/gstautocolorspace.h:
* gst/autoconvert/gstautovideoconvert.c:
* gst/autoconvert/gstautovideoconvert.h:
* gst/autoconvert/plugin.c:
@@ -97609,8 +97880,6 @@
2010-12-15 12:45:38 -0800 David Schleef <ds@schleef.org>
* tools/Makefile.am:
- * tools/base.c:
- * tools/element-maker:
* tools/element-templates/audiofilter:
* tools/element-templates/audiosink:
* tools/element-templates/audiosrc:
@@ -97632,27 +97901,7 @@
* tools/element-templates/srcpad-simple:
* tools/element-templates/tagdemux:
* tools/element-templates/videosink:
- * tools/gobject.c:
* tools/gst-element-maker:
- * tools/gstaudiofilter.c:
- * tools/gstaudiosink.c:
- * tools/gstaudiosrc.c:
- * tools/gstbaseaudiosink.c:
- * tools/gstbaseaudiosrc.c:
- * tools/gstbasertpdepayload.c:
- * tools/gstbasertppayload.c:
- * tools/gstbasesink.c:
- * tools/gstbasesrc.c:
- * tools/gstbasetransform.c:
- * tools/gstcddabasesrc.c:
- * tools/gstelement.c:
- * tools/gstpushsrc.c:
- * tools/gsttagdemux.c:
- * tools/gstvideosink.c:
- * tools/sinkpad-simple.c:
- * tools/sinkpad.c:
- * tools/srcpad-simple.c:
- * tools/srcpad.c:
element-maker: Clean up directory
2010-12-15 21:28:06 +0100 Benjamin Gaignard <benjamin.gaignard@stericsson.com>
@@ -99731,8 +99980,6 @@
* sys/applemedia/Makefile.am:
* sys/applemedia/celvideosrc.c:
* sys/applemedia/celvideosrc.h:
- * sys/applemedia/iphonecamerasrc.c:
- * sys/applemedia/iphonecamerasrc.h:
* sys/applemedia/plugin.m:
applemedia: rename iphonecamerasrc to celvideosrc
This is in order to improve consistency with the other three sources.
@@ -102024,29 +102271,9 @@
* ext/opencv/Makefile.am:
* ext/opencv/basicfilters/Makefile.am:
- * ext/opencv/basicfilters/gstcvdilate.c:
- * ext/opencv/basicfilters/gstcvdilate.h:
- * ext/opencv/basicfilters/gstcvdilateerode.c:
- * ext/opencv/basicfilters/gstcvdilateerode.h:
- * ext/opencv/basicfilters/gstcvequalizehist.c:
- * ext/opencv/basicfilters/gstcvequalizehist.h:
- * ext/opencv/basicfilters/gstcverode.c:
- * ext/opencv/basicfilters/gstcverode.h:
- * ext/opencv/basicfilters/gstcvlaplace.c:
- * ext/opencv/basicfilters/gstcvlaplace.h:
- * ext/opencv/basicfilters/gstcvsmooth.c:
- * ext/opencv/basicfilters/gstcvsmooth.h:
- * ext/opencv/basicfilters/gstcvsobel.c:
- * ext/opencv/basicfilters/gstcvsobel.h:
* ext/opencv/edgedetect/Makefile.am:
- * ext/opencv/edgedetect/gstedgedetect.c:
- * ext/opencv/edgedetect/gstedgedetect.h:
* ext/opencv/faceblur/Makefile.am:
- * ext/opencv/faceblur/gstfaceblur.c:
- * ext/opencv/faceblur/gstfaceblur.h:
* ext/opencv/facedetect/Makefile.am:
- * ext/opencv/facedetect/gstfacedetect.c:
- * ext/opencv/facedetect/gstfacedetect.h:
* ext/opencv/gstcvdilate.c:
* ext/opencv/gstcvdilate.h:
* ext/opencv/gstcvdilateerode.c:
@@ -102075,14 +102302,8 @@
* ext/opencv/gsttextwrite.c:
* ext/opencv/gsttextwrite.h:
* ext/opencv/pyramidsegment/Makefile.am:
- * ext/opencv/pyramidsegment/gstpyramidsegment.c:
- * ext/opencv/pyramidsegment/gstpyramidsegment.h:
* ext/opencv/templatematch/Makefile.am:
- * ext/opencv/templatematch/gsttemplatematch.c:
- * ext/opencv/templatematch/gsttemplatematch.h:
* ext/opencv/textwrite/Makefile.am:
- * ext/opencv/textwrite/gsttextwrite.c:
- * ext/opencv/textwrite/gsttextwrite.h:
opencv: Refactor files structure
Remove internal folders and put all code inside the main plugin
folder. Also fixes some building warnings.
@@ -102144,8 +102365,6 @@
* ext/opencv/basicfilters/gstcvsmooth.h:
* ext/opencv/basicfilters/gstcvsobel.c:
* ext/opencv/basicfilters/gstcvsobel.h:
- * ext/opencv/gstopencvbasetrans.c:
- * ext/opencv/gstopencvbasetrans.h:
* ext/opencv/gstopencvvideofilter.c:
* ext/opencv/gstopencvvideofilter.h:
opencvbasetrans: Use GstVideoFilter as the base class
@@ -104917,8 +105136,6 @@
* sys/vdpau/h264/gsth264frame.c:
* sys/vdpau/h264/gsth264frame.h:
* sys/vdpau/h264/gstvdph264dec.c:
- * sys/vdpau/h264/gstvdph264frame.c:
- * sys/vdpau/h264/gstvdph264frame.h:
vdpauh264dec: rename GstVdpH264Frame to GstH264Frame
2010-06-27 00:36:25 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
@@ -105112,10 +105329,7 @@
* sys/vdpau/basevideodecoder/gstbasevideoutils.h:
* sys/vdpau/basevideodecoder/gstvideoframe.c:
* sys/vdpau/basevideodecoder/gstvideoframe.h:
- * sys/vdpau/basevideodecoder/satbasevideodecoder.c:
* sys/vdpau/basevideodecoder/satbasevideodecoder.h:
- * sys/vdpau/basevideodecoder/satbasevideoutils.h:
- * sys/vdpau/basevideodecoder/satvideoframe.c:
* sys/vdpau/basevideodecoder/satvideoframe.h:
* sys/vdpau/h264/gsth264dpb.c:
* sys/vdpau/h264/gstvdph264dec.c:
@@ -105139,10 +105353,7 @@
* sys/vdpau/Makefile.am:
* sys/vdpau/basevideodecoder/Makefile.am:
- * sys/vdpau/basevideodecoder/gstbasevideodecoder.c:
* sys/vdpau/basevideodecoder/gstbasevideodecoder.h:
- * sys/vdpau/basevideodecoder/gstbasevideoutils.h:
- * sys/vdpau/basevideodecoder/gstvideoframe.c:
* sys/vdpau/basevideodecoder/gstvideoframe.h:
* sys/vdpau/basevideodecoder/satbasevideodecoder.c:
* sys/vdpau/basevideodecoder/satbasevideodecoder.h:
@@ -105268,8 +105479,6 @@
* sys/vdpau/basevideodecoder/gstbasevideoutils.h:
* sys/vdpau/basevideodecoder/gstvideoframe.c:
* sys/vdpau/basevideodecoder/gstvideoframe.h:
- * sys/vdpau/gstvdp.c:
- * sys/vdpau/gstvdp.h:
* sys/vdpau/gstvdp/Makefile.am:
* sys/vdpau/gstvdp/gstvdp.c:
* sys/vdpau/gstvdp/gstvdp.h:
@@ -105286,32 +105495,17 @@
* sys/vdpau/gstvdp/gstvdpvideosrcpad.c:
* sys/vdpau/gstvdp/gstvdpvideosrcpad.h:
* sys/vdpau/gstvdpau.c:
- * sys/vdpau/gstvdpdevice.c:
- * sys/vdpau/gstvdpdevice.h:
* sys/vdpau/gstvdpmpegdec.c:
- * sys/vdpau/gstvdpmpegdec.h:
- * sys/vdpau/gstvdpoutputbuffer.c:
- * sys/vdpau/gstvdpoutputbuffer.h:
- * sys/vdpau/gstvdpoutputsrcpad.c:
- * sys/vdpau/gstvdpoutputsrcpad.h:
* sys/vdpau/gstvdpsink.c:
* sys/vdpau/gstvdpsink.h:
- * sys/vdpau/gstvdputils.c:
- * sys/vdpau/gstvdputils.h:
- * sys/vdpau/gstvdpvideobuffer.c:
- * sys/vdpau/gstvdpvideobuffer.h:
* sys/vdpau/gstvdpvideopostprocess.c:
* sys/vdpau/gstvdpvideopostprocess.h:
- * sys/vdpau/gstvdpvideosrcpad.c:
- * sys/vdpau/gstvdpvideosrcpad.h:
* sys/vdpau/mpeg/gstvdpmpegdec.c:
* sys/vdpau/mpeg/gstvdpmpegdec.h:
* sys/vdpau/mpeg/gstvdpmpegframe.c:
* sys/vdpau/mpeg/gstvdpmpegframe.h:
* sys/vdpau/mpeg/mpegutil.c:
* sys/vdpau/mpeg/mpegutil.h:
- * sys/vdpau/mpegutil.c:
- * sys/vdpau/mpegutil.h:
vdpau: base vdpaumpegdec on GstBaseVideoDecoder
2010-06-08 13:36:53 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
@@ -105910,8 +106104,6 @@
* gst/rtmp/bytes.h:
* gst/rtmp/dh.h:
* gst/rtmp/dhgroups.h:
- * gst/rtmp/gstrtmpsrc.c:
- * gst/rtmp/gstrtmpsrc.h:
* gst/rtmp/handshake.h:
* gst/rtmp/hashswf.c:
* gst/rtmp/http.h:
@@ -106193,16 +106385,6 @@
2010-06-03 14:42:06 -0400 Olivier Crête <olivier.crete@collabora.co.uk>
* configure.ac:
- * gst/shm/Makefile.am:
- * gst/shm/gstshm.c:
- * gst/shm/gstshmsink.c:
- * gst/shm/gstshmsink.h:
- * gst/shm/gstshmsrc.c:
- * gst/shm/gstshmsrc.h:
- * gst/shm/shmalloc.c:
- * gst/shm/shmalloc.h:
- * gst/shm/shmpipe.c:
- * gst/shm/shmpipe.h:
* sys/Makefile.am:
* sys/shm/Makefile.am:
* sys/shm/gstshm.c:
@@ -106760,7 +106942,6 @@
* configure.ac:
* ext/cog/Makefile.am:
- * ext/cog/cog.orc:
* ext/cog/cogframe.c:
* ext/cog/cogvirtframe.c:
* ext/cog/gstcogorc-dist.c:
@@ -107176,8 +107357,6 @@
* docs/plugins/camerabin.dot:
* docs/plugins/camerabin.png:
* docs/plugins/figures/Makefile.am:
- * docs/plugins/figures/camerabin.dot:
- * docs/plugins/figures/camerabin.png:
docs: fix dist/distcheck issues with camerabin figures
Move figures into docs/plugins as well, to avoid issues with
make dist and make distcheck (make distdir will not first descend
@@ -109931,11 +110110,9 @@
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.prerequisites:
- * docs/plugins/inspect/plugin-apex.xml:
* docs/plugins/inspect/plugin-apexsink.xml:
* docs/plugins/inspect/plugin-invtelecine.xml:
* docs/plugins/inspect/plugin-nsf.xml:
- * docs/plugins/inspect/plugin-nsfdec.xml:
* docs/plugins/inspect/plugin-nuvdemux.xml:
* docs/plugins/inspect/plugin-vmnc.xml:
docs: Update to match recent commits
@@ -111507,11 +111684,9 @@
* tests/examples/camerabin/gst-camera-perf.glade:
* tests/examples/camerabin/gst-camera-perf.ui:
* tests/examples/camerabin/gst-camera.c:
- * tests/examples/camerabin/gst-camera.glade:
* tests/examples/camerabin/gst-camera.ui:
* tests/icles/Makefile.am:
* tests/icles/metadata_editor.c:
- * tests/icles/metadata_editor.glade:
* tests/icles/metadata_editor.ui:
tests: Port from libglade to GtkBuilder
Fixes bug #601108.
@@ -111927,8 +112102,6 @@
* gst/flacparse/gstbaseparse.c:
* gst/flacparse/gstbaseparse.h:
* gst/flacparse/gstflac.c:
- * gst/flacparse/gstflacparse.c:
- * gst/flacparse/gstflacparse.h:
audioparsers: move 'flacparse' into it
2009-12-16 18:38:33 +0100 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
@@ -112280,8 +112453,6 @@
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* gst/amrparse/Makefile.am:
- * gst/amrparse/gstamrparse.c:
- * gst/amrparse/gstamrparse.h:
* gst/amrparse/gstbaseparse.c:
* gst/amrparse/gstbaseparse.h:
* gst/audioparsers/Makefile.am:
@@ -112301,11 +112472,6 @@
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* gst/aacparse/Makefile.am:
- * gst/aacparse/gstaacparse.c:
- * gst/aacparse/gstaacparse.h:
- * gst/aacparse/gstbaseparse.c:
- * gst/aacparse/gstbaseparse.h:
- * gst/aacparse/plugin.c:
* gst/audioparsers/Makefile.am:
* gst/audioparsers/gstaacparse.c:
* gst/audioparsers/gstaacparse.h:
@@ -113999,14 +114165,11 @@
* configure.ac:
* docs/plugins/inspect/plugin-aiff.xml:
- * docs/plugins/inspect/plugin-aiffparse.xml:
* gst-plugins-bad.spec.in:
* gst/aiff/Makefile.am:
* gst/aiff/aiffparse.c:
* gst/aiff/aiffparse.h:
* gst/aiffparse/Makefile.am:
- * gst/aiffparse/aiffparse.c:
- * gst/aiffparse/aiffparse.h:
* po/POTFILES.in:
aiff: rename 'aiffparse' plugin to 'aiff'
@@ -114036,7 +114199,6 @@
* sys/osxvideo/Makefile.am:
* sys/osxvideo/osxvideoplugin.c:
- * sys/osxvideo/osxvideoplugin.m:
osxvideosrc: change a .m file containing only C code to a .c file. Makes building this easier.
2009-10-27 22:08:42 +0000 Jan Schmidt <thaytan@noraisin.net>
@@ -115495,8 +115657,6 @@
* ext/resindvd/Makefile.am:
* ext/resindvd/resindvdbin.c:
- * ext/resindvd/rsnaudiodec.c:
- * ext/resindvd/rsnaudiodec.h:
* ext/resindvd/rsndec.c:
* ext/resindvd/rsndec.h:
resindvdbin: Rename files
@@ -116643,7 +116803,6 @@
2009-09-07 15:44:16 +0200 Julien Isorce <julien.isorce@gmail.com>
* win32/vs8/gst-plugins-bad.sln:
- * win32/vs8/libdshowsrcwrapper.vcproj:
* win32/vs9/gst-plugins-bad.sln:
* win32/vs9/libgstdshowsrcwrapper.vcproj:
dshowsrcwrapper: upgrade frozen build to vs9
@@ -118282,12 +118441,8 @@
* docs/plugins/inspect/plugin-amrwbenc.xml:
* ext/Makefile.am:
* ext/amrwb/Makefile.am:
- * ext/amrwb/README:
- * ext/amrwb/gstamrwb.c:
* ext/amrwb/gstamrwbdec.c:
* ext/amrwb/gstamrwbdec.h:
- * ext/amrwb/gstamrwbenc.c:
- * ext/amrwb/gstamrwbenc.h:
* ext/amrwb/gstamrwbparse.c:
* ext/amrwb/gstamrwbparse.h:
* ext/amrwbenc/GstAmrwbEnc.prs:
@@ -118612,14 +118767,12 @@
2009-07-22 12:24:46 +0200 Julien Isorce <julien.isorce@gmail.com>
- * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
* sys/dshowsrcwrapper/gstdshowaudiosrc.cpp:
* win32/vs8/libdshowsrcwrapper.vcproj:
dshowaudiosrc: converts code to C++
2009-07-22 11:01:49 +0200 Julien Isorce <julien.isorce@gmail.com>
- * sys/dshowsrcwrapper/gstdshowvideosrc.c:
* sys/dshowsrcwrapper/gstdshowvideosrc.cpp:
* win32/vs8/libdshowsrcwrapper.vcproj:
dshowvideosrc: converts code to C++
@@ -118690,14 +118843,9 @@
* configure.ac:
* gst-libs/gst/Makefile.am:
* gst-libs/gst/dshow/Makefile.am:
- * gst-libs/gst/dshow/gstdshow.cpp:
- * gst-libs/gst/dshow/gstdshow.h:
- * gst-libs/gst/dshow/gstdshowfakesink.cpp:
- * gst-libs/gst/dshow/gstdshowfakesink.h:
* gst-libs/gst/dshow/gstdshowfakesrc.cpp:
* gst-libs/gst/dshow/gstdshowfakesrc.h:
* gst-libs/gst/dshow/gstdshowinterface.cpp:
- * gst-libs/gst/dshow/gstdshowinterface.h:
* sys/dshowsrcwrapper/Makefile.am:
* sys/dshowsrcwrapper/gstdshow.cpp:
* sys/dshowsrcwrapper/gstdshow.h:
@@ -118706,7 +118854,6 @@
* sys/dshowsrcwrapper/gstdshowfakesink.cpp:
* sys/dshowsrcwrapper/gstdshowfakesink.h:
* sys/dshowsrcwrapper/gstdshowinterface.h:
- * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
* sys/dshowsrcwrapper/gstdshowsrcwrapper.cpp:
* sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
* sys/dshowsrcwrapper/gstdshowvideosrc.c:
@@ -119541,8 +119688,6 @@
* ext/Makefile.am:
* ext/ladspa/Makefile.am:
* ext/ladspa/gstladspa.h:
- * ext/ladspa/gstsignalprocessor.c:
- * ext/ladspa/gstsignalprocessor.h:
* ext/lv2/Makefile.am:
* ext/lv2/gstlv2.c:
* ext/lv2/gstlv2.h:
@@ -119729,8 +119874,6 @@
* sys/vdpau/gstvdp.c:
* sys/vdpau/gstvdpmpegdec.c:
* sys/vdpau/gstvdpmpegdec.h:
- * sys/vdpau/gstvdpmpegdecoder.c:
- * sys/vdpau/gstvdpmpegdecoder.h:
vdpaumpegdec: rename gstvdpmpegdecoder.[ch] to gstvdpmpegdec.[ch]
2009-06-05 21:46:08 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
@@ -120139,19 +120282,6 @@
* sys/vdpau/Makefile.am:
* sys/vdpau/gstvdp.c:
- * sys/vdpau/gstvdpau.c:
- * sys/vdpau/gstvdpaudecoder.c:
- * sys/vdpau/gstvdpaudecoder.h:
- * sys/vdpau/gstvdpaudevice.c:
- * sys/vdpau/gstvdpaudevice.h:
- * sys/vdpau/gstvdpaumpegdecoder.c:
- * sys/vdpau/gstvdpaumpegdecoder.h:
- * sys/vdpau/gstvdpauvideobuffer.c:
- * sys/vdpau/gstvdpauvideobuffer.h:
- * sys/vdpau/gstvdpauvideoyuv.c:
- * sys/vdpau/gstvdpauvideoyuv.h:
- * sys/vdpau/gstvdpauyuvvideo.c:
- * sys/vdpau/gstvdpauyuvvideo.h:
* sys/vdpau/gstvdpdecoder.c:
* sys/vdpau/gstvdpdecoder.h:
* sys/vdpau/gstvdpdevice.c:
@@ -120271,7 +120401,6 @@
2009-04-03 17:53:21 +0200 Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
- * sys/vdpau/gst-vdpau-device.h:
* sys/vdpau/gstvdpaudevice.h:
vdpau: commit rename of gst-vdpau-device.h to gstvdpaudevice.h
@@ -120939,8 +121068,6 @@
* gst/id3tag/Makefile.am:
* gst/id3tag/gstid3mux.c:
* gst/id3tag/gstid3mux.h:
- * gst/id3tag/gstid3tag.c:
- * gst/id3tag/gstid3tag.h:
* gst/id3tag/gsttagmux.c:
* gst/id3tag/id3tag.c:
* gst/id3tag/id3tag.h:
@@ -123577,7 +123704,6 @@
2009-05-01 01:59:56 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
* docs/plugins/inspect/plugin-debugutilsbad.xml:
- * docs/plugins/inspect/plugin-fpsdisplaysink.xml:
* gst/debugutils/Makefile.am:
* gst/debugutils/debugutilsbad.c:
* gst/debugutils/fpsdisplaysink.c:
@@ -124653,7 +124779,6 @@
* gst/mxf/mxfmpeg.c:
* gst/mxf/mxfmpeg.h:
* gst/mxf/mxfmux.h:
- * gst/mxf/mxfparse.c:
* gst/mxf/mxfparse.h:
* gst/mxf/mxftypes.c:
* gst/mxf/mxftypes.h:
@@ -124664,7 +124789,6 @@
* gst/mxf/mxfvc3.c:
* gst/mxf/mxfvc3.h:
* gst/mxf/mxfwrite.c:
- * gst/mxf/mxfwrite.h:
mxf: Source files and #include cleanup
2009-03-26 12:10:05 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
@@ -126278,46 +126402,6 @@
* Makefile.am:
* configure.ac:
- * examples/Makefile.am:
- * examples/app/.gitignore:
- * examples/app/Makefile.am:
- * examples/app/appsink-src.c:
- * examples/app/appsrc-ra.c:
- * examples/app/appsrc-seekable.c:
- * examples/app/appsrc-stream.c:
- * examples/app/appsrc-stream2.c:
- * examples/app/appsrc_ex.c:
- * examples/capsfilter/Makefile.am:
- * examples/capsfilter/capsfilter1.c:
- * examples/directfb/.gitignore:
- * examples/directfb/Makefile.am:
- * examples/directfb/decker.ttf:
- * examples/directfb/dfblogo.png:
- * examples/directfb/gstdfb.c:
- * examples/gob/Makefile.am:
- * examples/gob/gst-identity2.gob:
- * examples/gstplay/.gitignore:
- * examples/gstplay/Makefile.am:
- * examples/gstplay/player.c:
- * examples/indexing/.gitignore:
- * examples/indexing/Makefile.am:
- * examples/indexing/indexmpeg.c:
- * examples/level/Makefile.am:
- * examples/level/README:
- * examples/level/demo.c:
- * examples/level/plot.c:
- * examples/scaletempo/.gitignore:
- * examples/scaletempo/Makefile.am:
- * examples/scaletempo/demo-gui.c:
- * examples/scaletempo/demo-gui.h:
- * examples/scaletempo/demo-main.c:
- * examples/scaletempo/demo-player.c:
- * examples/scaletempo/demo-player.h:
- * examples/stats/Makefile.am:
- * examples/stats/mp2ogg.c:
- * examples/switch/.gitignore:
- * examples/switch/Makefile.am:
- * examples/switch/switcher.c:
* tests/Makefile.am:
* tests/examples/Makefile.am:
* tests/examples/app/.gitignore:
@@ -127317,9 +127401,6 @@
* gst/dtmf/Makefile.am:
* gst/dtmf/gstrtpdtmfsrc.c:
* gst/dtmf/gstrtpdtmfsrc.h:
- * gst/rtpdtmf/Makefile.am:
- * gst/rtpdtmf/gstrtpdtmfsrc.c:
- * gst/rtpdtmf/gstrtpdtmfsrc.h:
[MOVED FROM GST-P-FARSIGHT] Moved rtpdtmf to dtmf directory
20070820184800-4f0f6-fa33ea974510161de8c9951c39087af3613b65a4.gz
@@ -128339,8 +128420,6 @@
2009-02-11 01:02:42 +0200 René Stadler <mail@renestadler.de>
- * gst-libs/gst/interfaces/photography-enumtypes.c:
- * gst-libs/gst/interfaces/photography-enumtypes.h:
* win32/common/photography-enumtypes.c:
* win32/common/photography-enumtypes.h:
photography interface: Move generated files to win32/common.
@@ -129108,9 +129187,6 @@
* ext/modplug/Makefile.am:
* ext/modplug/gstmodplug.cc:
* ext/modplug/gstmodplug.h:
- * gst/modplug/Makefile.am:
- * gst/modplug/gstmodplug.cc:
- * gst/modplug/gstmodplug.h:
* gst/modplug/libmodplug/Makefile.am:
* gst/modplug/libmodplug/README:
* gst/modplug/libmodplug/changes.txt:
@@ -129274,20 +129350,6 @@
* docs/plugins/inspect/plugin-x264.xml:
* docs/plugins/inspect/plugin-xvid.xml:
* docs/plugins/inspect/plugin-y4menc.xml:
- * gst/audioresample/Makefile.am:
- * gst/audioresample/buffer.c:
- * gst/audioresample/buffer.h:
- * gst/audioresample/debug.c:
- * gst/audioresample/debug.h:
- * gst/audioresample/functable.c:
- * gst/audioresample/functable.h:
- * gst/audioresample/gstaudioresample.c:
- * gst/audioresample/gstaudioresample.h:
- * gst/audioresample/resample.c:
- * gst/audioresample/resample.h:
- * gst/audioresample/resample_chunk.c:
- * gst/audioresample/resample_functable.c:
- * gst/audioresample/resample_ref.c:
* gst/legacyresample/Makefile.am:
* gst/legacyresample/buffer.c:
* gst/legacyresample/buffer.h:
@@ -129303,7 +129365,6 @@
* gst/legacyresample/resample_functable.c:
* gst/legacyresample/resample_ref.c:
* tests/check/Makefile.am:
- * tests/check/elements/audioresample.c:
* tests/check/elements/legacyresample.c:
Rename audioresample files and types to legacyresample
Finish the move/rename of audioresample to legacyresample
@@ -141349,8 +141410,6 @@
* ext/metadata/metadataxmp.c:
* ext/metadata/metadataxmp.h:
* ext/metadata/test/Makefile:
- * ext/metadata/test/MetadataEditorMain.glade:
- * ext/metadata/test/metadata_editor.c:
* tests/icles/Makefile.am:
* tests/icles/metadata_editor.c:
* tests/icles/metadata_editor.glade:
@@ -142904,8 +142963,6 @@
* ext/metadata/gstmetadatademux.h:
* ext/metadata/gstmetadatamux.c:
* ext/metadata/gstmetadatamux.h:
- * ext/metadata/gstmetadataparse.c:
- * ext/metadata/gstmetadataparse.h:
* ext/metadata/metadataexif.c:
* ext/metadata/metadatatags.c:
* ext/metadata/test/metadata_editor.c:
@@ -143509,14 +143566,6 @@
* ext/metadata/metadataexif.h:
* ext/metadata/metadataiptc.c:
* ext/metadata/metadataiptc.h:
- * ext/metadata/metadataparse.c:
- * ext/metadata/metadataparse.h:
- * ext/metadata/metadataparseexif.c:
- * ext/metadata/metadataparseexif.h:
- * ext/metadata/metadataparseiptc.c:
- * ext/metadata/metadataparseiptc.h:
- * ext/metadata/metadataparsexmp.c:
- * ext/metadata/metadataparsexmp.h:
* ext/metadata/metadatatags.c:
* ext/metadata/metadatatags.h:
* ext/metadata/metadataxmp.c:
@@ -143673,7 +143722,6 @@
* ext/metadata/metadataparsejpeg.h:
* ext/metadata/metadataparsepng.c:
* ext/metadata/metadataparsepng.h:
- * ext/metadata/metadataparsetypes.h:
* ext/metadata/metadatatypes.c:
* ext/metadata/metadatatypes.h:
Now parser is generic (just add/remove a list of chunks). And a template of muxer has been created.
@@ -158034,9 +158082,7 @@
2005-12-01 19:13:20 +0000 Thomas Vander Stichele <thomas@apestaart.org>
* ChangeLog:
- * LICENSE:
* NEWS:
- * PORTED_09:
* RELEASE:
* common:
* configure.ac: