Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-02build: add subdir-objects to AM_INIT_AUTOMAKELubosz Sarnecki
Fixes warnings with automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350
2013-07-29Back to developmentSebastian Dröge
2013-07-29Release 1.1.31.1.3Sebastian Dröge
2013-07-11Back to developmentSebastian Dröge
2013-07-11Release 1.1.21.1.2Sebastian Dröge
2013-06-21vpx: Add initial, experimental VP9 supportSebastian Dröge
2013-06-13pulsesink: Require PulseAudio >= 2.0Brendan Long
This is needed for pa_format_info_get_prop_* functions. https://bugzilla.gnome.org/show_bug.cgi?id=686459
2013-06-13Revert "pulsesink: Make 2.0 dependency optional"Arun Raghavan
This reverts commit 01457027e0d384aca3e551ae684e0aa074ee5498. We'll just depend on PulseAudio 2.0 or above instead of having the bug partially fixed based on the installed libpulse version.
2013-06-13pulsesink: Make 2.0 dependency optionalArun Raghavan
The getcaps function we added uses some pa_format_info_get_prop... accessor functions that were only added in 2.0, so we only have our getcaps implementation exist if we're compiling against libpulse 2.0 or above. Eventually, we could bump the minimum requirement to 2.0 or above. https://bugzilla.gnome.org/show_bug.cgi?id=686459
2013-06-05Back to developmentSebastian Dröge
2013-06-05Release 1.1.11.1.1Sebastian Dröge
2013-04-17osxaudio: Fix configure check for osxaudio pluginSebastian Dröge
2013-04-17osxaudio: build fixesPhilippe Normand
Enable the osxaudio plugin build in configure.ac and fix some include directive order issues.
2013-04-15gst: Add better support for static pluginsSebastian Dröge
2013-03-22Require Orc >= 0.4.17Tim-Philipp Müller
Orc 0.4.17 fixes a bunch crashes on i386 and RPi when orc functions can't be compiled and the fallback function is supposed to be used. Also fixes some issues on PowerPC. https://bugzilla.gnome.org/show_bug.cgi?id=684399 https://bugzilla.gnome.org/show_bug.cgi?id=693862
2013-03-09dtmf: move dtmf plugin from -bad to -goodTim-Philipp Müller
https://bugzilla.gnome.org/show_bug.cgi?id=687416
2013-03-08osxaudio: add support for iOS using the RemoteIO AudioUnitAndoni Morales Alastruey
2013-02-19v4l2: Add support of dmabufBenjamin Gaignard
v4l has add a new IOCTL to export a buffer by using dmabuf. This patch allow to use this new IOTCL if it has been defined in videodev2.h I introduce a new IO mode (GST_V4L2_IO_DMABUF) to enable this way of working. https://bugzilla.gnome.org/show_bug.cgi?id=693826
2013-02-16soup: use default proxy resolver instead of deprecated GNOME proxy resolverTim-Philipp Müller
Apparently there's no reason to use it any longer. Drop libsoup-gnome dependency while at it, now that we don't need anything from it any more (it only consists entirely of deprecated API now anyways). https://bugzilla.gnome.org/show_bug.cgi?id=693911
2013-01-01cairo: port cairooverlay to 0.11Tim-Philipp Müller
The other elements are not that interesting now that we're using pangocairo in the pango plugin, and should probably just be removed.
2012-12-17v4l2: Teach where the videodev2.h header lives on freebsd.Koop Mast
https://bugzilla.gnome.org/show_bug.cgi?id=690233
2012-12-01v4l2src: link against -lrt for clock_gettime()Tim-Philipp Müller
Need to explicitly link against -lrt for clock_gettime(), which we don't get in the libs any more, because core moved the gmodule-no-export-2.0 bit into Requires.Private. Not required for newer glibc, but for older ones, so check for that.
2012-11-08configure.ac: update courtesy of autoupdateTim-Philipp Müller
2012-11-07configure: let AG_GST_PLUGIN_DOCS check for pythonTim-Philipp Müller
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-10-25Back to feature developmentTim-Philipp Müller
2012-10-25Release 1.0.21.0.2Tim-Philipp Müller
2012-10-16configure: remove median from buildWim Taymans
2012-10-16media: port to 1.0Wim Taymans
2012-10-07Back to development (bug fixing)Tim-Philipp Müller
2012-10-07Release 1.0.11.0.1Tim-Philipp Müller
2012-09-24Back to development (bug fixing)Tim-Philipp Müller
2012-09-24Release 1.0.01.0.0Tim-Philipp Müller
2012-09-17Release 0.11.99RELEASE-0.11.99Tim-Philipp Müller
2012-09-16vpx: Integrate into the build systemSebastian Dröge
2012-09-14Back to developmentTim-Philipp Müller
2012-09-14Release 0.11.94RELEASE-0.11.94Tim-Philipp Müller
2012-08-22configure: bump gtk-doc req to 1.12 (mar-2009)Stefan Sauer
This allows us to e.g. unconditionally use gtkdoc-rebase.
2012-08-22gdkpixbuf: re-enable already-ported gdkpixbuf element as gdkpixbufdecTim-Philipp Müller
Not sure why it as disabled exactly given that it had already been ported (though without metas or baseclass). Move plugin_init bits into separate source file, and rename decoder element to gdkpixbufdec.
2012-08-09configure: And fix the GTK check to use the correct pkg-config package nameSebastian Dröge
2012-08-09configure: Fix GTK required version variable nameSebastian Dröge
2012-08-08Back to developmentTim-Philipp Müller
2012-08-08Release 0.11.93RELEASE-0.11.93Tim-Philipp Müller
2012-07-23deinterlace: get frame flags correctlyWim Taymans
Also move the deinterlace plugin to ported status
2012-07-19soup: deprecated soup_message_headers _get -> _get_oneAlban Browaeys
https://bugzilla.gnome.org/show_bug.cgi?id=680206
2012-07-03configure: require Gtk+ 3.0 for tests/examplesTim-Philipp Müller
2012-06-07Back to developmentSebastian Dröge
2012-06-07Release 0.11.92RELEASE-0.11.92Sebastian Dröge
2012-06-06osxvideo: straightforward port to 0.11Thiago Santos
2012-05-30configure: Fix GST_OBJCFLAGSSebastian Dröge
2012-05-30configure: Add OBJC specific compiler flagsSebastian Dröge
See bug #643939.