summaryrefslogtreecommitdiffstats
path: root/package/gstreamer1
Commit message (Collapse)AuthorAgeFilesLines
* gst1-imx: bump version to 0.13.0Alexandre Esse2017-11-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ==== version 0.13.0 (2017-11-01) ==== * New imxv4l2videosink element Currently only supports input physically contiguous memory blocks as input (so, for example, no videotestsrc) * New Pango-based overlay elements using G2D for rendering * gstimxcommon library is now public Necessary when implementing external sinks to retrieve the mapped physical memory address from gstreamer buffers (NOTE: ABI may change in the next few releases until this is stabilized) * New optional ability to use GstPhysMemory from gst-plugins-bad * imxv4l2videosrc: * Fix compile prior to Gstreamer 1.3.1 * v4l2_buffer_pool: Add special case for tw6869 driver The tw6869 driver requires a different physical address to allow DMA'able buffers for decreasing latency between chip and display * v4l2src: add fractional "fps" property (obsoletes the "fps-n" property) * Add GstImxV4l2Meta init function This avoids the g_assert() that was caused by the missing init function * Add num-additional-buffers property This can be useful if capturing video isn't smooth; it sets the number of internal additional buffers, so if downstream consumes too many buffers, imxv4l2videosrc might end up doing a blocking wait until buffers are returned * imxv4l2src plugin is now called imxv4l2video, because it also contains imxv4l2videosink Also, the v4l2 elements can be enabled/disabled in the build configuration individually now * compositor: * Only copy compositor input buffers to DMA memory once If a single input frame is used for multiple output frames, we would otherwise copy multiple times which can easily go to the limit of the memory bandwidth * vpu: * Handle releasing of buffers without assigned framebuffer This can happen if the buffer is released before it was actually used, e.g. when renegotiating at the very beginning; prevents a crash that would otherwise occur * Add parameter check to avoid encoder crash on flush * g2d: * Add build configuration switches to explicitely specify G2D include and library paths * Disable cacheable memory allocation Several issues were reported with cacheable DMA memory, so it is turned off, at least for now * blitter: * Add property to clear screen to black in blitter sinks * Add output-rotation property to videotransform base class * audio: * Fix reference counting for caps * Mark static codec caps as may be leaked This gets rid of the false positive in the leak tracer Signed-off-by: Alexandre Esse <alexandre.esse.dev@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-bad: fix patch ↵Peter Seiderer2017-10-211-52/+7
| | | | | | | | | | 0001-openjpeg-Support-building-with-openjpeg-2.3-simpler.patch The previous version was by mistake mixed up with the patch 'gst-plugins-bad: openjpeg: Remove compatibility with openjpeg 2.0' Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-bad: fix openjpeg-2.3 compile failurePeter Seiderer2017-10-211-0/+134
| | | | | | | | | | | | | | | Add upstream patch [1], fixes [2]: In file included from gstopenjpegdec.h:29:0, from gstopenjpegdec.c:27: gstopenjpeg.h:42:37: fatal error: openjpeg-2.2/openjpeg.h: No such file or directory # include <openjpeg-2.2/openjpeg.h> [1] https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=bff2d834a4a38f64e555cee3d0144fde6c515acd [2] http://autobuild.buildroot.net/results/884/884956af56f63b2634a1984f5ea416075ed87bc8 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst-omx: bump to 1.12.3Adam Duskett2017-10-102-3/+3
| | | | | Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-vaapi: bump to 1.12.3Adam Duskett2017-10-102-3/+3
| | | | | Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-libav: bump to 1.12.3Adam Duskett2017-10-102-3/+3
| | | | | Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-validate: bump to 1.12.3Adam Duskett2017-10-102-3/+3
| | | | | Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-rtsp-server: bump to 1.12.3Adam Duskett2017-10-102-3/+3
| | | | | Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-ugly: bump to 1.12.3Adam Duskett2017-10-102-3/+3
| | | | | Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-bad: bump to 1.12.3Adam Duskett2017-10-103-96/+3
| | | | | | | | | | Also remove openjpeg-Fix-build-against-openjpeg-2.2.patch, merged upstreamm as commit https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/patch/?id=15f24fef53a955c7c76fc966302cb0453732e657. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> [Thomas: fix upstream commit reference, as noted by Peter Seiderer.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-good: bump to 1.12.3Adam Duskett2017-10-102-3/+3
| | | | | Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-base: bump to 1.12.3Adam Duskett2017-10-102-3/+3
| | | | | Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gstreamer1: bump to 1.12.3Adam Duskett2017-10-102-3/+3
| | | | | Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/pulseaudio: bump version to 11.1Bernd Kuhls2017-09-241-2/+0
| | | | | | | | | | | | | Dependency to json-c was dropped, updated reverse dependencies as well and added optional dependency to libatomic_ops https://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/configure.ac#n250 when __sync_bool_compare_and_swap is not available. Removed patch applied upstream: 0002-webrtc-C-11-is-only-required-for-WebRTC-support.patch Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* gst1-plugins-bad: fix build against openjpeg 2.2Peter Seiderer2017-09-242-0/+97
| | | | | | | | | | | | | Add upstream patch to fix build against openjpeg 2.2. Fixes [1]: gstopenjpeg.h:42:37: fatal error: openjpeg-2.1/openjpeg.h: No such file or directory [1] http://autobuild.buildroot.net/results/90f1f7838f08e3a557be27470406d4d84dbcc828 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-validate: disable building documentation using sphinxPeter Seiderer2017-08-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | Fix a build failure in case (a non functional) sphinx documentation system is installed on the host (reported [1] and fix tested [2] by grunpferd@netscape.net). Fixes: sphinx-build -b html -d ./doctrees . ./html Error: Source directory doesn't contain a conf.py file. [1] http://lists.busybox.net/pipermail/buildroot/2017-August/200021.html [2] http://lists.busybox.net/pipermail/buildroot/2017-August/200267.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Cc: grunpferd@netscape.net [Arnout: - use --disable-sphinx-doc instead of a cv variable - remove the comment, it speaks for itself] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst-omx: bump version to 1.12.2Peter Seiderer2017-07-252-3/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-rtsp-server: bump version to 1.12.2Peter Seiderer2017-07-252-3/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-vaapi: bump version to 1.12.2Peter Seiderer2017-07-252-3/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-libav: bump version to 1.12.2Peter Seiderer2017-07-252-3/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-validate: bump version to 1.12.2Peter Seiderer2017-07-252-3/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-ugly: bump version to 1.12.2Peter Seiderer2017-07-252-3/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-bad: bump version to 1.12.2Peter Seiderer2017-07-252-3/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-good: bump version to 1.12.2Peter Seiderer2017-07-252-3/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-base: bump version to 1.12.2Peter Seiderer2017-07-252-3/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gstreamer1: bump version to 1.12.2Peter Seiderer2017-07-252-3/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-rtsp-server: bump version to 1.12.1Peter Korsgaard2017-07-042-3/+3
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-validate: bump version to 1.12.1Peter Korsgaard2017-07-042-3/+3
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-bad: bump version to 1.12.1Peter Korsgaard2017-07-042-3/+3
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-ugly: bump version to 1.12.1Peter Korsgaard2017-07-042-3/+3
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-good: bump version to 1.12.1Peter Korsgaard2017-07-042-3/+3
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-plugins-base: bump version to 1.12.1Peter Korsgaard2017-07-042-3/+3
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-libav: bump version to 1.12.1Peter Korsgaard2017-07-042-3/+3
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst-omx: bump version to 1.12.1Peter Korsgaard2017-07-042-3/+3
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-vaapi: bump version to 1.12.1Peter Korsgaard2017-07-042-3/+3
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gstreamer1: bump to version 1.12.1Peter Korsgaard2017-07-042-3/+3
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gst1-rtsp-server: bump version to 1.12.0Vicente Olivert Riera2017-07-042-3/+3
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-validate: bump version to 1.12.0Vicente Olivert Riera2017-07-042-5/+3
| | | | | | | | | | | | Remove non-existant configure options: --disable-sphinx-doc: Even if it looks like there is some code for that in configure.ac, it seems that is not taken into account and that configure option is not even recognized. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-bad: move dtls pluginPeter Korsgaard2017-07-042-13/+13
| | | | | | | The dtls plugin needs openssl, so move it down to the "plugins with external dependencies" section to match the rest of the plugins. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-bad: add new Timed Text Markup Language (TTML) pluginPeter Korsgaard2017-07-042-0/+24
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-bad: add new dependency-less audiobuffersplit / audiomixmatrix ↵Peter Korsgaard2017-07-042-0/+22
| | | | | | | | plugins These plugins are new in 1.12.x Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-bad: explicitly disable new msdk pluginPeter Korsgaard2017-07-041-0/+1
| | | | | | As we do not have the needed dependencies packaged. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-bad: add Image Quality Assessment (IQA) pluginVicente Olivert Riera2017-07-042-0/+11
| | | | | | | This plugin replaces the recently removed videomeasure plugin. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-bad: bump version to 1.12.0Vicente Olivert Riera2017-07-043-128/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Remove non-existant configure options: --disable-mimic: https://github.com/GStreamer/gst-plugins-bad/commit/ad661999ad2c79a5d7721f0eb1e7f1f83a304224 --enable-dataurisrc: https://github.com/GStreamer/gst-plugins-bad/commit/de4bb6e1d4793637fd72d7316d06ebba4148583e --enable-videomeasure: https://github.com/GStreamer/gst-plugins-bad/commit/ca3020cf46d49d8e3fd54ec323b3a17cd389d780 --enable-apexsink, --disable-nas, --disable-linsys, --enable-sdl, --disable-sdltest, --disable-libvisual, --disable-timidity, --disable-sndio, --disable-wininet, --disable-xvid, --enable-cdxaparse, --enable-dccp, --enable-hdvparse, --enable-mve, --enable-nuvdemux, --enable-patchdetect, --enable-sdi, --enable-tta, --disable-pvr: https://github.com/GStreamer/gst-plugins-bad/commit/9b5de053995488d5ddc78c1bf4df651101271d70 [Peter: split out webrtc rename to a separate patch, tweak dataurisrc help] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-ugly: bump version to 1.12.0Vicente Olivert Riera2017-07-043-18/+3
| | | | | | | | | | Remove non-existant configure options: --enable-mad: https://github.com/GStreamer/gst-plugins-ugly/commit/2f767fb24ac8ee001bde7e1452b46a4f8fe3a719 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-good: bump version to 1.12.0Vicente Olivert Riera2017-07-042-6/+4
| | | | | | | | | | Remove non-existant configure options: --disable-esd, --disable-esdtest: https://github.com/GStreamer/gst-plugins-good/commit/3d6955d68624c089d7066bfdbf38ef69c1dc07b6 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-base: bump version to 1.12.0Vicente Olivert Riera2017-07-043-7/+14
| | | | | | | | | | | | | | | | | | | Remove non-existant or unnecessary configure options: --disable-oggtest, --disable-vorbistest: It looks like these options will be taken into account by ogg.m4 and vorbis.m4 only when ogg and vobis are enabled. However, according to the code on those m4 files these two options are disabled by default. --disable-gio_unix_2_0: I don't know where this option comes from. --disable-freetypetest: https://github.com/GStreamer/gst-plugins-base/commit/183610c035dd6955c9b3540b940aec50474af031 [Peter: add rawparse plugin] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-libav: bump version to 1.12.0Vicente Olivert Riera2017-07-042-3/+3
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst-omx: bump version to 1.12.0Vicente Olivert Riera2017-07-042-3/+3
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-vaapi: bump version to 1.12.0Vicente Olivert Riera2017-07-044-146/+3
| | | | | | | | | | 0001 patch already included in this release: https://github.com/GStreamer/gstreamer-vaapi/commit/159e3c3f08ef1c19da4ede8a437337dd8cf7f0b7 0002 patch already included in this release: https://github.com/GStreamer/gstreamer-vaapi/commit/152217064f1192bb836620ad7eaadbc031624f4c Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud