<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/multimedia/gst1-plugins-bad, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-07-24T13:59:21Z</updated>
<entry>
<title>gst1-plugins-bad: fix duplicate codecparsers library package</title>
<updated>2025-07-24T13:59:21Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-07-23T12:57:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d5329b6fa4f6117632a61ee04a19e25984a59b79'/>
<id>urn:sha1:d5329b6fa4f6117632a61ee04a19e25984a59b79</id>
<content type='text'>
The codecparsers package was accidentally added another time.
Sort libraries alphabetically to avoid this kind of mistake in the
future.

Fixes: a014537e0 ("gstreamer: update to 1.26.4")
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>gstreamer: update to 1.26.4</title>
<updated>2025-07-22T16:56:57Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-07-21T01:47:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9689b71032516e6b75a2db61b31530e25272d215'/>
<id>urn:sha1:9689b71032516e6b75a2db61b31530e25272d215</id>
<content type='text'>
Update GStreamer packages release 1.26.4.
While at it, package v4l2codecs to make use of stateless video
encoding and decoding features typical for embedded devices.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>gst1-plugins-bad: update to 1.26.2</title>
<updated>2025-07-21T11:37:45Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2025-07-18T00:03:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e7f535c3f67290e97950debf3d5110fbb28ea095'/>
<id>urn:sha1:e7f535c3f67290e97950debf3d5110fbb28ea095</id>
<content type='text'>
Upstream list of changes is available at
https://gstreamer.freedesktop.org/releases/1.26/#1.26.2.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>gst1-plugins-bad: bump to 1.24.12</title>
<updated>2025-03-12T10:07:18Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2025-02-24T10:55:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8b7260e25d10f174188d98d4dadc54436c63cc9d'/>
<id>urn:sha1:8b7260e25d10f174188d98d4dadc54436c63cc9d</id>
<content type='text'>
Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@citymesh.com&gt;
</content>
</entry>
<entry>
<title>gst1-plugins-bad: update to 1.24.10</title>
<updated>2025-01-06T09:11:26Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2025-01-03T02:19:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b79247e3d6bb396826e42b083e5f2710edc9fa94'/>
<id>urn:sha1:b79247e3d6bb396826e42b083e5f2710edc9fa94</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>gst1-plugins-bad: build Intel QuickSync plugin only on x86</title>
<updated>2024-12-13T03:34:01Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-12-07T21:48:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c5a4241af640e5aff123ee3422052e5792af662a'/>
<id>urn:sha1:c5a4241af640e5aff123ee3422052e5792af662a</id>
<content type='text'>
Intel Media SDK lacks support for many architectures and leads to build
failing. As the QuickSync hardware feature is anyway only supported on
x86 CPUs simply don't build the plugin on other platforms.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>gst1-plugins-bad: build videoparsersbad plugin</title>
<updated>2024-11-27T14:15:14Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-11-26T23:04:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9ad17512a8b8dbd87dc8dc95e4dfd69a72637111'/>
<id>urn:sha1:9ad17512a8b8dbd87dc8dc95e4dfd69a72637111</id>
<content type='text'>
Build previously commented-out videoparsersbad plugins which contains
a bunch of useful format decoders:
 * av1parse: AV1 parser
 * diracparse: Dirac parser
 * h263parse: H.263 parser
 * h264parse: H.264 parser
 * h265parse: H.265 parser
 * jpeg2000parse: JPEG 2000 parser
 * mpeg4videoparse: MPEG 4 video elementary stream parser
 * mpegvideoparse: MPEG video elementary stream parser
 * pngparse: PNG parser
 * vc1parse: VC1 parser
 * vp9parse: VP9 parser

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>gst1-plugins-bad: fix building GL libraries</title>
<updated>2024-11-26T02:15:40Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-11-25T00:00:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=99e70c829e1903944d497e64f7caebe8962a32e8'/>
<id>urn:sha1:99e70c829e1903944d497e64f7caebe8962a32e8</id>
<content type='text'>
Build GL and Wayland libraries if GL modules is selected.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>gst1-plugins-bad: package play and player libraries</title>
<updated>2024-11-13T22:14:18Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-11-05T03:20:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1038f194feffe1405b3878b1f5cd747890204a1a'/>
<id>urn:sha1:1038f194feffe1405b3878b1f5cd747890204a1a</id>
<content type='text'>
Create packages for the libgstplay and libgstplayer.
Introduce InstallDev to allow using and detecting libraries which are
part of the 'bad' set by other packages.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>gst1-plugins-bad: add support for srt</title>
<updated>2024-10-16T17:47:26Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2024-10-02T14:25:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f7cdf7dacbb27fb37c09f2c6b9e47caf072b11d4'/>
<id>urn:sha1:f7cdf7dacbb27fb37c09f2c6b9e47caf072b11d4</id>
<content type='text'>
This enables SRT support within gstreamer.

Secure Reliable Transport is a popular streaming protocol which
can be used both as a sink or source.

It actively continuously negotiates between sender/receiver to avoid
packet loss at all costs.

It also supports stream encryption by simply
setting a password on both ends.

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@citymesh.com&gt;
</content>
</entry>
</feed>
