<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/multimedia/gst1-libav, 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>2026-09-20T10:59:46Z</updated>
<entry>
<title>gst1-libav: update to 1.28.7</title>
<updated>2026-09-20T10:59:46Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2026-09-18T09:02:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5405dd6ff28830b7ceba6ef314e7dd5348aa013d'/>
<id>urn:sha1:5405dd6ff28830b7ceba6ef314e7dd5348aa013d</id>
<content type='text'>
Upstream list of changes is available at
https://gstreamer.freedesktop.org/releases/1.28/#1.28.7.

Drop 001-gst-libav-Fix-build-failure-with-FFmpeg-9.0.patch. The fix it
carries is already in 1.28.7, so quilt refuses to apply it ("can be
reverse-applied") and the build fails before it starts.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>gst1-libav: fix build with FFmpeg 9</title>
<updated>2026-09-18T15:44:26Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-09-08T17:55:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=66c7c55e4ac3756c689b7cc147c3e5139e093503'/>
<id>urn:sha1:66c7c55e4ac3756c689b7cc147c3e5139e093503</id>
<content type='text'>
libavcodec 63 does not define the V308, V408 and V410 codec IDs that
the video decoder and encoder registration list among the quasi
codecs to skip, so both files fail to compile. Backport the upstream
change that guards those entries by libavcodec major version.

Fixes: 78521023 ("ffmpeg: update to 9.0.1")
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-libav: update to 1.26.2</title>
<updated>2025-07-21T11:37:45Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2025-07-18T00:04:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7b70414d232672676adf062764fa9405c1da6acf'/>
<id>urn:sha1:7b70414d232672676adf062764fa9405c1da6acf</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-libav: bump to 1.24.12</title>
<updated>2025-03-12T10:07:18Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2025-02-24T10:56:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=214a8c47dc29b65f8052d1858e10d5244abad833'/>
<id>urn:sha1:214a8c47dc29b65f8052d1858e10d5244abad833</id>
<content type='text'>
Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@citymesh.com&gt;
</content>
</entry>
<entry>
<title>gst1-libav: 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:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8b755ab558b4aeb3057594c40f0755ccec894c81'/>
<id>urn:sha1:8b755ab558b4aeb3057594c40f0755ccec894c81</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>gst1-libav: remove obsolete configuration options</title>
<updated>2024-11-23T02:33:09Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-11-22T17:56:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=adb05b4641764c02a361cae751527873f9bcd9d4'/>
<id>urn:sha1:adb05b4641764c02a361cae751527873f9bcd9d4</id>
<content type='text'>
Since the build was switched to meson a couple of years ago gst1-libav
simply uses libffmpeg and the codec configuration previous passed via
CONFIGURE_ARGS is completely ignored. This is misleading as all those
options are still present in menuconfig but don't have any effect.
Remove all dead code from build recipe.

Fixes: de426d431 ("gst1-libav: update to 1.17.1")
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>gst1-libav: bump to 1.24.8</title>
<updated>2024-10-02T06:43:15Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2024-10-01T15:51:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aada58c858783bd4162794940d15afd74e4dc399'/>
<id>urn:sha1:aada58c858783bd4162794940d15afd74e4dc399</id>
<content type='text'>
Compile-tested
Runtime-tested

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@citymesh.com&gt;
</content>
</entry>
<entry>
<title>gst1-libav: update to 1.24.4</title>
<updated>2024-06-03T02:13:19Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2024-06-03T00:32:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3d6cbe13c2b466b937347a5e4d516fa6fc6fe5f4'/>
<id>urn:sha1:3d6cbe13c2b466b937347a5e4d516fa6fc6fe5f4</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>gst1-libav: update to 1.24.3</title>
<updated>2024-05-31T20:35:45Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2024-05-29T03:55:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f231731f9529ff3a0211d34356fc40be8619a070'/>
<id>urn:sha1:f231731f9529ff3a0211d34356fc40be8619a070</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
</feed>
